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:
+1
-1
@@ -51,7 +51,7 @@ PROVIDES += "\
|
|||||||
virtual/libc-locale \
|
virtual/libc-locale \
|
||||||
"
|
"
|
||||||
|
|
||||||
PV = "${EAT_VER_MAIN}"
|
PKGV = "${EAT_VER_MAIN}"
|
||||||
|
|
||||||
BINV = "${EAT_VER_GCC}"
|
BINV = "${EAT_VER_GCC}"
|
||||||
|
|
||||||
Reference in New Issue
Block a user