All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] arm/scp-firmware: set default SCP_PLATFORM to MACHINE
@ 2023-07-10 13:09 ross.burton
  2023-07-10 13:09 ` [PATCH 2/5] arm-bsp/scp-firmware: remove redundant SCP_PLATFORM ross.burton
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: ross.burton @ 2023-07-10 13:09 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

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(-)

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"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-07-31  8:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-10 13:09 [PATCH 1/5] arm/scp-firmware: set default SCP_PLATFORM to MACHINE ross.burton
2023-07-10 13:09 ` [PATCH 2/5] arm-bsp/scp-firmware: remove redundant SCP_PLATFORM ross.burton
2023-07-10 13:09 ` [PATCH 3/5] arm/scp-firware: update compiler variables ross.burton
2023-07-10 13:09 ` [PATCH 4/5] arm/scp-firmware: log what platform/firmware/type is being built ross.burton
2023-07-10 13:09 ` [PATCH 5/5] arm/scp-firmware: fix intermittent compile failures ross.burton
2023-07-31  8:00   ` [meta-arm] " Mikko Rapeli
2023-07-10 21:20 ` [PATCH 1/5] arm/scp-firmware: set default SCP_PLATFORM to MACHINE Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.