diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2014-03-04 09:34:47 -0800 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2014-03-10 21:44:01 -0700 |
| commit | a5b790da02f657bae8f32d817fc391e2c67fd3a9 (patch) | |
| tree | d8f9270b14d3c968df3c1ca618f0fd3c7bd8c50b /conf/machine | |
| parent | dc7c8548ff4e5055e23d411db093176f0f7b658a (diff) | |
| download | meta-intel-a5b790da02f657bae8f32d817fc391e2c67fd3a9.tar.gz | |
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>
Diffstat (limited to 'conf/machine')
| -rw-r--r-- | conf/machine/intel-core2-32.conf | 8 | ||||
| -rw-r--r-- | conf/machine/intel-corei7-64.conf | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index 62e1b7c4..c1023e7e 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 | |||
| 9 | require conf/machine/include/intel-core2-32-common.inc | 9 | require conf/machine/include/intel-core2-32-common.inc |
| 10 | require conf/machine/include/intel-common-pkgarch.inc | 10 | require conf/machine/include/intel-common-pkgarch.inc |
| 11 | 11 | ||
| 12 | MACHINE_FEATURES += "pcbios efi" | ||
| 13 | MACHINE_FEATURES += "va-impl-intel" | ||
| 14 | MACHINE_FEATURES += "wifi 3g" | ||
| 15 | |||
| 16 | MACHINE_HWCODECS ?= "va-intel gst-va-intel" | ||
| 17 | |||
| 18 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware" | ||
| 19 | |||
| 12 | XSERVER ?= "${XSERVER_X86_BASE} \ | 20 | XSERVER ?= "${XSERVER_X86_BASE} \ |
| 13 | ${XSERVER_X86_EXT} \ | 21 | ${XSERVER_X86_EXT} \ |
| 14 | ${XSERVER_X86_FBDEV} \ | 22 | ${XSERVER_X86_FBDEV} \ |
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 | |||
| 9 | require conf/machine/include/intel-corei7-64-common.inc | 9 | require conf/machine/include/intel-corei7-64-common.inc |
| 10 | require conf/machine/include/intel-common-pkgarch.inc | 10 | require conf/machine/include/intel-common-pkgarch.inc |
| 11 | 11 | ||
| 12 | MACHINE_FEATURES += "pcbios efi" | ||
| 13 | MACHINE_FEATURES += "va-impl-intel" | ||
| 14 | MACHINE_FEATURES += "wifi 3g" | ||
| 15 | |||
| 16 | MACHINE_HWCODECS ?= "va-intel gst-va-intel" | ||
| 17 | |||
| 18 | MACHINE_EXTRA_RRECOMMENDS += "linux-firmware" | ||
| 19 | |||
| 12 | XSERVER ?= "${XSERVER_X86_BASE} \ | 20 | XSERVER ?= "${XSERVER_X86_BASE} \ |
| 13 | ${XSERVER_X86_EXT} \ | 21 | ${XSERVER_X86_EXT} \ |
| 14 | ${XSERVER_X86_FBDEV} \ | 22 | ${XSERVER_X86_FBDEV} \ |
