meta-intel BSPs: enable microcode loading support for images

For the BSPs using the meta-intel.inc file enable the early boot-time kernel
as well as the user space microcode loading support.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
This commit is contained in:
Nitin A Kamble 2014-06-17 18:10:54 -07:00 committed by Tom Zanussi
parent 7a6c460519
commit 50abd223b6

View File

@ -24,3 +24,10 @@ XSERVER_X86_MATROX_MGA = "xf86-video-mga \
XSERVER_X86_ASPEED_AST = "xf86-video-ast \
"
# include the user space intel microcode loading support in the generated images.
MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = " intel-microcode iucode-tool"
# For the early boot time kernel microcode loading support,
# merge the microcode data in the final initrd image.
INITRD_prepend = "${DEPLOY_DIR_IMAGE}/microcode.cpio "