diff options
| author | Mingli Yu <mingli.yu@windriver.com> | 2025-12-02 13:13:54 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-12-17 16:54:28 +0530 |
| commit | a4e768dcfae181dd99e39c4286fa0729ca7f4e47 (patch) | |
| tree | add94cc60adee9454dc50aed9bdbf7f0c0844327 /meta-oe/recipes-kernel | |
| parent | 14b2443bc16d10f7ffe1d970507c47fa63036715 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 15 | S = "${UNPACKDIR}/linux-${PV}" | 15 | S = "${UNPACKDIR}/linux-${PV}" |
| 16 | 16 | ||
| 17 | DEBUG_PREFIX_MAP_EXTRA:toolchain-gcc = "" | ||
| 18 | |||
| 17 | EXTRA_OEMAKE = "\ | 19 | EXTRA_OEMAKE = "\ |
| 18 | V=1 \ | 20 | V=1 \ |
| 19 | -C ${S}/tools/bpf/bpftool \ | 21 | -C ${S}/tools/bpf/bpftool \ |
