mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm-toolchain/tcmode-external-arm: skip gcc-cross-*
SKIP_RECIPE applies to the full recipe names, which are gcc-cross-[arch]. 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>
This commit is contained in:
@@ -22,6 +22,8 @@ IMAGE_LINGUAS:forcevariable = ""
|
||||
SKIP_RECIPE[glibc] = "Using external toolchain"
|
||||
SKIP_RECIPE[libgcc] = "Using external toolchain"
|
||||
SKIP_RECIPE[gcc-cross] = "Using external toolchain"
|
||||
SKIP_RECIPE[gcc-cross-aarch64] = "Using external toolchain"
|
||||
SKIP_RECIPE[gcc-cross-arm] = "Using external toolchain"
|
||||
SKIP_RECIPE[gcc-runtime] = "Using external toolchain"
|
||||
SKIP_RECIPE[gcc-sanitizers] = "Using external toolchain"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user