b9a72f01d8925dbd48e46c3f40b773f8e0fd8622
[pti/rtp.git] /
1 From 64a6d1a44dc33ad564be58e7daa3d76fac65772e Mon Sep 17 00:00:00 2001
2 From: Jackie Huang <jackie.huang@windriver.com>
3 Date: Mon, 31 Jul 2023 16:10:26 +0800
4 Subject: [PATCH 6/7] Add debian_iso_image_arm64.inc
5
6 Add debian_iso_image_arm64.inc from debian_iso_image.inc
7 and made the following changes:
8 * fix some packages name: replace amd64 with arm64
9 * remove packages that failed to build for arm64:
10   - octeon-ep, qat, iqvlinux
11
12 Test Plan:
13 PASS: build-pkgs on x86-64 host
14 PASS: build-image on x86-64 host
15 PASS: build-pkgs on arm64 host
16 PASS: build-image on arm64 host
17 PASS: Deploy AIO-SX on x86-64 target
18 PASS: Deploy AIO-SX on arm64 target
19 PASS: Deploy AIO-DX on arm64 targets
20 PASS: Deploy std(2+2+2) on arm64 targets
21
22 Story: 2010739
23 Task: 48018
24
25 Depends-On: https://review.opendev.org/c/starlingx/root/+/889682
26
27 Change-Id: I75231696f8a4cec3cc7feeac992e202807576a07
28 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
29 ---
30  debian_iso_image_arm64.inc | 114 +++++++++++++++++++++++++++++++++++++
31  1 file changed, 114 insertions(+)
32  create mode 100644 debian_iso_image_arm64.inc
33
34 diff --git a/debian_iso_image_arm64.inc b/debian_iso_image_arm64.inc
35 new file mode 100644
36 index 0000000..c369bcb
37 --- /dev/null
38 +++ b/debian_iso_image_arm64.inc
39 @@ -0,0 +1,114 @@
40 +# List of packages to be included/installed in ISO
41 +
42 +# bnxt_en - Broadcom kernel modules
43 +bnxt-en
44 +bnxt-en-rt
45 +
46 +#intel-i40e
47 +i40e
48 +i40e-rt
49 +i40e-cvl-2.54
50 +i40e-cvl-2.54-rt
51 +i40e-cvl-4.10
52 +i40e-cvl-4.10-rt
53 +
54 +#intel-iavf
55 +iavf
56 +iavf-rt
57 +iavf-cvl-2.54
58 +iavf-cvl-2.54-rt
59 +iavf-cvl-4.10
60 +iavf-cvl-4.10-rt
61 +
62 +#intel-ice
63 +ice
64 +ice-rt
65 +ice-cvl-2.54
66 +ice-cvl-2.54-rt
67 +ice-cvl-4.10
68 +ice-cvl-4.10-rt
69 +
70 +# Marvell kernel modules
71 +#octeon-ep
72 +#octeon-ep-rt
73 +
74 +#intel-igb_uio
75 +igb-uio
76 +igb-uio-rt
77 +
78 +#initramfs-trigger
79 +initramfs-trigger
80 +
81 +# Intel Quartzville Linux Driver
82 +#iqvlinux
83 +#iqvlinux-rt
84 +
85 +#intel-opae-fpgaa
86 +kmod-opae-fpga-driver
87 +kmod-opae-fpga-driver-rt
88 +
89 +# libbnxt_re - Broadcom Infiniband verbs library
90 +libbnxt-re
91 +
92 +#kernel-std
93 +#bpftool  # not used
94 +#hyperv-daemons  # not used
95 +#libcpupower-dev  # not used
96 +#libcpupower1  # not used
97 +#linux-compiler-gcc-10-x86
98 +#linux-config-5.10  # not used
99 +#linux-cpupower  # not used
100 +linux-headers-5.10.0-6-arm64
101 +linux-rt-headers-5.10.0-6-rt-arm64
102 +linux-headers-5.10.0-6-common
103 +linux-rt-headers-5.10.0-6-rt-common
104 +#linux-image-5.10.0-6-arm64-dbg # not used
105 +#linux-rt-image-5.10.0-6-rt-arm64-dbg # not used
106 +linux-image-5.10.0-6-arm64-unsigned
107 +linux-rt-image-5.10.0-6-rt-arm64-unsigned
108 +#linux-image-arm64-dbg  # not used
109 +#linux-image-arm64-signed-template  # not used
110 +linux-kbuild-5.10
111 +linux-rt-kbuild-5.10
112 +linux-libc-dev
113 +#linux-perf-5.10-dbgsym  # not used
114 +linux-perf-5.10
115 +#linux-perf  # not used
116 +#linux-source-5.10 # not used
117 +#linux-rt-source-5.10 # not used
118 +#linux-source  # not used
119 +#linux-support-5.10.0-6  # not used
120 +#usbip  # not used
121 +
122 +#mlnx-ofa_kernel
123 +mlnx-ofed-kernel-modules
124 +mlnx-ofed-kernel-modules-rt
125 +mlnx-ofed-kernel-utils
126 +
127 +#qat20
128 +#qat2.0.l
129 +#qat2.0.l-rt
130 +
131 +#rdma-core
132 +ibacm
133 +ibverbs-providers
134 +ibverbs-utils
135 +infiniband-diags
136 +#libibmad-dev  # not used
137 +libibmad5
138 +#libibnetdisc-dev  # not used
139 +libibnetdisc5
140 +#libibumad-dev  # not used
141 +libibumad3
142 +#libibverbs-dev  # not used
143 +libibverbs1
144 +#librdmacm-dev  # not used
145 +librdmacm1
146 +python3-pyverbs
147 +rdma-core
148 +rdmacm-utils
149 +srptools
150 +
151 +#mstflint
152 +mstflint
153 +
154 -- 
155 2.30.2
156