mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
layer.conf: add bcc into NON_MULTILIB_RECIPES
Here is the setting in bcc recipe: COMPATIBLE_HOST = "(x86_64.*|aarch64.*|powerpc64.*|riscv64.*)-linux" bcc only support 64 bit arch, so add it into NON_MULTILIB_RECIPES to avoid expanding lib32- variant Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
committed by
Khem Raj
parent
cbd72087e6
commit
eb16f0631e
@@ -120,7 +120,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
|
||||
|
||||
DEFAULT_TEST_SUITES:pn-meta-oe-ptest-image = " ${PTESTTESTSUITE}"
|
||||
|
||||
NON_MULTILIB_RECIPES:append = " crash pahole libbpf bpftrace bpftool"
|
||||
NON_MULTILIB_RECIPES:append = " crash pahole libbpf bpftrace bpftool bcc"
|
||||
|
||||
NON_MULTILIB_RECIPES:remove:x86 = "libbpf"
|
||||
NON_MULTILIB_RECIPES:remove:x86-64 = "libbpf"
|
||||
|
||||
Reference in New Issue
Block a user