1 From 21f59b5cbf7d64eb9e3ebb80a5f05c3379091e16 Mon Sep 17 00:00:00 2001
2 From: Jackie Huang <jackie.huang@windriver.com>
3 Date: Wed, 8 Feb 2023 07:36:52 -0500
4 Subject: [PATCH] fm-common: add support for arm64
6 Add arm64 into supported arch in the control file.
9 PASS: build-pkgs on x86-64 host
10 PASS: build-image on x86-64 host
11 PASS: build-pkgs on arm64 host
12 PASS: build-image on arm64 host
13 PASS: Deploy AIO-SX on x86-64 target
14 PASS: Deploy AIO-SX on arm64 target
15 PASS: Deploy AIO-DX on arm64 targets
16 PASS: Deploy std (2+2+2) on arm64 targets
21 Change-Id: I0e1017193623abf817ab75e947c204fa30d98b67
22 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
24 fm-common/debian/deb_folder/control | 2 +-
25 1 file changed, 1 insertion(+), 1 deletion(-)
27 diff --git a/fm-common/debian/deb_folder/control b/fm-common/debian/deb_folder/control
28 index 60148b1..ded30be 100644
29 --- a/fm-common/debian/deb_folder/control
30 +++ b/fm-common/debian/deb_folder/control
31 @@ -16,7 +16,7 @@ Rules-Requires-Root: no
33 Package: fm-common-dev
36 +Architecture: amd64 arm64
38 Depends: fm-common (= ${binary:Version}), ${misc:Depends}
39 Description: StarlingX fault management client library - header files