summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf
diff options
context:
space:
mode:
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 bbad1f76..4c636a25 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -71,7 +71,7 @@ PREFERRED_VERSION_u-boot-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getV
71PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 71PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
72 72
73XILINX_LINUX_VERSION[v2023.1] = "6.1.5-xilinx-v2023.1%" 73XILINX_LINUX_VERSION[v2023.1] = "6.1.5-xilinx-v2023.1%"
74XILINX_LINUX_VERSION[v2023.2] = "6.1.30-xilinx-v2023.2%" 74XILINX_LINUX_VERSION[v2023.2] = "6.1.60-xilinx-v2023.2%"
75XILINX_LINUX_VERSION[v2024.1] = "6.6.0-xilinx-v2024.1%" 75XILINX_LINUX_VERSION[v2024.1] = "6.6.0-xilinx-v2024.1%"
76PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 76PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
77 77