diff options
| -rw-r--r-- | meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf | 9 |
1 files changed, 8 insertions, 1 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 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 @@ | |||
| 7 | #@DESCRIPTION: Machine configuration for "Walnut Canyon", | 7 | #@DESCRIPTION: Machine configuration for "Walnut Canyon", |
| 8 | # a Shark Bay development kit. | 8 | # a Shark Bay development kit. |
| 9 | 9 | ||
| 10 | 10 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | |
| 11 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 11 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
| 12 | |||
| 12 | MACHINE_FEATURES += "pcbios efi va-impl-intel" | 13 | MACHINE_FEATURES += "pcbios efi va-impl-intel" |
| 13 | 14 | ||
| 14 | require conf/machine/include/intel-corei7-64-common.inc | 15 | require conf/machine/include/intel-corei7-64-common.inc |
| 15 | require conf/machine/include/intel-common-pkgarch.inc | 16 | require conf/machine/include/intel-common-pkgarch.inc |
| 17 | require conf/machine/include/meta-intel.inc | ||
| 16 | 18 | ||
| 17 | MACHINE_HWCODECS ?= "va-intel gst-va-intel" | 19 | MACHINE_HWCODECS ?= "va-intel gst-va-intel" |
| 18 | 20 | ||
| @@ -20,3 +22,8 @@ XSERVER ?= "${XSERVER_X86_BASE} \ | |||
| 20 | ${XSERVER_X86_EXT} \ | 22 | ${XSERVER_X86_EXT} \ |
| 21 | ${XSERVER_X86_I965} \ | 23 | ${XSERVER_X86_I965} \ |
| 22 | " | 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. | ||
| 29 | APPEND += "video=efifb:off" | ||
