]> code.ossystems Code Review - openembedded-core.git/commitdiff
default-distrovars.inc: Add seccomp to DISTRO_FEATURES_DEFAULT
authorArmin Kuster <akuster808@gmail.com>
Sat, 24 Apr 2021 15:56:39 +0000 (15:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 26 Apr 2021 13:14:29 +0000 (14:14 +0100)
Since xattr is included, seccomp should be too

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/default-distrovars.inc

index 9fcc10f83a76f4934cbe362b3445a938ecc19a57..45f4633c354915895f18d835a84a190af411d1b2 100644 (file)
@@ -10,7 +10,7 @@ LOCALE_UTF8_ONLY ?= "0"
 LOCALE_UTF8_IS_DEFAULT ?= "1"
 LOCALE_UTF8_IS_DEFAULT_class-nativesdk = "0"
 
-DISTRO_FEATURES_DEFAULT ?= "acl alsa argp bluetooth debuginfod ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat"
+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 ?= ""