summaryrefslogtreecommitdiffstats
path: root/meta-crownbay/conf/machine/crownbay-noemgd.conf
blob: 1ced7c675def5ffb7fdc7fb9173afb411f440b46 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#@TYPE: Machine
#@NAME: crownbay-noemgd

#@WEBTITLE: Intel Atom E6xx Processor With Intel EG20T Controller Hub Development Kit (Crown Bay) With Open Source VESA Graphics

#@DESCRIPTION: Machine configuration for Crown Bay systems, without Intel-proprietary graphics bits
# i.e. E660 + EG20T

PREFERRED_VERSION_linux-yocto ?= "3.10%"

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

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

APPEND += "video=vesafb vga=0x318"