summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/meta-intel.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc
index fb9b4a8a..07e43844 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -24,3 +24,10 @@ XSERVER_X86_MATROX_MGA = "xf86-video-mga \
24 24
25XSERVER_X86_ASPEED_AST = "xf86-video-ast \ 25XSERVER_X86_ASPEED_AST = "xf86-video-ast \
26 " 26 "
27
28# include the user space intel microcode loading support in the generated images.
29MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = " intel-microcode iucode-tool"
30
31# For the early boot time kernel microcode loading support,
32# merge the microcode data in the final initrd image.
33INITRD_prepend = "${DEPLOY_DIR_IMAGE}/microcode.cpio "