summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/meta-intel.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-07-25 14:10:08 -0700
committerSaul Wold <sgw@linux.intel.com>2017-07-27 10:01:47 -0700
commit3b8d46f617277946391cc2ce62c953a4c5c9fc16 (patch)
tree52a52fbdba463325eb3c20714ed8082cd8fa3236 /conf/machine/include/meta-intel.inc
parent009d044176d965d5ccf96f473be8be61146eefb2 (diff)
downloadmeta-intel-3b8d46f617277946391cc2ce62c953a4c5c9fc16.tar.gz
meta-intel.inc: Ensure thermald is installed for most targets
This will ensure thermald is installed on all target images except core-image-minimal Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf/machine/include/meta-intel.inc')
-rw-r--r--conf/machine/include/meta-intel.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc
index ff98a2a1..34a672c0 100644
--- a/conf/machine/include/meta-intel.inc
+++ b/conf/machine/include/meta-intel.inc
@@ -28,10 +28,10 @@ XSERVER_X86_ASPEED_AST = "xf86-video-ast \
28 " 28 "
29 29
30# include the user space intel microcode loading support in the generated images. 30# include the user space intel microcode loading support in the generated images.
31MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', ' intel-microcode', '', d)}" 31MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', ' intel-microcode', '', d)} thermald"
32 32
33# recommended extra packages common to all intel machines 33# recommended extra packages common to all intel machines
34MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware thermald" 34MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware"
35 35
36# for the early boot time kernel microcode loading support, 36# for the early boot time kernel microcode loading support,
37# merge the microcode data in the final initrd image. 37# merge the microcode data in the final initrd image.