mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-05 05:04:45 +02:00
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>
This commit is contained in:
parent
37d46e1319
commit
66637d28a7
|
@ -29,6 +29,9 @@ XSERVER_X86_ASPEED_AST = "xf86-video-ast \
|
|||
# include the user space intel microcode loading support in the generated images.
|
||||
MACHINE_ESSENTIAL_EXTRA_RDEPENDS_append = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', ' intel-microcode', '', d)}"
|
||||
|
||||
# recommended extra packages common to all intel machines
|
||||
MACHINE_EXTRA_RRECOMMENDS_append = " kernel-modules linux-firmware thermald"
|
||||
|
||||
# for the early boot time kernel microcode loading support,
|
||||
# merge the microcode data in the final initrd image.
|
||||
INITRD_LIVE_prepend = "${@bb.utils.contains('MACHINE_FEATURES', 'intel-ucode', '${DEPLOY_DIR_IMAGE}/microcode.cpio ', '', d)}"
|
||||
|
|
|
@ -14,8 +14,6 @@ MACHINE_FEATURES += "intel-ucode"
|
|||
|
||||
MACHINE_HWCODECS ?= "va-intel gstreamer1.0-vaapi"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"
|
||||
|
||||
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "gma500-gfx-check"
|
||||
|
||||
XSERVER ?= "${XSERVER_X86_BASE} \
|
||||
|
|
|
@ -14,7 +14,7 @@ MACHINE_FEATURES += "intel-ucode"
|
|||
|
||||
MACHINE_HWCODECS ?= "va-intel gstreamer1.0-vaapi"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware lms8"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "lms8"
|
||||
|
||||
XSERVER ?= "${XSERVER_X86_BASE} \
|
||||
${XSERVER_X86_EXT} \
|
||||
|
|
|
@ -13,8 +13,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS = ""
|
|||
MACHINE_FEATURES = "efi usb"
|
||||
MACHINE_FEATURES += "intel-ucode"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"
|
||||
|
||||
SERIAL_CONSOLE = "115200 ttyS1"
|
||||
APPEND += "rootwait console=ttyS1,115200 console=tty0"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user