summaryrefslogtreecommitdiffstats
path: root/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf')
-rw-r--r--meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf29
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf b/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
deleted file mode 100644
index d6e62169..00000000
--- a/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
+++ /dev/null
@@ -1,29 +0,0 @@
1#@TYPE: Machine
2#@NAME: haswell-wc
3
4#@WEBTITLE: 4th Generation Intel Core Processors with Mobile
5# Intel QM87 and HM86 Chipsets (Formerly Shark Bay)
6
7#@DESCRIPTION: Machine configuration for "Walnut Canyon",
8# a Shark Bay development kit.
9
10PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
11PREFERRED_VERSION_linux-yocto ?= "3.19%"
12
13MACHINE_FEATURES += "pcbios efi va-impl-intel"
14
15require conf/machine/include/intel-corei7-64-common.inc
16require conf/machine/include/intel-common-pkgarch.inc
17require conf/machine/include/meta-intel.inc
18
19MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0"
20
21XSERVER ?= "${XSERVER_X86_BASE} \
22 ${XSERVER_X86_EXT} \
23 ${XSERVER_X86_I965} \
24 "
25
26#Since intel-common-standard.scc turn on CONFIG_FB_EFI
27#This Kernel Option is required in order to disable FB-EFI
28#If not the SATO image will be freezed.
29APPEND += "video=efifb:off"