summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-10-04 09:58:44 -0600
committerMark Hatle <mark.hatle@amd.com>2023-10-05 10:12:00 -0500
commit996efa445c433cae757dd07f33b3e85c5794ec16 (patch)
tree836b966f06a999bdfc9bc051dfca9196da1b333a /meta-xilinx-core/conf/layer.conf
parent16f76bc2f35029e6864e49670af0ef66be7b3694 (diff)
downloadmeta-xilinx-996efa445c433cae757dd07f33b3e85c5794ec16.tar.gz
meta-xilinx-core: layer.conf: Move to prefer ATF 3.0
arm-trusted-firmware was moved forward to the 3.0 version. Adjust the PREFERRED_VERSION to match. 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 51c3bd6d..1a2b2777 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -56,7 +56,7 @@ PREFERRED_VERSION_qemu-devicetrees ?= "xilinx-${XILINX_RELEASE_VERSION}%"
56 56
57XILINX_ATF_VERSION[v2023.1] = "2.8-xilinx-v2023.1%" 57XILINX_ATF_VERSION[v2023.1] = "2.8-xilinx-v2023.1%"
58XILINX_ATF_VERSION[v2023.2] = "2.8-xilinx-v2023.2%" 58XILINX_ATF_VERSION[v2023.2] = "2.8-xilinx-v2023.2%"
59XILINX_ATF_VERSION[v2024.1] = "2.8-xilinx-v2024.1%" 59XILINX_ATF_VERSION[v2024.1] = "3.0-xilinx-v2024.1%"
60PREFERRED_VERSION_arm-trusted-firmware ?= "${@d.getVarFlag('XILINX_ATF_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 60PREFERRED_VERSION_arm-trusted-firmware ?= "${@d.getVarFlag('XILINX_ATF_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
61 61
62XILINX_UBOOT_VERSION[v2023.1] = "v2023.01-xilinx-v2023.1%" 62XILINX_UBOOT_VERSION[v2023.1] = "v2023.01-xilinx-v2023.1%"