Set weak default value for VENDOR_UUID

This fixes the required order of layers.

Signed-off-by: Peter Hatina <peter@hatina.eu>
This commit is contained in:
Peter Hatina
2022-05-30 13:20:20 +02:00
committed by Jia Zhang
parent b4522579c0
commit 5526d1d647
+1 -1
View File
@@ -53,7 +53,7 @@ BOOT_KEYS_DIR ??= "${SAMPLE_BOOT_KEYS_DIR}"
GRUB_PUB_KEY ??= "${BOOT_KEYS_DIR}/boot_pub_key"
# Define the identification of vendor
VENDOR_UUID = "1f7b9654-2107-4697-8f1c-0cbc38874588"
VENDOR_UUID ??= "1f7b9654-2107-4697-8f1c-0cbc38874588"
# User configurable identification of signature owner
UEFI_SIG_OWNER_GUID ??= "${VENDOR_UUID}"