summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2022-05-04 19:43:12 -0500
committerMark Hatle <mark.hatle@kernel.crashing.org>2022-09-01 09:52:54 -0500
commit0ea9ab0a402f1d6a8a348a7c4957c71431001a3f (patch)
tree86b6af5000f06a7c270775da4ed1904b0bcf698a /meta-xilinx-core
parentb11bfd86c25d9446e5c9fb62d377c94995f795a6 (diff)
downloadmeta-xilinx-0ea9ab0a402f1d6a8a348a7c4957c71431001a3f.tar.gz
meta-xilinx-core: Switch layer to support langdale
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/conf/layer.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index f5320ee9..5c27aa73 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -23,7 +23,7 @@ virtualization-layer:${LAYERDIR}/dynamic-layers/virtualization-layer/recipes-*/*
23LAYERDEPENDS_xilinx = "core" 23LAYERDEPENDS_xilinx = "core"
24LAYERRECOMMENDS_xilinx = "openembedded-layer chromium-browser-layer" 24LAYERRECOMMENDS_xilinx = "openembedded-layer chromium-browser-layer"
25 25
26LAYERSERIES_COMPAT_xilinx = "kirkstone" 26LAYERSERIES_COMPAT_xilinx = "langdale"
27 27
28SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 28SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
29 *->zocl \ 29 *->zocl \
@@ -43,5 +43,3 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
43" 43"
44 44
45XILINX_RELEASE_VERSION = "v2022.1" 45XILINX_RELEASE_VERSION = "v2022.1"
46
47XILINX_DEPRECATED[meta-xilinx] = "Kirkstone is not officially supported. See the meta-xilinx/README.kirkstone file for more information."