From bd78a9905adf8115c02cc3cbb0dda0d9ef0027aa Mon Sep 17 00:00:00 2001 From: "M. Vefa Bicakci" Date: Mon, 1 Nov 2021 13:07:12 -0400 Subject: [PATCH] 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 --- centos_iso_image.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/centos_iso_image.inc b/centos_iso_image.inc index fce57d10..a22810d8 100644 --- a/centos_iso_image.inc +++ b/centos_iso_image.inc @@ -9,6 +9,7 @@ kernel-tools kernel-tools-libs kernel-headers kernel-devel +bpftool perf python-perf