mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-16 12:47:00 +00:00
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:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user