mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-02 01:20:09 +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+)$"
|
UPSTREAM_CHECK_GITTAGREGEX = "^edk2-stable(?P<pver>\d+)$"
|
||||||
|
|
||||||
EDK2_BUILD_RELEASE = ""
|
EDK2_BUILD_RELEASE = ""
|
||||||
EDK2_PLATFORM = ""
|
EDK2_PLATFORM = "unset"
|
||||||
# build --platform
|
# build --platform
|
||||||
EDK2_PLATFORM_DSC = ""
|
EDK2_PLATFORM_DSC = "unset"
|
||||||
EDK2_BIN_NAME = ""
|
EDK2_BIN_NAME = ""
|
||||||
# build --arch
|
# build --arch
|
||||||
EDK2_ARCH = ""
|
EDK2_ARCH = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user