summaryrefslogtreecommitdiffstats
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 09:09:22 -0800
commit496bf61b5f9301f3a8d373ba6653e15bdcbcf0c2 (patch)
treeffce2610ca9785dde24ba41264ada57bed9e7908
parentec05838b438ac630fe39d8aca54af2b7904648c4 (diff)
downloadmeta-xilinx-496bf61b5f9301f3a8d373ba6653e15bdcbcf0c2.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>
-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"