diff options
author | California Sullivan <california.l.sullivan@intel.com> | 2017-07-06 18:30:48 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2017-07-10 12:08:20 -0700 |
commit | 27e8148446c08193762e9011d322a4ea3df0a50f (patch) | |
tree | 6355dee45113dc6238d55a01dfb8e9151924d6b9 /conf/machine/include | |
parent | ad4cbd5d3b590d8ad0ce028adcc30df492cf52aa (diff) | |
download | meta-intel-27e8148446c08193762e9011d322a4ea3df0a50f.tar.gz |
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>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/meta-intel.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index c00dcf69..ff98a2a1 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc | |||
@@ -37,6 +37,8 @@ MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware thermald" | |||
37 | # merge the microcode data in the final initrd image. | 37 | # merge the microcode data in the final initrd image. |
38 | INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" | 38 | INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" |
39 | 39 | ||
40 | DISK_SIGNATURE_UUID ??= "deadbeef-dead-beef-dead-beefdeadbeef" | ||
41 | |||
40 | EFI_PROVIDER ?= "rmc-boot" | 42 | EFI_PROVIDER ?= "rmc-boot" |
41 | 43 | ||
42 | # Add general MACHINEOVERRIDE for meta-intel | 44 | # Add general MACHINEOVERRIDE for meta-intel |