diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-11 15:33:11 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-12 09:09:22 -0800 |
| commit | 496bf61b5f9301f3a8d373ba6653e15bdcbcf0c2 (patch) | |
| tree | ffce2610ca9785dde24ba41264ada57bed9e7908 | |
| parent | ec05838b438ac630fe39d8aca54af2b7904648c4 (diff) | |
| download | meta-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.conf | 2 |
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! |
| 17 | SECURITY_STACK_PROTECTOR:microblaze = "" | 17 | SECURITY_STACK_PROTECTOR:microblaze = "" |
| 18 | |||
| 19 | OLDEST_KERNEL:microblaze = "3.15" | ||
