mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
default-distrovars.inc: Remove seccomp for ARC
libseccomp needs too be ported to ARC first (From OE-Core rev: 7cf427c970aed618f79be90be04e9b756f142c45) Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com> Cc: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
22d2800f42
commit
e1cb57a498
@@ -13,6 +13,9 @@ LOCALE_UTF8_IS_DEFAULT_class-nativesdk = "0"
|
||||
# seccomp is not yet ported to rv32
|
||||
DISTRO_FEATURES_DEFAULT_remove_riscv32 = "seccomp"
|
||||
|
||||
# seccomp is not yet ported to ARC
|
||||
DISTRO_FEATURES_DEFAULT_remove_arc = "seccomp"
|
||||
|
||||
DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth debuginfod ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat seccomp"
|
||||
DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}"
|
||||
IMAGE_FEATURES ?= ""
|
||||
|
||||
Reference in New Issue
Block a user