diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-10-04 09:58:44 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-10-05 10:12:00 -0500 |
| commit | 996efa445c433cae757dd07f33b3e85c5794ec16 (patch) | |
| tree | 836b966f06a999bdfc9bc051dfca9196da1b333a /meta-xilinx-core | |
| parent | 16f76bc2f35029e6864e49670af0ef66be7b3694 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-xilinx-core/conf/layer.conf | 2 |
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 | ||
| 57 | XILINX_ATF_VERSION[v2023.1] = "2.8-xilinx-v2023.1%" | 57 | XILINX_ATF_VERSION[v2023.1] = "2.8-xilinx-v2023.1%" |
| 58 | XILINX_ATF_VERSION[v2023.2] = "2.8-xilinx-v2023.2%" | 58 | XILINX_ATF_VERSION[v2023.2] = "2.8-xilinx-v2023.2%" |
| 59 | XILINX_ATF_VERSION[v2024.1] = "2.8-xilinx-v2024.1%" | 59 | XILINX_ATF_VERSION[v2024.1] = "3.0-xilinx-v2024.1%" |
| 60 | PREFERRED_VERSION_arm-trusted-firmware ?= "${@d.getVarFlag('XILINX_ATF_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" | 60 | PREFERRED_VERSION_arm-trusted-firmware ?= "${@d.getVarFlag('XILINX_ATF_VERSION', d.getVar('XILINX_RELEASE_VERSION')) or 'undefined'}" |
| 61 | 61 | ||
| 62 | XILINX_UBOOT_VERSION[v2023.1] = "v2023.01-xilinx-v2023.1%" | 62 | XILINX_UBOOT_VERSION[v2023.1] = "v2023.01-xilinx-v2023.1%" |
