From f53daca5f3e6656f36bc482f5cba82974fe87f5a Mon Sep 17 00:00:00 2001 From: Chan Wei Sern Date: Sat, 10 May 2014 04:37:28 +0800 Subject: meta-haswell-wc: provide meta-intel.inc in machine configuration This is to include meta-intel.inc in haswell-wc.conf. Also to include PREFERRED_PROVIDER for linux-yocto. Added APPEND to make video:effifb:off so that the SATO UI will not be freezed. Signed-off-by: Chan Wei Sern Acked-By: Nitin A Kamble --- meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf b/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf index 21d01fbb..6487cd2f 100644 --- a/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf +++ b/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf @@ -7,12 +7,14 @@ #@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" @@ -20,3 +22,8 @@ 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" -- cgit v1.2.3-54-g00ecf