summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/conf
diff options
context:
space:
mode:
authorJohn Toomey <john.toomey@xilinx.com>2022-01-31 15:06:43 +0000
committerMark Hatle <mark.hatle@xilinx.com>2022-02-04 13:24:06 -0800
commit04729987135bf7244b9600a214aa74a7bf872846 (patch)
treed0693be2d66b5d82097345a1f7e6ea93274bda7c /meta-xilinx-standalone/conf
parent69ea8e4e11f0bc01a6241f8427bf313a372085aa (diff)
downloadmeta-xilinx-04729987135bf7244b9600a214aa74a7bf872846.tar.gz
Remove gatesgarth from LAYERSERIES_COMPAT
We do not build, test or support gatesgarth in any of our layers so it makes sense to remove this for the various layer.conf files Signed-off-by: John Toomey <jtoomey@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-standalone/conf')
-rw-r--r--meta-xilinx-standalone/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-standalone/conf/layer.conf b/meta-xilinx-standalone/conf/layer.conf
index 71560e78..253aaf82 100644
--- a/meta-xilinx-standalone/conf/layer.conf
+++ b/meta-xilinx-standalone/conf/layer.conf
@@ -15,5 +15,5 @@ BBFILE_PRIORITY_xilinx-standalone = "7"
15LAYERDEPENDS_xilinx-standalone = "core xilinx" 15LAYERDEPENDS_xilinx-standalone = "core xilinx"
16LAYERRECOMMENDS_xilinx-standalone = "xilinx-microblaze" 16LAYERRECOMMENDS_xilinx-standalone = "xilinx-microblaze"
17 17
18LAYERSERIES_COMPAT_xilinx-standalone = "gatesgarth honister hardknott" 18LAYERSERIES_COMPAT_xilinx-standalone = "honister hardknott"
19XILINX_RELEASE_VERSION = "v2021.2" 19XILINX_RELEASE_VERSION = "v2021.2"