From: Gu Zheng Date: Wed, 6 Sep 2017 03:14:35 +0000 (-0600) Subject: LU-9950 build: add support for Ubuntu(debian) arm64 X-Git-Tag: 2.10.4-RC1~8 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F01%2F32101%2F2;p=fs%2Flustre-release.git LU-9950 build: add support for Ubuntu(debian) arm64 Add arm64 into the support arch list of debian control file. Lustre-change: https://review.whamcloud.com/28870 Lustre-commit: ba4b4eaacc37bc29b6d99f24b0f6451c758f9c4a Change-Id: I9c39a4d8c1896c1255432380bd956330c2edf476 Signed-off-by: Gu Zheng Reviewed-by: Yingjin Qian Reviewed-by: James Simmons Reviewed-by: Thomas Stibor Signed-off-by: Minh Diep Reviewed-on: https://review.whamcloud.com/32101 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: John L. Hammond --- diff --git a/debian/control b/debian/control index 4a0799d..22e8720e 100644 --- a/debian/control +++ b/debian/control @@ -44,7 +44,7 @@ Description: source for Lustre filesystem client kernel modules Package: lustre-utils Section: utils -Architecture: i386 powerpc ppc64el amd64 ia64 +Architecture: i386 powerpc ppc64el amd64 ia64 arm64 Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Description: Userspace utilities for the Lustre filesystem @@ -57,7 +57,7 @@ Description: Userspace utilities for the Lustre filesystem Package: lustre-tests Section: utils -Architecture: i386 powerpc ppc64el amd64 ia64 +Architecture: i386 powerpc ppc64el amd64 ia64 arm64 Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Description: Test suite for the Lustre filesystem @@ -70,7 +70,7 @@ Description: Test suite for the Lustre filesystem Package: lustre-dev Section: libdevel Priority: optional -Architecture: i386 powerpc ppc64el amd64 ia64 +Architecture: i386 powerpc ppc64el amd64 ia64 arm64 Depends: lustre-utils (= ${binary:Version}) Description: Development files for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system. diff --git a/debian/control.main b/debian/control.main index 4a0799d..22e8720e 100644 --- a/debian/control.main +++ b/debian/control.main @@ -44,7 +44,7 @@ Description: source for Lustre filesystem client kernel modules Package: lustre-utils Section: utils -Architecture: i386 powerpc ppc64el amd64 ia64 +Architecture: i386 powerpc ppc64el amd64 ia64 arm64 Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Description: Userspace utilities for the Lustre filesystem @@ -57,7 +57,7 @@ Description: Userspace utilities for the Lustre filesystem Package: lustre-tests Section: utils -Architecture: i386 powerpc ppc64el amd64 ia64 +Architecture: i386 powerpc ppc64el amd64 ia64 arm64 Priority: optional Depends: ${shlibs:Depends}, ${misc:Depends} Description: Test suite for the Lustre filesystem @@ -70,7 +70,7 @@ Description: Test suite for the Lustre filesystem Package: lustre-dev Section: libdevel Priority: optional -Architecture: i386 powerpc ppc64el amd64 ia64 +Architecture: i386 powerpc ppc64el amd64 ia64 arm64 Depends: lustre-utils (= ${binary:Version}) Description: Development files for the Lustre filesystem Lustre is a scalable, secure, robust, highly-available cluster file system.