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 <[email protected]> --- conf/machine/intel-core2-32.conf | 8 ++++++++ conf/machine/intel-corei7-64.conf | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index 62e1b7c..c1023e7 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf @@ -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} \ diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index d585bdf..54bc1d1 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} \ -- 1.8.5.3 _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
