aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/xo.conf
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2008-06-25 21:20:47 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2008-10-27 20:02:15 +0100
commit0e096ad053a729a9cfe0003807f5c4226d562beb (patch)
treec87853dababc641622a803890b93640755a9029a /conf/machine/xo.conf
parent7eaf16203ae0c7e8196fa5507ef635ca2e02f727 (diff)
downloadopenembedded-0e096ad053a729a9cfe0003807f5c4226d562beb.tar.gz
xo.conf: Add machine config file for the XO laptop
Diffstat (limited to 'conf/machine/xo.conf')
-rw-r--r--conf/machine/xo.conf29
1 files changed, 29 insertions, 0 deletions
diff --git a/conf/machine/xo.conf b/conf/machine/xo.conf
new file mode 100644
index 0000000000..405042f68a
--- /dev/null
+++ b/conf/machine/xo.conf
@@ -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