diff options
| author | Naveen Saini <naveen.kumar.saini@intel.com> | 2021-02-11 18:23:16 +0800 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-02-16 15:08:12 +0800 |
| commit | d4f2e875ec36ae316936018ee13144ab3aba5402 (patch) | |
| tree | 22bca018cc87cddb38012554558dc67ea021636a /conf/machine/include | |
| parent | d7670a5d243d879897cbdb9acad8779c0e413045 (diff) | |
| download | meta-intel-d4f2e875ec36ae316936018ee13144ab3aba5402.tar.gz | |
conf: remove thermald from MACHINE_ESSENTIAL_EXTRA_RDEPENDS
thermald recipe moved to dynamic layer due to meta-oe
dependency.
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'conf/machine/include')
| -rw-r--r-- | conf/machine/include/meta-intel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/meta-intel.inc b/conf/machine/include/meta-intel.inc index 40a7b2ac..565ee526 100644 --- a/conf/machine/include/meta-intel.inc +++ b/conf/machine/include/meta-intel.inc | |||
| @@ -33,7 +33,7 @@ XSERVER_X86_ASPEED_AST = "xf86-video-ast \ | |||
| 33 | " | 33 | " |
| 34 | 34 | ||
| 35 | # include the user space intel microcode loading support in the generated images. | 35 | # include the user space intel microcode loading support in the generated images. |
| 36 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', ' intel-microcode', '', d)} thermald" | 36 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', ' intel-microcode', '', d)}" |
| 37 | 37 | ||
| 38 | # recommended extra packages common to all intel machines | 38 | # recommended extra packages common to all intel machines |
| 39 | MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware" | 39 | MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware" |
