summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2025-12-02 13:13:54 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-05 17:01:11 -0800
commit31a08525bedd960c21214f84c256f67c6090bb5a (patch)
tree079faa263b6e0a465585618486875e2c63609f9d
parentc41fb791faaebf9e86b021d039d860ccf5ff45f1 (diff)
downloadmeta-openembedded-31a08525bedd960c21214f84c256f67c6090bb5a.tar.gz
bpftool-native: Empty DEBUG_PREFIX_MAP_EXTRAHEADmaster-nextmaster
Most host gcc doesn't support -fcanon-prefix-map right now, so empty DEBUG_PREFIX_MAP_EXTRA to fix the below build error. | gcc: error: unrecognized command-line option ‘-fcanon-prefix-map’; did you mean ‘-fmacro-prefix-map=’? Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-kernel/bpftool/bpftool-native_6.16.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool-native_6.16.bb b/meta-oe/recipes-kernel/bpftool/bpftool-native_6.16.bb
index bc7712ce4d..fe3ad6138e 100644
--- a/meta-oe/recipes-kernel/bpftool/bpftool-native_6.16.bb
+++ b/meta-oe/recipes-kernel/bpftool/bpftool-native_6.16.bb
@@ -14,6 +14,8 @@ SRC_URI[sha256sum] = "1a4be2fe6b5246aa4ac8987a8a4af34c42a8dd7d08b46ab48516bcc1be
14 14
15S = "${UNPACKDIR}/linux-${PV}" 15S = "${UNPACKDIR}/linux-${PV}"
16 16
17DEBUG_PREFIX_MAP_EXTRA:toolchain-gcc = ""
18
17EXTRA_OEMAKE = "\ 19EXTRA_OEMAKE = "\
18 V=1 \ 20 V=1 \
19 -C ${S}/tools/bpf/bpftool \ 21 -C ${S}/tools/bpf/bpftool \