diff options
Diffstat (limited to 'meta-oe/recipes-kernel')
| -rw-r--r-- | meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb index 4caf217c24..11cf935c73 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 ??= "firmware vm" | 21 | PACKAGECONFIG ??= "firmware" |
| 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 |
| @@ -137,4 +137,3 @@ COMPATIBLE_HOST_libc-musl = 'null' | |||
| 137 | # It has native clang/llvm dependency, poky distro is reluctant to include them as deps | 137 | # It has native clang/llvm dependency, poky distro is reluctant to include them as deps |
| 138 | # this helps with world builds on AB | 138 | # this helps with world builds on AB |
| 139 | EXCLUDE_FROM_WORLD = "1" | 139 | EXCLUDE_FROM_WORLD = "1" |
| 140 | |||
