Skip to content

Commit

Permalink
loongarch: disable seccomp from default feature
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
  • Loading branch information
yetist committed Feb 2, 2023
1 parent 1861cf8 commit f8f2db6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta/conf/distro/include/default-distrovars.inc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ DISTRO_FEATURES_DEFAULT:remove:arc = "seccomp"
# seccomp is not yet ported to microblaze
DISTRO_FEATURES_DEFAULT:remove:microblaze = "seccomp"

# seccomp is not yet ported to loongarch64
DISTRO_FEATURES_DEFAULT:remove:loongarch64 = "seccomp"

DISTRO_FEATURES_DEFAULT ?= "acl alsa bluetooth debuginfod ext2 ipv4 ipv6 pcmcia usbgadget usbhost wifi xattr nfs zeroconf pci 3g nfc x11 vfat seccomp"
DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT}"
IMAGE_FEATURES ?= ""
Expand Down

0 comments on commit f8f2db6

Please sign in to comment.