summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/conf
diff options
context:
space:
mode:
authorJohn Toomey <john.toomey@xilinx.com>2022-02-01 17:28:04 +0000
committerMark Hatle <mark.hatle@xilinx.com>2022-02-04 13:24:41 -0800
commit53bf6148e9360bbfc9909ff7867dace9fc21bf88 (patch)
tree0379d60e918b78fec102193c522e04833ecd37b6 /meta-microblaze/conf
parent04729987135bf7244b9600a214aa74a7bf872846 (diff)
downloadmeta-xilinx-53bf6148e9360bbfc9909ff7867dace9fc21bf88.tar.gz
Remove hardknott from LAYERSERIES_COMPAT
We do not maintain support for hardknott so it is being removed Signed-off-by: John Toomey <jtoomey@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-microblaze/conf')
-rw-r--r--meta-microblaze/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-microblaze/conf/layer.conf b/meta-microblaze/conf/layer.conf
index f729d7f6..9a4a9cb2 100644
--- a/meta-microblaze/conf/layer.conf
+++ b/meta-microblaze/conf/layer.conf
@@ -11,7 +11,7 @@ BBFILE_PRIORITY_xilinx-microblaze = "5"
11 11
12LAYERDEPENDS_xilinx-microblaze = "core" 12LAYERDEPENDS_xilinx-microblaze = "core"
13 13
14LAYERSERIES_COMPAT_xilinx-microblaze = "honister hardknott" 14LAYERSERIES_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 = ""