diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-02-07 14:35:22 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-02-09 09:42:34 -0600 |
commit | 07624aa6021138b9d71e2fa310c23abbf08fa235 (patch) | |
tree | 21d36a4b1338481fb8b0c8f30077b07cd306b553 /meta-xilinx-core/conf | |
parent | 8a339f4bb2864ae9f05388cd6f941a017c34cca3 (diff) | |
download | meta-xilinx-07624aa6021138b9d71e2fa310c23abbf08fa235.tar.gz |
linux-xlnx: Move 2024.1 to release branch and commit
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/conf')
-rw-r--r-- | meta-xilinx-core/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 4c636a25..80a52452 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf | |||
@@ -72,7 +72,7 @@ PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', | |||
72 | 72 | ||
73 | XILINX_LINUX_VERSION[v2023.1] = "6.1.5-xilinx-v2023.1%" | 73 | XILINX_LINUX_VERSION[v2023.1] = "6.1.5-xilinx-v2023.1%" |
74 | XILINX_LINUX_VERSION[v2023.2] = "6.1.60-xilinx-v2023.2%" | 74 | XILINX_LINUX_VERSION[v2023.2] = "6.1.60-xilinx-v2023.2%" |
75 | XILINX_LINUX_VERSION[v2024.1] = "6.6.0-xilinx-v2024.1%" | 75 | XILINX_LINUX_VERSION[v2024.1] = "6.6.10-xilinx-v2024.1%" |
76 | PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | 76 | PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" |
77 | 77 | ||
78 | # Add support to eSDK for gen-machine-conf if it exists | 78 | # Add support to eSDK for gen-machine-conf if it exists |