From a21be031ba9618b3132a5c6313809f5435b98af6 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 19 Apr 2024 13:22:20 -0600 Subject: u-boot-xlnx: Fix 2022.2 version and set defaults 2022.2 version was incorrectly specified before, fix this. Add the preferred_versions for u-boot related into conf/local.conf tied to the XILINX_RELEASE_VERSION. Add missing SRC_URI files as well. Signed-off-by: Mark Hatle --- meta-xilinx-core/conf/layer.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta-xilinx-core/conf') diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index 993cd1bc..f7310bf1 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf @@ -65,8 +65,10 @@ XILINX_ATF_VERSION[v2023.1] = "2.8-xilinx-v2023.1%" XILINX_ATF_VERSION[v2023.2] = "2.8-xilinx-v2023.2%" PREFERRED_VERSION_arm-trusted-firmware ?= "${@d.getVarFlag('XILINX_ATF_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" -XILINX_UBOOT_VERSION[v2023.1] = "v2023.01-xilinx-v2023.1%" -XILINX_UBOOT_VERSION[v2023.2] = "v2023.01-xilinx-v2023.2%" +XILINX_UBOOT_VERSION[v2022.1] = "1:v2021.01-xilinx-v2022.1%" +XILINX_UBOOT_VERSION[v2022.2] = "1:v2022.01-xilinx-v2022.2%" +XILINX_UBOOT_VERSION[v2023.1] = "1:v2023.01-xilinx-v2023.1%" +XILINX_UBOOT_VERSION[v2023.2] = "1:v2023.01-xilinx-v2023.2%" PREFERRED_VERSION_u-boot-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" -- cgit v1.2.3-54-g00ecf