blob: e6a755be1e9ec8679d5732f15ce3d3b0ec64a8c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#@TYPE: Machine
#@NAME: romley
#@DESCRIPTION: Machine configuration for Romley systems
# i.e. Sandy Bridge + Patsburg Chipset
PREFERRED_VERSION_linux-yocto ?= "3.2%"
require conf/machine/include/tune-x86_64.inc
require conf/machine/include/ia32-base.inc
XSERVER ?= "${XSERVER_IA32_BASE} \
${XSERVER_IA32_EXT} \
xserver-xorg-module-xaa \
xf86-video-mga \
"
|