cb70797fc3e1fb7697b38900ce7d533bd94da4b4
[pti/rtp.git] /
1 From 58d9ddad1f68ea024798718a6ecf49835e247bba Mon Sep 17 00:00:00 2001
2 From: Jackie Huang <jackie.huang@windriver.com>
3 Date: Thu, 27 Jul 2023 23:19:16 +0800
4 Subject: [PATCH] Add debian_pkg_dirs_arm64
5
6 Add debian_pkg_dirs_arm64 and remove the following 4
7 packages for arm64 since they are not supported.
8
9 -tools/opae/python3-opae.admin
10 -tools/opae/python3-opae.pacsign
11 -tools/opae/opae-sdk
12 -tools/pcm
13
14 Test Plan:
15 PASS: downloader -s -b on x86-64 host
16 PASS: downloader -s -b on arm64 host
17 PASS: build-pkgs on x86-64 host
18 PASS: build-image on x86-64 host
19 PASS: build-pkgs on arm64 host
20 PASS: build-image on arm64 host
21 PASS: Deploy AIO-SX on x86-64 target
22 PASS: Deploy AIO-SX on arm64 target
23
24 Story: 2010739
25 Task: 48014
26
27 Depends-On: https://review.opendev.org/c/starlingx/root/+/889681
28 Depends-On: https://review.opendev.org/c/starlingx/root/+/889682
29
30 Change-Id: I47e72054c14911ccb5c81499179a3bd4d10e5897
31 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
32 ---
33  debian_pkg_dirs_arm64 | 14 ++++++++++++++
34  1 file changed, 14 insertions(+)
35  create mode 100644 debian_pkg_dirs_arm64
36
37 diff --git a/debian_pkg_dirs_arm64 b/debian_pkg_dirs_arm64
38 new file mode 100644
39 index 0000000..764e9c2
40 --- /dev/null
41 +++ b/debian_pkg_dirs_arm64
42 @@ -0,0 +1,14 @@
43 +ceph/ceph-manager
44 +ceph/python-cephclient
45 +tools/collector
46 +tools/engtools/hostdata-collectors
47 +utilities/build-info
48 +utilities/k8s-coredump
49 +utilities/logmgmt
50 +utilities/namespace-utils
51 +utilities/nfscheck
52 +utilities/pci-irq-affinity-agent
53 +utilities/platform-util
54 +utilities/stx-extensions
55 +utilities/update-motd
56 +utilities/worker-utils
57 -- 
58 2.30.2
59