diff options
author | Saul Wold <sgw@linux.intel.com> | 2016-03-03 15:46:47 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2016-03-03 15:48:25 -0800 |
commit | cdbf029110327a51c0f1960d75d02e90d7fdafe0 (patch) | |
tree | 2698e8ac0bf5a59eb96a9985a3c283e2b68469e3 /conf/machine | |
parent | aaab29ad036b13a0959925329b2b8e471869ca53 (diff) | |
download | meta-intel-cdbf029110327a51c0f1960d75d02e90d7fdafe0.tar.gz |
meta-intel.inc: Update INTRD to INITRD_LIVE
This address a boot issue based on using the new bootimg code that
makes a distiction between Live and VM type of image so they can
co-exisit.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/include/meta-intel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index d5792e53..dbc97f45 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc | |||
@@ -29,4 +29,4 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURE | |||
29 | 29 | ||
30 | # for the early boot time kernel microcode loading support, | 30 | # for the early boot time kernel microcode loading support, |
31 | # merge the microcode data in the final initrd image. | 31 | # merge the microcode data in the final initrd image. |
32 | INITRD_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" | 32 | INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" |