summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-07-12 16:36:08 -0500
committerMark Hatle <mark.hatle@amd.com>2023-07-12 16:36:08 -0500
commit88213841015668846373168f7eb5c79cd4fc4e74 (patch)
treece51c254c4e6fab3a55efa38851c92babdbd739f /meta-xilinx-core/conf/layer.conf
parent4f5a4b7d7f5ce91559893717a2280ec7e99c06a6 (diff)
downloadmeta-xilinx-88213841015668846373168f7eb5c79cd4fc4e74.tar.gz
layer.conf: Update preferred kernel version to 6.1.30
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 57a76049..de4c47d9 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -67,7 +67,7 @@ PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION',
67 67
68XILINX_LINUX_VERSION[v2022.1] = "5.15.19-xilinx-v2022.1%" 68XILINX_LINUX_VERSION[v2022.1] = "5.15.19-xilinx-v2022.1%"
69XILINX_LINUX_VERSION[v2022.2] = "5.15.36-xilinx-v2022.2%" 69XILINX_LINUX_VERSION[v2022.2] = "5.15.36-xilinx-v2022.2%"
70XILINX_LINUX_VERSION[v2023.1] = "6.1.5-xilinx-v2023.1%" 70XILINX_LINUX_VERSION[v2023.1] = "6.1.30-xilinx-v2023.1%"
71PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 71PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
72 72
73# Add support to eSDK for gen-machine-conf if it exists 73# Add support to eSDK for gen-machine-conf if it exists