summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-06-22 07:23:32 -0700
committerMark Hatle <mark.hatle@amd.com>2023-06-23 11:19:10 -0500
commitaa062f1134b1bb8def3da17e4191f01c895ffa30 (patch)
tree23f5abb1f420786d0b4686d910b5925e53f5af85 /meta-xilinx-core/conf/layer.conf
parentad718579e93808f6018840be4af19a11fddd023c (diff)
downloadmeta-xilinx-aa062f1134b1bb8def3da17e4191f01c895ffa30.tar.gz
meta-xilinx-conf: Update kernel preferred version
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 19a5e1a1..c1f7bc1d 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -63,7 +63,7 @@ PREFERRED_VERSION_u-boot-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getV
63PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 63PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
64 64
65XILINX_LINUX_VERSION[v2023.1] = "6.1.5-xilinx-v2023.1%" 65XILINX_LINUX_VERSION[v2023.1] = "6.1.5-xilinx-v2023.1%"
66XILINX_LINUX_VERSION[v2023.2] = "6.1.5-xilinx-v2023.2%" 66XILINX_LINUX_VERSION[v2023.2] = "6.1.30-xilinx-v2023.2%"
67PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 67PREFERRED_VERSION_linux-xlnx ?= "${@d.getVarFlag('XILINX_LINUX_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
68 68
69# Add support to eSDK for gen-machine-conf if it exists 69# Add support to eSDK for gen-machine-conf if it exists