summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/include/meta-intel.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc
index f43903e8..9acce846 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -27,3 +27,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = " intel-microcode iucode-tool"
27# For the early boot time kernel microcode loading support, 27# For the early boot time kernel microcode loading support,
28# merge the microcode data in the final initrd image. 28# merge the microcode data in the final initrd image.
29INITRD_prepend = "${DEPLOY_DIR_IMAGE}/microcode.cpio " 29INITRD_prepend = "${DEPLOY_DIR_IMAGE}/microcode.cpio "
30
31# Use the LTSI kernel for LSB images
32PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "3.10%"