summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-12-02 04:44:18 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-01-14 11:21:55 -0800
commit7d42747340f4c1037df03fd1d21b36ae5459cd56 (patch)
tree3560f451cd149ef804b7ce49777c7de7c1cb4b42 /meta-microblaze/conf
parentfdeec55408c77b06c725f8828da0de7be7503830 (diff)
downloadmeta-xilinx-7d42747340f4c1037df03fd1d21b36ae5459cd56.tar.gz
microblaze systemd: Add additional missing architecture support
Rename a mispelled patch name Add a patch that defines the microblaze syscalls. Disable stack-protection, as it is not supported on Microblaze at this time. Add a patch to resolve an undefined gcc internal, that is not enabled on microblaze. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-microblaze/conf')
-rw-r--r--meta-microblaze/conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-microblaze/conf/layer.conf b/meta-microblaze/conf/layer.conf
index a517f12d..8e2e66f6 100644
--- a/meta-microblaze/conf/layer.conf
+++ b/meta-microblaze/conf/layer.conf
@@ -12,3 +12,6 @@ BBFILE_PRIORITY_xilinx-microblaze = "5"
12LAYERDEPENDS_xilinx-microblaze = "core" 12LAYERDEPENDS_xilinx-microblaze = "core"
13 13
14LAYERSERIES_COMPAT_xilinx-microblaze = "gatesgarth honister hardknott" 14LAYERSERIES_COMPAT_xilinx-microblaze = "gatesgarth honister hardknott"
15
16# Microblaze does not support stack-protector!
17SECURITY_STACK_PROTECTOR:microblaze = ""