mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-07 04:58:57 +00:00
arm/scp-firmware: set default SCP_PLATFORM to MACHINE
Many platform names are the same as the machine name, so this saves some typing. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -15,7 +15,7 @@ SRCREV = "0c7236b1851d90124210a0414fd982dc55322c7c"
|
||||
PROVIDES += "virtual/control-processor-firmware"
|
||||
|
||||
CMAKE_BUILD_TYPE ?= "RelWithDebInfo"
|
||||
SCP_PLATFORM ?= "invalid"
|
||||
SCP_PLATFORM ?= "${MACHINE}"
|
||||
SCP_COMPILER ?= "arm-none-eabi"
|
||||
SCP_LOG_LEVEL ?= "WARN"
|
||||
SCP_PLATFORM_FEATURE_SET ?= "0"
|
||||
|
||||
Reference in New Issue
Block a user