mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
intel-core*: Add common MACHINE_* values
Add common values for the various MACHINE_ variables, derived from the existing BSPs in meta-intel. Include EFI and PCBIOS, 3G and wifi support, and video decoding. Include the linux-firmware package. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
This commit is contained in:
parent
dc7c8548ff
commit
a5b790da02
|
@ -9,6 +9,14 @@ require conf/machine/include/meta-intel.inc
|
|||
require conf/machine/include/intel-core2-32-common.inc
|
||||
require conf/machine/include/intel-common-pkgarch.inc
|
||||
|
||||
MACHINE_FEATURES += "pcbios efi"
|
||||
MACHINE_FEATURES += "va-impl-intel"
|
||||
MACHINE_FEATURES += "wifi 3g"
|
||||
|
||||
MACHINE_HWCODECS ?= "va-intel gst-va-intel"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"
|
||||
|
||||
XSERVER ?= "${XSERVER_X86_BASE} \
|
||||
${XSERVER_X86_EXT} \
|
||||
${XSERVER_X86_FBDEV} \
|
||||
|
|
|
@ -9,6 +9,14 @@ require conf/machine/include/meta-intel.inc
|
|||
require conf/machine/include/intel-corei7-64-common.inc
|
||||
require conf/machine/include/intel-common-pkgarch.inc
|
||||
|
||||
MACHINE_FEATURES += "pcbios efi"
|
||||
MACHINE_FEATURES += "va-impl-intel"
|
||||
MACHINE_FEATURES += "wifi 3g"
|
||||
|
||||
MACHINE_HWCODECS ?= "va-intel gst-va-intel"
|
||||
|
||||
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"
|
||||
|
||||
XSERVER ?= "${XSERVER_X86_BASE} \
|
||||
${XSERVER_X86_EXT} \
|
||||
${XSERVER_X86_FBDEV} \
|
||||
|
|
Loading…
Reference in New Issue
Block a user