summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2024-12-08 12:24:01 -0700
committerMark Hatle <mark.hatle@amd.com>2024-12-08 18:05:26 -0700
commitc126e364339364135e9051622ee67c2eef183ad9 (patch)
treeb9c5490a3d0587b83a4c622dd60142ff87fb10f8
parentf679ad77dfbfe0a04ff27171a14a61c09cfb9da8 (diff)
downloadmeta-xilinx-c126e364339364135e9051622ee67c2eef183ad9.tar.gz
layer.conf: Specify default version of u-boot-tools-xlnx-native
Without this, the wrong version could get built. Generally this isn't an issue, however there are some tool differences in various versions. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index 399011a7..a054ce56 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -72,6 +72,7 @@ XILINX_UBOOT_VERSION[v2024.2] = "1:2024.01-xilinx-v2024.2%"
72 72
73PREFERRED_VERSION_u-boot-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 73PREFERRED_VERSION_u-boot-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
74PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 74PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
75PREFERRED_VERSION_u-boot-tools-xlnx-native ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
75 76
76XILINX_LINUX_VERSION[v2022.1] = "5.15.19%" 77XILINX_LINUX_VERSION[v2022.1] = "5.15.19%"
77XILINX_LINUX_VERSION[v2022.2] = "5.15.36%" 78XILINX_LINUX_VERSION[v2022.2] = "5.15.36%"