mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-21 17:37:04 +00:00
047d2b391c
I misunderstood how the external-arm-toolchain recipes were working, the latest revision of the recipe works with both 10.3 and 11.2. Clean up my mess by dropping the PREFERRED_VERSION from the CI, and revert the addition of versioned recipes. Simply using the right tarball is sufficient. Thanks to Sumit Garg for noticing my mistake. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
9 lines
201 B
YAML
9 lines
201 B
YAML
header:
|
|
version: 11
|
|
|
|
local_conf_header:
|
|
cc: |
|
|
SKIP_RECIPE[gcc-cross-arm] = "Using external toolchain"
|
|
TCMODE = "external-arm"
|
|
EXTERNAL_TOOLCHAIN = "${TOPDIR}/toolchains/${TARGET_ARCH}"
|