summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/conf/layer.conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-11-14 11:20:20 -0800
committerMark Hatle <mark.hatle@amd.com>2022-11-15 11:51:22 -0800
commitbb779bb4c241ba4b04c0b9609aeb861e03550c00 (patch)
tree4cdfb095a457d77507e8f40be1e442803753f4e1 /meta-xilinx-core/conf/layer.conf
parent398f4afbe0d8d063f368dd5d8f7bd1a14af28f35 (diff)
downloadmeta-xilinx-bb779bb4c241ba4b04c0b9609aeb861e03550c00.tar.gz
meta-xilinx-core: layer.conf: Temporarily set ATG for the 2022.2 version
Due to issues with xlnx_rebase_v2.8, we revert back to xlnx_rebase_v2.6, which is the 2022.2 version. 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 0bc04c75..bd5848cd 100644
--- a/meta-xilinx-core/conf/layer.conf
+++ b/meta-xilinx-core/conf/layer.conf
@@ -60,7 +60,7 @@ PREFERRED_VERSION_qemu-devicetrees ?= "xilinx-${XILINX_RELEASE_VERSION}%"
60 60
61XILINX_ATF_VERSION[v2022.1] = "2.6-xilinx-v2022.1%" 61XILINX_ATF_VERSION[v2022.1] = "2.6-xilinx-v2022.1%"
62XILINX_ATF_VERSION[v2022.2] = "2.6-xilinx-v2022.2%" 62XILINX_ATF_VERSION[v2022.2] = "2.6-xilinx-v2022.2%"
63XILINX_ATF_VERSION[v2023.1] = "2.8-xilinx-v2023.1%" 63XILINX_ATF_VERSION[v2023.1] = "2.6-xilinx-v2022.2%"
64PREFERRED_VERSION_arm-trusted-firmware ?= "${@d.getVarFlag('XILINX_ATF_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" 64PREFERRED_VERSION_arm-trusted-firmware ?= "${@d.getVarFlag('XILINX_ATF_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}"
65 65
66XILINX_UBOOT_VERSION[v2022.1] = "v2021.01-xilinx-v2022.1%" 66XILINX_UBOOT_VERSION[v2022.1] = "v2021.01-xilinx-v2022.1%"