linux-xo: Add GIT XO kernel with fixed SRCREV
[openembedded.git] / conf / machine / xo.conf
1 # Copyright (C) 2008, Stefan Schmidt, All Rights Reserved
2 # Released under the MIT license (see packages/COPYING)
3 #@TYPE: Machine
4 #@NAME: XO
5 #@DESCRIPTION: Machine configuration for a the XO laptop (aka OLPC)
6
7
8 TARGET_ARCH = "i586"
9 PACKAGE_EXTRA_ARCHS = "x86 geode"
10
11 PREFERRED_PROVIDER_virtual/kernel = "linux-xo"
12 PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
13 # X.org with a special graphic driver needed?
14 XSERVER="xserver-kdrive-vesa"
15
16 GUI_MACHINE_CLASS = "bigscreen"
17 MACHINE_DISPLAY_WIDTH_PIXELS = "1200"
18 MACHINE_DISPLAY_HEIGHT_PIXELS = "900"
19
20 KERNEL_IMAGETYPE = "bzImage"
21
22 IMAGE_FSTYPES ?= "jffs2"
23
24 # This helped a lot: http://laptop.org/laptop/hardware/specs.shtml
25 # ACPI is right for the battery class stuff?
26 MACHINE_FEATURES = "kernel26 screen keyboard ushbost acpi x86 wifi alsa mmc vfat pci"
27 MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
28
29 require conf/machine/include/tune-geodelx.inc