xo.conf: Add machine config file for the XO laptop
authorStefan Schmidt <stefan@datenfreihafen.org>
Wed, 25 Jun 2008 19:20:47 +0000 (21:20 +0200)
committerStefan Schmidt <stefan@datenfreihafen.org>
Mon, 27 Oct 2008 19:02:15 +0000 (20:02 +0100)
conf/machine/xo.conf [new file with mode: 0644]

diff --git a/conf/machine/xo.conf b/conf/machine/xo.conf
new file mode 100644 (file)
index 0000000..405042f
--- /dev/null
@@ -0,0 +1,29 @@
+# Copyright (C) 2008, Stefan Schmidt, All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+#@TYPE: Machine
+#@NAME: XO
+#@DESCRIPTION: Machine configuration for a the XO laptop (aka OLPC)
+
+
+TARGET_ARCH = "i586"
+PACKAGE_EXTRA_ARCHS = "x86 geode"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive"
+# X.org with a special graphic driver needed?
+XSERVER="xserver-kdrive-vesa"
+
+GUI_MACHINE_CLASS = "bigscreen"
+MACHINE_DISPLAY_WIDTH_PIXELS = "1200"
+MACHINE_DISPLAY_HEIGHT_PIXELS = "900"
+
+KERNEL_IMAGETYPE = "bzImage"
+
+IMAGE_FSTYPES ?= "jffs2"
+
+# This helped a lot: http://laptop.org/laptop/hardware/specs.shtml
+# ACPI is right for the battery class stuff?
+MACHINE_FEATURES = "kernel26 screen keyboard ushbost acpi x86 wifi alsa mmc vfat pci"
+MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
+
+require conf/machine/include/tune-geodelx.inc