diff options
author | Mark Hatle <mark.hatle@amd.com> | 2024-12-08 12:24:01 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2024-12-08 18:05:26 -0700 |
commit | c126e364339364135e9051622ee67c2eef183ad9 (patch) | |
tree | b9c5490a3d0587b83a4c622dd60142ff87fb10f8 | |
parent | f679ad77dfbfe0a04ff27171a14a61c09cfb9da8 (diff) | |
download | meta-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.conf | 1 |
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 | ||
73 | PREFERRED_VERSION_u-boot-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | 73 | PREFERRED_VERSION_u-boot-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" |
74 | PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | 74 | PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" |
75 | PREFERRED_VERSION_u-boot-tools-xlnx-native ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | ||
75 | 76 | ||
76 | XILINX_LINUX_VERSION[v2022.1] = "5.15.19%" | 77 | XILINX_LINUX_VERSION[v2022.1] = "5.15.19%" |
77 | XILINX_LINUX_VERSION[v2022.2] = "5.15.36%" | 78 | XILINX_LINUX_VERSION[v2022.2] = "5.15.36%" |