summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2025-12-02 13:13:54 +0800
committerAnuj Mittal <anuj.mittal@oss.qualcomm.com>2025-12-17 16:54:28 +0530
commita4e768dcfae181dd99e39c4286fa0729ca7f4e47 (patch)
treeadd94cc60adee9454dc50aed9bdbf7f0c0844327 /meta-oe/recipes-kernel
parent14b2443bc16d10f7ffe1d970507c47fa63036715 (diff)
downloadmeta-openembedded-a4e768dcfae181dd99e39c4286fa0729ca7f4e47.tar.gz
bpftool-native: Empty DEBUG_PREFIX_MAP_EXTRA
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> (cherry picked from commit 31a08525bedd960c21214f84c256f67c6090bb5a) Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
Diffstat (limited to 'meta-oe/recipes-kernel')
-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 \