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:
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user