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 11:38:32 -0800 |
| commit | f7d26af60681af1d44ca1b25593924e55b931d69 (patch) | |
| tree | 3af340c006d16ce03526e83bd07aa81c8b8d9933 /meta-microblaze | |
| parent | 92e66345eed4ccd9be0f7f4447cb3031bc856ea0 (diff) | |
| download | meta-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.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" | ||
