summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorJussi Laako <jussi.laako@linux.intel.com>2017-03-20 15:08:02 +0200
committerSaul Wold <sgw@linux.intel.com>2017-03-21 19:03:03 -0700
commit66637d28a779c8fc5b838a5f94f11806a4f553bc (patch)
tree53dff1fce7e8ced06e01b06b7c573dba83f95e2b /conf/machine/include
parent37d46e1319d336195fb2b638412c9910fdd1668d (diff)
downloadmeta-intel-66637d28a779c8fc5b838a5f94f11806a4f553bc.tar.gz
Include recommended packges for all Intel machines
Moves common MACHINE_EXTRA_RRECOMMENDS to a common include file and add thermald to MACHINE_EXTRA_RRECOMMENDS. Signed-off-by: Jussi Laako <jussi.laako@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf/machine/include')
-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 04bd5534..38d856fd 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -29,6 +29,9 @@ XSERVER_X86_ASPEED_AST = "xf86-video-ast \
29# include the user space intel microcode loading support in the generated images. 29# include the user space intel microcode loading support in the generated images.
30MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', ' intel-microcode', '', d)}" 30MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', ' intel-microcode', '', d)}"
31 31
32# recommended extra packages common to all intel machines
33MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware thermald"
34
32# for the early boot time kernel microcode loading support, 35# for the early boot time kernel microcode loading support,
33# merge the microcode data in the final initrd image. 36# merge the microcode data in the final initrd image.
34INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}" 37INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}"