summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-01-10 09:28:30 -0800
committerMark Hatle <mark.hatle@amd.com>2023-01-11 12:23:20 -0600
commitcb1d5159773f41b9778ad9631573e6fdb912c3eb (patch)
tree650ba6676d8f35278fa1e2286772e07e53b697ac /meta-xilinx-core/conf/layer.conf
parentb776c70a2f5c38ea9e54f4004977465a00cd5bab (diff)
downloadmeta-xilinx-cb1d5159773f41b9778ad9631573e6fdb912c3eb.tar.gz
u-boot-xlnx: Update 2023.1 version
Add u-boot-tools-xlnx as well. Update the PREFERRED VERSION to select the new u-boot version, add preferred provider for u-boot-tools to be u-boot-tools-xlnx. Needed to split the microblaze configs to older and newer versions as well. 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.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf
index 6c1c2423..a2c9438d 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -63,9 +63,10 @@ PREFERRED_VERSION_arm-trusted-firmware ?= "${@d.getVarFlag('XILINX_ATF_VERSION',
63 63
64XILINX_UBOOT_VERSION[v2022.1] = "v2021.01-xilinx-v2022.1%" 64XILINX_UBOOT_VERSION[v2022.1] = "v2021.01-xilinx-v2022.1%"
65XILINX_UBOOT_VERSION[v2022.2] = "v2021.01-xilinx-v2022.2%" 65XILINX_UBOOT_VERSION[v2022.2] = "v2021.01-xilinx-v2022.2%"
66XILINX_UBOOT_VERSION[v2023.1] = "v2021.01-xilinx-v2023.1%" 66XILINX_UBOOT_VERSION[v2023.1] = "v2023.01-xilinx-v2023.1%"
67 67
68PREFERRED_VERSION_u-boot-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 68PREFERRED_VERSION_u-boot-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
69PREFERRED_VERSION_u-boot-tools-xlnx ?= "${@d.getVarFlag('XILINX_UBOOT_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
69 70
70XILINX_LINUX_VERSION[v2022.1] = "5.15.19-xilinx-v2022.1%" 71XILINX_LINUX_VERSION[v2022.1] = "5.15.19-xilinx-v2022.1%"
71XILINX_LINUX_VERSION[v2022.2] = "5.15.36-xilinx-v2022.2%" 72XILINX_LINUX_VERSION[v2022.2] = "5.15.36-xilinx-v2022.2%"