All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/7] arm/edk2-firmware: set invalid platform names for better errors
@ 2021-12-01 14:57 Ross Burton
  2021-12-01 14:57 ` [PATCH 2/7] arm/edk2-firmware: upgrade to 202111 Ross Burton
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ross Burton @ 2021-12-01 14:57 UTC (permalink / raw)
  To: meta-arm

Set the default platform name/descriptor to 'unset' so that build.sh fails
with obvious errors, instead of generic argument parsing failures.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm/recipes-bsp/uefi/edk2-firmware.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arm/recipes-bsp/uefi/edk2-firmware.inc b/meta-arm/recipes-bsp/uefi/edk2-firmware.inc
index 66e0cc3e..f38ee9ca 100644
--- a/meta-arm/recipes-bsp/uefi/edk2-firmware.inc
+++ b/meta-arm/recipes-bsp/uefi/edk2-firmware.inc
@@ -23,9 +23,9 @@ SRCREV_FORMAT         = "edk2_edk2-platforms"
 UPSTREAM_CHECK_GITTAGREGEX = "^edk2-stable(?P<pver>\d+)$"
 
 EDK2_BUILD_RELEASE = ""
-EDK2_PLATFORM      = ""
+EDK2_PLATFORM      = "unset"
 # build --platform
-EDK2_PLATFORM_DSC  = ""
+EDK2_PLATFORM_DSC  = "unset"
 EDK2_BIN_NAME      = ""
 # build --arch
 EDK2_ARCH          = ""
-- 
2.25.1



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

end of thread, other threads:[~2021-12-02  2:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 14:57 [PATCH 1/7] arm/edk2-firmware: set invalid platform names for better errors Ross Burton
2021-12-01 14:57 ` [PATCH 2/7] arm/edk2-firmware: upgrade to 202111 Ross Burton
2021-12-01 14:57 ` [PATCH 3/7] arm-bsp/edk2-firmware: drop N1SDP patches Ross Burton
2021-12-01 14:57 ` [PATCH 4/7] arm/edk2-firmware: set EDK2_ARCH centrally Ross Burton
2021-12-01 14:57 ` [PATCH 5/7] arm/edk2-firmware: organise bbappend Ross Burton
2021-12-01 14:57 ` [PATCH 6/7] arm/edk2-firmware: set a default invalid COMPATIBLE_MACHINE Ross Burton
2021-12-01 14:57 ` [PATCH 7/7] arm/edk2-firmware: default to release builds Ross Burton
2021-12-02  2:39 ` [PATCH 1/7] arm/edk2-firmware: set invalid platform names for better errors 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.