You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JIRA: https://issues.redhat.com/browse/RHEL-70466
Upstream Status: RHEL Only
commit 9ea5b2d945e7d5fe6daffd766520dfb1fb6b5974
Author: Gregory Bell <grbell@redhat.com>
Date: Wed Apr 2 12:21:58 2025 -0400
samples/bpf: fix build
Moving bootstrap bpftool build into a function then pass bootstrap bpftool to
samples/bpf Makefile instead of rebuilding during the samples/bpf make process.
If bpftool is not already built then build right before samples/bpf build and
pass to samples/bpf.
Always pass vmlinux.h to samples/bpf by setting RPM_VMLINUX_H variable
depending on current build. If the kernel is built with debuginfo it is
located at RPM_BUILD_ROOT/DevelDir/vmlinux.h. In the case of tools only build
it is at DevelDir/vmlinux.h
Signed-off-by: Gregory Bell <grbell@redhat.com>
Signed-off-by: Gregory Bell <grbell@redhat.com>
0 commit comments