mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-20 11:29:54 +00:00
These recipes all used a common include external-arm-toolchain-x86host.inc, but that name isn't very meaningful: the recipes are for x86-64, there typically are more than x86-64 binaries available, and it's not for an external toolchain but integrating a binary toolchain. Rename the include to arm-binary-toolchain.inc, as they're all the Arm binary toolchain. Change-Id: I59f5faa7373686958e226db0aa68e7880d36400e Signed-off-by: Ross Burton <ross.burton@arm.com> Reviewed-by: Sumit Garg <sumit.garg@linaro.org> Signed-off-by: Jon Mason <jon.mason@arm.com>