mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-intel.inc: Set default DISK_SIGNATURE_UUID
This lets the uefi-comboapp and new kickstart template work well together out of the box. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
parent
ad4cbd5d3b
commit
27e8148446
|
@ -37,6 +37,8 @@ MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware thermald"
|
|||
# merge the microcode data in the final initrd image.
|
||||
INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}"
|
||||
|
||||
DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef"
|
||||
|
||||
EFI_PROVIDER ?= "rmc-boot"
|
||||
|
||||
# Add general MACHINEOVERRIDE for meta-intel
|
||||
|
|
Loading…
Reference in New Issue
Block a user