summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-11-02 19:57:07 -0700
committerMark Hatle <mark.hatle@amd.com>2022-11-02 19:57:07 -0700
commitfd3b24af4b5f6e78b917752557daa09c4f9a054c (patch)
tree53d4d473a344ab221a8b7d803c77af93fdfaf28c /meta-xilinx-core/conf/layer.conf
parentdce24d1ab0aa9c0e05e0efd6e139534f462e0eef (diff)
downloadmeta-xilinx-fd3b24af4b5f6e78b917752557daa09c4f9a054c.tar.gz
layer.conf: Move XILINX_RELEASE_VERSION to 2023.1
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf/layer.conf')
-rw-r--r--meta-xilinx-core/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index 6e6045be..8b6dff9a 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -46,7 +46,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \
46 *->xserver-xorg \ 46 *->xserver-xorg \
47" 47"
48 48
49XILINX_RELEASE_VERSION ??= "v2022.2" 49XILINX_RELEASE_VERSION ??= "v2023.1"
50 50
51BUILDCFG_VARS:append = " XILINX_RELEASE_VERSION" 51BUILDCFG_VARS:append = " XILINX_RELEASE_VERSION"
52 52