From a5b790da02f657bae8f32d817fc391e2c67fd3a9 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Tue, 4 Mar 2014 09:34:47 -0800 Subject: 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 --- conf/machine/intel-corei7-64.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'conf/machine/intel-corei7-64.conf') diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index d585bdf7..54bc1d1a 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -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} \ -- cgit v1.2.3-54-g00ecf