summaryrefslogtreecommitdiffstats
path: root/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf
blob: 6487cd2f38aac25e255e171474c51a265f327a23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#@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 gst-va-intel"

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"