1
0
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:
Ross Burton
2021-12-01 14:57:23 +00:00
committed by Jon Mason
parent a70500117a
commit c225b33f91
+2 -2
View File
@@ -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 = ""