aboutsummaryrefslogtreecommitdiffstats
path: root/meta-sugarbay/conf/machine/sugarbay.conf
blob: afa33282d82249df6b83100348b8a16d829dbd14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#@TYPE: Machine
#@NAME: sugarbay

#@WEBTITLE: Intel 2nd Generation Core Platforms: Core i3, i5, i7 (Sandy Bridge)

#@DESCRIPTION: Machine configuration for Sugar Bay systems
# i.e. Sandy Bridge + Cougar Point

MACHINE_FEATURES += "va-impl-intel"

PREFERRED_VERSION_linux-yocto ?= "3.4%"

require conf/machine/include/tune-x86_64.inc
require conf/machine/include/ia32-base.inc

XSERVER ?= "${XSERVER_IA32_BASE} \
           ${XSERVER_IA32_EXT} \
           ${XSERVER_IA32_I965} \
           "

VA_FEATURES ?= "gst-va-intel va-intel"

MACHINE_EXTRA_RRECOMMENDS += "${VA_FEATURES}"