summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-core/conf/layer.conf')
-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 112f287a..33dd732c 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -25,7 +25,7 @@ xilinx-tools:${LAYERDIR}/dynamic-layers/meta-xilinx-tools/recipes-*/*/*.bbappend
25LAYERDEPENDS_xilinx = "core" 25LAYERDEPENDS_xilinx = "core"
26LAYERRECOMMENDS_xilinx = "openembedded-layer chromium-browser-layer" 26LAYERRECOMMENDS_xilinx = "openembedded-layer chromium-browser-layer"
27 27
28LAYERSERIES_COMPAT_xilinx = "kirkstone" 28LAYERSERIES_COMPAT_xilinx = "langdale"
29 29
30SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ 30SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
31 *->zocl \ 31 *->zocl \
@@ -46,8 +46,6 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
46 46
47XILINX_RELEASE_VERSION ??= "v2022.2" 47XILINX_RELEASE_VERSION ??= "v2022.2"
48 48
49XILINX_DEPRECATED[meta-xilinx] = "Kirkstone is not officially supported. See the meta-xilinx/README.kirkstone file for more information."
50
51BUILDCFG_VARS:append = " XILINX_RELEASE_VERSION" 49BUILDCFG_VARS:append = " XILINX_RELEASE_VERSION"
52 50
53PREFERRED_VERSION_qemu-xilinx ?= "v6.1.0-xilinx-${XILINX_RELEASE_VERSION}%" 51PREFERRED_VERSION_qemu-xilinx ?= "v6.1.0-xilinx-${XILINX_RELEASE_VERSION}%"