mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-08 05:09:56 +00:00
arm/edk2-firmware: set invalid platform names for better errors
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> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user