From c4c9a8eea31cf9aa02f75ca3f119f90d67c70cc5 Mon Sep 17 00:00:00 2001 From: Aurelien Degremont Date: Thu, 2 Nov 2023 14:46:18 +0100 Subject: [PATCH] LU-17256 debian: allow building client dkms on arm64 Just add 'arm64' on the supported architecture list for 'lustre-client-modules-dkms' debian package. Test-Parameters: trivial Change-Id: I2af307ee87448faeec81f6e0e27573ae980710f1 Signed-off-by: Aurelien Degremont Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/52951 Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin Reviewed-by: Colin Faber Reviewed-by: James Simmons Tested-by: Maloo Tested-by: jenkins --- debian/control | 2 +- debian/control.main | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index de05453..7d0ba65 100644 --- a/debian/control +++ b/debian/control @@ -110,7 +110,7 @@ Description: Development files for the Lustre filesystem Package: lustre-client-modules-dkms Section: admin -Architecture: i386 armhf powerpc ppc64el amd64 ia64 +Architecture: i386 armhf powerpc ppc64el amd64 ia64 arm64 Priority: optional Depends: autoconf, automake, bison, build-essential, dkms, flex, libaio-dev, libkeyutils-dev, libkrb5-dev, libtool, libselinux-dev, libssl-dev, libyaml-dev, linux-base, linux-image (>= 3.10) | linux-image-generic (>= 3.10) | linux-image-amd64 (>= 3.10) | linux-image-arm64 (>= 3.10), linux-headers-generic | linux-headers-amd64, module-assistant, pkg-config, python3-distutils | python3-distutils-extra, python3-dev, libnl-genl-3-dev, zlib1g-dev, libmount1, libmount-dev, libkeyutils1, libkeyutils-dev Provides: lustre-client-modules diff --git a/debian/control.main b/debian/control.main index a2fc542..2972bd3 100644 --- a/debian/control.main +++ b/debian/control.main @@ -110,7 +110,7 @@ Description: Development files for the Lustre filesystem Package: lustre-client-modules-dkms Section: admin -Architecture: i386 armhf powerpc ppc64el amd64 ia64 +Architecture: i386 armhf powerpc ppc64el amd64 ia64 arm64 Priority: optional Depends: autoconf, automake, bison, build-essential, dkms, flex, libaio-dev, libkeyutils-dev, libkrb5-dev, libtool, libselinux-dev, libssl-dev, libyaml-dev, linux-base, linux-image (>= 3.10) | linux-image-generic (>= 3.10) | linux-image-amd64 (>= 3.10) | linux-image-arm64 (>= 3.10), linux-headers-generic | linux-headers-amd64, module-assistant, pkg-config, python3-distutils | python3-distutils-extra, python3-dev, libnl-genl-3-dev, zlib1g-dev, libmount1, libmount-dev, libkeyutils1, libkeyutils-dev Provides: lustre-client-modules -- 1.8.3.1