diff options
| author | Ong Boon Leong <boon.leong.ong@intel.com> | 2013-11-01 08:45:27 +0800 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-10-31 20:07:40 -0500 |
| commit | fc150a606c6ae51901e0cf7be99fa482e7c756ba (patch) | |
| tree | a0666310b6de8928c5ef32f65271a36d80f6382f | |
| parent | 2636851fd96c8a3d8b86af9e50fb554038f800cd (diff) | |
| download | meta-intel-fc150a606c6ae51901e0cf7be99fa482e7c756ba.tar.gz | |
meta-haswell-wc: provide machine configuration for haswell-wc
Create a new machine named 'haswell-wc'.
Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -rw-r--r-- | meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf | 22 |
1 files changed, 22 insertions, 0 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 new file mode 100644 index 00000000..694b93de --- /dev/null +++ b/meta-isg/meta-haswell-wc/conf/machine/haswell-wc.conf | |||
| @@ -0,0 +1,22 @@ | |||
| 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 | |||
| 10 | |||
| 11 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | ||
| 12 | MACHINE_FEATURES += "pcbios efi va-impl-intel" | ||
| 13 | |||
| 14 | require conf/machine/include/tune-x86_64.inc | ||
| 15 | require conf/machine/include/ia32-base.inc | ||
| 16 | |||
| 17 | MACHINE_HWCODECS ?= "va-intel gst-va-intel" | ||
| 18 | |||
| 19 | XSERVER ?= "${XSERVER_IA32_BASE} \ | ||
| 20 | ${XSERVER_IA32_EXT} \ | ||
| 21 | ${XSERVER_IA32_I965} \ | ||
| 22 | " | ||
