diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-02-08 22:46:28 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-08 22:48:21 -0800 |
commit | 9ed4bea30b3e45b2d994b7eec25bd0206d1f1da0 (patch) | |
tree | 75b7a2523a2e2f8cccc7bd70448b54873a28deb9 /meta-oe/recipes-kernel | |
parent | 9428a09002a0a1058b155ff767bd5de5c8929998 (diff) | |
download | meta-openembedded-9ed4bea30b3e45b2d994b7eec25bd0206d1f1da0.tar.gz |
kernel-selftest: Disable building bpf
with 5.10 it builds bpf-bootstrap tool and then tries to run it as well
which wont work in cross builds. Disable it until it can be make cross
compile friendly.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r-- | meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb index 7c36dfc605..4caf217c24 100644 --- a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb +++ b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | |||
@@ -18,7 +18,7 @@ SRC_URI += "file://run-ptest \ | |||
18 | # we will append other kernel selftest in the future | 18 | # we will append other kernel selftest in the future |
19 | # bpf was added in 4.10 with: https://github.com/torvalds/linux/commit/5aa5bd14c5f8660c64ceedf14a549781be47e53d | 19 | # bpf was added in 4.10 with: https://github.com/torvalds/linux/commit/5aa5bd14c5f8660c64ceedf14a549781be47e53d |
20 | # if you have older kernel than that you need to remove it from PACKAGECONFIG | 20 | # if you have older kernel than that you need to remove it from PACKAGECONFIG |
21 | PACKAGECONFIG ??= "bpf firmware vm" | 21 | PACKAGECONFIG ??= "firmware vm" |
22 | PACKAGECONFIG_remove_x86 = "bpf" | 22 | PACKAGECONFIG_remove_x86 = "bpf" |
23 | PACKAGECONFIG_remove_arm = "bpf vm" | 23 | PACKAGECONFIG_remove_arm = "bpf vm" |
24 | # host ptrace.h is used to compile BPF target but mips ptrace.h is needed | 24 | # host ptrace.h is used to compile BPF target but mips ptrace.h is needed |