aboutsummaryrefslogtreecommitdiffstats
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 eef4c130..00000000
--- a/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-#@TYPE: Machine
-#@NAME: haswell-wc
-
-#@WEBTITLE: 4th Generation Intel Core Processors with Mobile
-# Intel QM87 and HM86 Chipsets (Formerly Shark Bay)
-
-#@DESCRIPTION: Machine configuration for "Walnut Canyon",
-# a Shark Bay development kit.
-
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
-PREFERRED_VERSION_linux-yocto ?= "3.10%"
-
-MACHINE_FEATURES += "pcbios efi va-impl-intel"
-
-require conf/machine/include/intel-corei7-64-common.inc
-require conf/machine/include/intel-common-pkgarch.inc
-require conf/machine/include/meta-intel.inc
-
-MACHINE_HWCODECS ?= "va-intel gstreamer-vaapi-1.0"
-
-XSERVER ?= "${XSERVER_X86_BASE} \
- ${XSERVER_X86_EXT} \
- ${XSERVER_X86_I965} \
- "
-
-#Since intel-common-standard.scc turn on CONFIG_FB_EFI
-#This Kernel Option is required in order to disable FB-EFI
-#If not the SATO image will be freezed.
-APPEND += "video=efifb:off"