diff options
-rw-r--r-- | meta/conf/distro/include/default-distrovars.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 9f4617be01..230bab84dd 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc | |||
@@ -16,6 +16,9 @@ DISTRO_FEATURES_DEFAULT:remove:riscv32 = "seccomp" | |||
16 | # seccomp is not yet ported to ARC | 16 | # seccomp is not yet ported to ARC |
17 | DISTRO_FEATURES_DEFAULT:remove:arc = "seccomp" | 17 | DISTRO_FEATURES_DEFAULT:remove:arc = "seccomp" |
18 | 18 | ||
19 | # seccomp is not yet ported to microblaze | ||
20 | DISTRO_FEATURES_DEFAULT:remove:microblaze = "seccomp" | ||
21 | |||
19 | DISTRO_FEATURES_DEFAULT ?= "acl alsa bluetooth debuginfod ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat seccomp" | 22 | DISTRO_FEATURES_DEFAULT ?= "acl alsa bluetooth debuginfod ext2 ipv4 ipv6 largefile pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat seccomp" |
20 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}" | 23 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}" |
21 | IMAGE_FEATURES ?= "" | 24 | IMAGE_FEATURES ?= "" |