diff mbox series

[1/5] arm/scp-firmware: set default SCP_PLATFORM to MACHINE

Message ID 20230710130916.3414041-1-ross.burton@arm.com
State New
Headers show
Series [1/5] arm/scp-firmware: set default SCP_PLATFORM to MACHINE | expand

Commit Message

Ross Burton July 10, 2023, 1:09 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

Many platform names are the same as the machine name, so this saves
some typing.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.12.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jon Mason July 10, 2023, 9:20 p.m. UTC | #1
On Mon, 10 Jul 2023 14:09:12 +0100, ross.burton@arm.com wrote:
> Many platform names are the same as the machine name, so this saves
> some typing.
> 
> 

Applied, thanks!

[1/5] arm/scp-firmware: set default SCP_PLATFORM to MACHINE
      commit: ce78057a719c09d3e8f9ac49da055be4ad392fae
[2/5] arm-bsp/scp-firmware: remove redundant SCP_PLATFORM
      commit: 64b33efb95276990c309c630faad5bfd0384d298
[3/5] arm/scp-firware: update compiler variables
      commit: 675dce4d63872b28563661f3f76020c8a76fcea1
[4/5] arm/scp-firmware: log what platform/firmware/type is being built
      commit: 6947632e0b231a34b9706a98ade52f48455ed5a6
[5/5] arm/scp-firmware: fix intermittent compile failures
      commit: 249b534ce73728ffc488a53fd6b3ef6a596f7e8d

Best regards,
diff mbox series

Patch

diff --git a/meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.12.0.bb b/meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.12.0.bb
index 2be5b307..2ab7f306 100644
--- a/meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.12.0.bb
+++ b/meta-arm/recipes-bsp/scp-firmware/scp-firmware_2.12.0.bb
@@ -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"