1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-07-26 19:17:05 +00:00

meta-arm-toolchain: Use renamed SKIP_RECIPE var flags

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2022-02-21 18:22:40 -08:00
committed by Ross Burton
parent 37674007ba
commit 5119b4ad63
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ header:
local_conf_header:
cc: |
PNBLACKLIST[gcc-cross-arm] = "Using external toolchain"
SKIP_RECIPE[gcc-cross-arm] = "Using external toolchain"
TCMODE = "external-arm"
EXTERNAL_TOOLCHAIN = "${TOPDIR}/toolchains/${TARGET_ARCH}"