From 0e096ad053a729a9cfe0003807f5c4226d562beb Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 25 Jun 2008 21:20:47 +0200 Subject: xo.conf: Add machine config file for the XO laptop --- conf/machine/xo.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 conf/machine/xo.conf (limited to 'conf/machine/xo.conf') 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 -- cgit v1.2.3