summaryrefslogtreecommitdiffstats
path: root/meta-microblaze
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2022-02-11 15:33:11 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-02-12 11:38:32 -0800
commitf7d26af60681af1d44ca1b25593924e55b931d69 (patch)
tree3af340c006d16ce03526e83bd07aa81c8b8d9933 /meta-microblaze
parent92e66345eed4ccd9be0f7f4447cb3031bc856ea0 (diff)
downloadmeta-xilinx-f7d26af60681af1d44ca1b25593924e55b931d69.tar.gz
meta-microblaze: Set OLDEST_KERNEL version is 3.15
Version 3.15 is required to enable pselect instead of (new)select syscall when using the select function. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-microblaze')
-rw-r--r--meta-microblaze/conf/layer.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-microblaze/conf/layer.conf b/meta-microblaze/conf/layer.conf
index 9a4a9cb2..68ee3a2b 100644
--- a/meta-microblaze/conf/layer.conf
+++ b/meta-microblaze/conf/layer.conf
@@ -15,3 +15,5 @@ LAYERSERIES_COMPAT_xilinx-microblaze = "honister"
15 15
16# Microblaze does not support stack-protector! 16# Microblaze does not support stack-protector!
17SECURITY_STACK_PROTECTOR:microblaze = "" 17SECURITY_STACK_PROTECTOR:microblaze = ""
18
19OLDEST_KERNEL:microblaze = "3.15"