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

#@WEBTITLE: Intel Atom E38xx Processor (Valley Island) 64-bit with Open Source Frame Buffer Graphics

#@DESCRIPTION: Machine configuration for Valley Island 64-bit systems, without Intel-proprietary graphics bits


PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
PREFERRED_VERSION_linux-yocto ?= "3.14%"

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_FEATURES += "pcbios efi"


XSERVER ?= "${XSERVER_X86_BASE} \
            ${XSERVER_X86_EXT} \
	    ${XSERVER_X86_FBDEV} \
	    ${XSERVER_X86_I965} \
           "

APPEND += "acpi_enforce_resources=lax video=efifb:off vga=0x318"