1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-04 14:10:01 +00:00

arm/scp-firmware: use concerete toolchain

There are not any alternatives for the virtual/arm-non-eabi-gcc provider,
so just use the real recipe name.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2023-06-12 15:56:59 +01:00
committed by Jon Mason
parent f83c4abdbd
commit 7abee72670
@@ -21,7 +21,7 @@ SCP_LOG_LEVEL ?= "WARN"
SCP_PLATFORM_FEATURE_SET ?= "0"
INHIBIT_DEFAULT_DEPS = "1"
DEPENDS = "virtual/arm-none-eabi-gcc-native \
DEPENDS = "gcc-arm-none-eabi-native \
cmake-native \
ninja-native \
"