From: Alexey Brodkin Date: Thu, 24 Jun 2021 14:03:09 +0000 (-0700) Subject: default-distrovars.inc: Remove seccomp for ARC X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~7441 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cf427c970aed618f79be90be04e9b756f142c45;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git default-distrovars.inc: Remove seccomp for ARC libseccomp needs too be ported to ARC first Signed-off-by: Alexey Brodkin Cc: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index ac102457675..e0726fa3bb6 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc @@ -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 ?= ""