kernel/centos_iso_image.inc
M. Vefa Bicakci bd78a9905a centos_iso_image.inc: Include bpftool in the ISO
This commit ensures that bpftool is included in the ISO image. This is
necessary to be able to load BPF programs as pinned objects.

Verification:
- Rebuild an ISO with build-iso after applying this patch. Note that
  build-pkgs was not used for this test. After build-iso is finished,
  running the following command results in expected output (bpftool is
  included in the ISO):

  $ iso-info -l -i .../loadbuild/.../export/bootimage.iso | grep bpftool
  -rw-r--r--   1 21765 100 [LSN 313453]    649468 Nov 01 2021 13:22:58 \
    bpftool-5.10.57-XXX.XXX.tis.el7.x86_64.rpm

- Installed the ISO onto a VM with an all-in-one simplex configuration.

Story: 2008921
Task: 43663

Change-Id: Ie54655ffd29a66319fdd448ceac8c949d14a651f
Signed-off-by: M. Vefa Bicakci <vefa.bicakci@windriver.com>
2021-11-01 13:31:44 -04:00

60 lines
753 B
PHP

# List of packages to be included/installed in the ISO image.
# If these have dependencies, they will be pulled in automatically.
#
# kernel
kernel
kernel-modules-extra
kernel-tools
kernel-tools-libs
kernel-headers
kernel-devel
bpftool
perf
python-perf
# kernel-rt
kernel-rt
kernel-rt-kvm
kernel-rt-modules-extra
kernel-rt-tools
kernel-rt-headers
kernel-rt-devel
# e1000e-kmod
# i40e-kmod
kmod-i40e
kmod-i40e-rt
# iavf-kmod
kmod-iavf
kmod-iavf-rt
# ice-kmod
kmod-ice
kmod-ice-rt
# ixgbevf-kmod
# ixgbe-kmod
# igb_uio-kmod
kmod-igb_uio
kmod-igb_uio-rt
# drbd-kernel
# qat17
qat17
qat17-rt
# opae-intel-fpga-driver
kmod-opae-fpga-driver
kmod-opae-fpga-driver-rt
# mellanox drivers
mlnx-ofa_kernel-modules
mlnx-ofa_kernel-rt-modules
rdma-core