summaryrefslogtreecommitdiffstats
path: root/conf/machine/intel-corei7-64.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/intel-corei7-64.conf')
-rw-r--r--conf/machine/intel-corei7-64.conf8
1 files changed, 8 insertions, 0 deletions
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
9require conf/machine/include/intel-corei7-64-common.inc 9require conf/machine/include/intel-corei7-64-common.inc
10require conf/machine/include/intel-common-pkgarch.inc 10require conf/machine/include/intel-common-pkgarch.inc
11 11
12MACHINE_FEATURES += "pcbios efi"
13MACHINE_FEATURES += "va-impl-intel"
14MACHINE_FEATURES += "wifi 3g"
15
16MACHINE_HWCODECS ?= "va-intel gst-va-intel"
17
18MACHINE_EXTRA_RRECOMMENDS += "linux-firmware"
19
12XSERVER ?= "${XSERVER_X86_BASE} \ 20XSERVER ?= "${XSERVER_X86_BASE} \
13 ${XSERVER_X86_EXT} \ 21 ${XSERVER_X86_EXT} \
14 ${XSERVER_X86_FBDEV} \ 22 ${XSERVER_X86_FBDEV} \