1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-07 04:58:57 +00:00

arm-toolchain/external-arm-toolchain: set the version in the recipe

We need to support multiple versions of external-arm-toolchain, partly as
different versions have different layouts on disk, and partly because
11.2 doesn't work on pre-Broadwell hardware.

Rename this recipe so the version is in the filename, and dynamically
set PKGV instead of PV so PREFERRED_VERSION is easier to use.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2022-05-17 13:28:16 +01:00
committed by Jon Mason
parent a3a6597cfd
commit ac83feb7cd
@@ -51,7 +51,7 @@ PROVIDES += "\
virtual/libc-locale \
"
PV = "${EAT_VER_MAIN}"
PKGV = "${EAT_VER_MAIN}"
BINV = "${EAT_VER_GCC}"