diff options
Diffstat (limited to 'conf')
-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)}" |