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-01-31 07:29:34 -0800
commita8147ef102787b75df596f508265c582fb9cbea0 (patch)
treec23aca06dac1427891fe3488cd24369909d73a48 /meta-xilinx-standalone/conf
parent8c363a1ea4978f2e19e3f1d40e7bdd3a3570154a (diff)
downloadmeta-xilinx-a8147ef102787b75df596f508265c582fb9cbea0.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 6a685369..e030cb9e 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 = "v2022.1" 19XILINX_RELEASE_VERSION = "v2022.1"