Machine configuration for IEI Nano GX-466
authorPetr Štetiar <ynezz@true.cz>
Sun, 8 Nov 2009 04:04:15 +0000 (04:04 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 9 Nov 2009 11:49:30 +0000 (09:49 -0200)
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/iei-nanogx-466.conf [new file with mode: 0644]

diff --git a/conf/machine/iei-nanogx-466.conf b/conf/machine/iei-nanogx-466.conf
new file mode 100644 (file)
index 0000000..3bab307
--- /dev/null
@@ -0,0 +1,30 @@
+# Copyright (C) 2009, Petr Stetiar
+# Released under the MIT license (see packages/COPYING)
+#@TYPE: Machine
+#@NAME: IEI Nano GX-466
+#@DESCRIPTION: Machine configuration for IEI Nano GX-466 - http://bit.ly/t9TOj
+
+TARGET_ARCH =  "i586"
+
+require conf/machine/include/tune-geode.inc
+
+MACHINE_FEATURES = "kernel26 pci vfat ext2 keyboard usbhost sound touchscreen screen serial ethernet"
+
+KERNEL_IMAGETYPE = "bzImage"
+IMAGE_FSTYPES ?= "ext2 tar.bz2"
+
+PREFERRED_PROVIDER_virtual/kernel = "linux"
+PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
+XSERVER = "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-mouse \
+           xf86-input-tslib \
+           xf86-video-geode \
+           xerver-xorg-module-libint10 \
+           xserver-xorg-module-xaa \
+           xf86-input-keyboard"
+
+GUI_MACHINE_CLASS = "bigscreen"
+
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=i586"