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>
This commit is contained in:
M. Vefa Bicakci 2021-11-01 13:07:12 -04:00
parent e7fffa117b
commit bd78a9905a

View File

@ -9,6 +9,7 @@ kernel-tools
kernel-tools-libs
kernel-headers
kernel-devel
bpftool
perf
python-perf