summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2022-07-28 21:59:57 -0500
committerMark Hatle <mark.hatle@kernel.crashing.org>2022-09-01 09:53:21 -0500
commitde20bfb35015c8398d3d0fdb8d1519fd9cb8de4d (patch)
treee8e57be4ea9839a7b0a037a78294cc6bcc273488 /meta-microblaze/conf
parent8ea75cc272182dbda8c3ac9daaed2d85f0546030 (diff)
downloadmeta-xilinx-de20bfb35015c8398d3d0fdb8d1519fd9cb8de4d.tar.gz
meta-microblaze: disable of seccomp moved to oe-core
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-microblaze/conf')
-rw-r--r--meta-microblaze/conf/layer.conf3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-microblaze/conf/layer.conf b/meta-microblaze/conf/layer.conf
index d94426d3..2536fd69 100644
--- a/meta-microblaze/conf/layer.conf
+++ b/meta-microblaze/conf/layer.conf
@@ -16,7 +16,4 @@ LAYERSERIES_COMPAT_xilinx-microblaze = "langdale"
16# Microblaze does not support stack-protector! 16# Microblaze does not support stack-protector!
17SECURITY_STACK_PROTECTOR:microblaze = "" 17SECURITY_STACK_PROTECTOR:microblaze = ""
18 18
19# seccomp does not support microblaze!
20DISTRO_FEATURES:remove:microblaze = "seccomp"
21
22OLDEST_KERNEL:microblaze = "3.15" 19OLDEST_KERNEL:microblaze = "3.15"