[oe-commits] Stefan Schmidt : xo.conf: Add machine config file for the XO laptop

GIT User account git at amethyst.openembedded.net
Mon Oct 27 19:04:03 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0e096ad053a729a9cfe0003807f5c4226d562beb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0e096ad053a729a9cfe0003807f5c4226d562beb

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Wed Jun 25 21:20:47 2008 +0200

xo.conf: Add machine config file for the XO laptop

---

 conf/machine/xo.conf |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/conf/machine/xo.conf b/conf/machine/xo.conf
new file mode 100644
index 0000000..405042f
--- /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





More information about the Openembedded-commits mailing list