mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 18:41:55 +00:00
kernel-selftest: Disable vm packageconfig for riscv
it now needs libhugetlbfs which is not ported to riscv yet Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
517998abcd
commit
e051b0f08b
@ -27,6 +27,10 @@ PACKAGECONFIG_remove_arm = "bpf vm"
|
||||
# vm tests need libhugetlbfs starting 5.8+ (https://lkml.org/lkml/2020/4/22/1654)
|
||||
PACKAGECONFIG_remove_qemumips = "bpf vm"
|
||||
|
||||
# riscv does not support libhugetlbfs yet
|
||||
PACKAGECONFIG_remove_riscv64 = "vm"
|
||||
PACKAGECONFIG_remove_riscv32 = "vm"
|
||||
|
||||
PACKAGECONFIG[bpf] = ",,elfutils libcap libcap-ng rsync-native,"
|
||||
PACKAGECONFIG[firmware] = ",,libcap, bash"
|
||||
PACKAGECONFIG[vm] = ",,libcap libhugetlbfs,libgcc bash"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user