diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2021-06-24 07:03:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-27 08:38:34 +0100 |
commit | e1cb57a498806953f14c82c3b2435040f99ca126 (patch) | |
tree | b671bfe6359766721bf07b329fa296a89f26c5f6 /meta/conf/distro | |
parent | 22d2800f42de9f22268c6f1dd3d4b9d36d61cf07 (diff) | |
download | poky-e1cb57a498806953f14c82c3b2435040f99ca126.tar.gz |
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>
Diffstat (limited to 'meta/conf/distro')
-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 ac10245767..e0726fa3bb 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" | |||
13 | # seccomp is not yet ported to rv32 | 13 | # seccomp is not yet ported to rv32 |
14 | DISTRO_FEATURES_DEFAULT_remove_riscv32 = "seccomp" | 14 | DISTRO_FEATURES_DEFAULT_remove_riscv32 = "seccomp" |
15 | 15 | ||
16 | # seccomp is not yet ported to ARC | ||
17 | DISTRO_FEATURES_DEFAULT_remove_arc = "seccomp" | ||
18 | |||
16 | 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" | 19 | 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" |
17 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}" | 20 | DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}" |
18 | IMAGE_FEATURES ?= "" | 21 | IMAGE_FEATURES ?= "" |