summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf
diff options
context:
space:
mode:
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>2024-01-11 11:43:15 -0700
committerMark Hatle <mark.hatle@amd.com>2024-01-16 08:53:11 -0600
commit3122ec969c1d524ca81621392cdde5248c99640b (patch)
treee7767295cf6c57ac5737c4ab51684b1fbdfc1c7b /meta-xilinx-core/conf
parentd26f98b857e30992f43f182c2a07f4b6ef6b3068 (diff)
downloadmeta-xilinx-3122ec969c1d524ca81621392cdde5248c99640b.tar.gz
layer.conf: Move to prefer linux-xlnx 6.6.0
linux-xlnx was moved forward to the 6.6.0 version. Adjust the PREFERRED_VERSION to match. Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com> Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/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 6510b3cd..59dceb1e 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -68,7 +68,7 @@ PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION',
68 68
69XILINX_LINUX_VERSION[v2023.1] = "6.1.5-xilinx-v2023.1%" 69XILINX_LINUX_VERSION[v2023.1] = "6.1.5-xilinx-v2023.1%"
70XILINX_LINUX_VERSION[v2023.2] = "6.1.30-xilinx-v2023.2%" 70XILINX_LINUX_VERSION[v2023.2] = "6.1.30-xilinx-v2023.2%"
71XILINX_LINUX_VERSION[v2024.1] = "6.1.0-xilinx-v2024.1%" 71XILINX_LINUX_VERSION[v2024.1] = "6.6.0-xilinx-v2024.1%"
72PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 72PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
73 73
74# Add support to eSDK for gen-machine-conf if it exists 74# Add support to eSDK for gen-machine-conf if it exists