summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/meta-intel.inc
diff options
context:
space:
mode:
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.