fm-common: add support for arm64

Add arm64 into supported arch in the control file.

Test Plan:
PASS: build-pkgs on x86-64 host
PASS: build-image on x86-64 host
PASS: build-pkgs on arm64 host
PASS: build-image on arm64 host
PASS: Deploy AIO-SX on x86-64 target
PASS: Deploy AIO-SX on arm64 target
PASS: Deploy AIO-DX on arm64 targets
PASS: Deploy std (2+2+2) on arm64 targets

Story: 2010739
Task: 48015

Change-Id: I0e1017193623abf817ab75e947c204fa30d98b67
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
This commit is contained in:
Jackie Huang 2023-02-08 07:36:52 -05:00
parent df3fffe426
commit 57a60ce4a1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Rules-Requires-Root: no
Package: fm-common-dev
Section: libdevel
Architecture: amd64
Architecture: amd64 arm64
Multi-Arch: no
Depends: fm-common (= ${binary:Version}), ${misc:Depends}
Description: StarlingX fault management client library - header files