All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Machine configuration for IEI Nano GX-466
@ 2009-11-06 19:42 Petr Štetiar
  2009-11-06 19:42 ` [PATCH] linux: Linux 2.6.31.5 " Petr Štetiar
  2009-11-07 16:47 ` [PATCH] Machine configuration " Otavio Salvador
  0 siblings, 2 replies; 9+ messages in thread
From: Petr Štetiar @ 2009-11-06 19:42 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Petr Štetiar <ynezz@true.cz>
---
 conf/machine/iei-nanogx-466.conf |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)
 create mode 100644 conf/machine/iei-nanogx-466.conf

diff --git a/conf/machine/iei-nanogx-466.conf b/conf/machine/iei-nanogx-466.conf
new file mode 100644
index 0000000..8fbc570
--- /dev/null
+++ b/conf/machine/iei-nanogx-466.conf
@@ -0,0 +1,28 @@
+# 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 \
+           xf86-input-keyboard"
+
+GUI_MACHINE_CLASS = "bigscreen"
+
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=i586"
-- 
1.5.6.3




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-11-07 19:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-06 19:42 [PATCH] Machine configuration for IEI Nano GX-466 Petr Štetiar
2009-11-06 19:42 ` [PATCH] linux: Linux 2.6.31.5 " Petr Štetiar
2009-11-06 19:42   ` [PATCH] xf86-video-geode: update to 2.11.6 Petr Štetiar
2009-11-07 16:43     ` Otavio Salvador
2009-11-07 18:01       ` Petr Štetiar
2009-11-07 18:59         ` Otavio Salvador
2009-11-06 20:15   ` [PATCH] linux: Linux 2.6.31.5 for IEI Nano GX-466 Michael Smith
2009-11-07 10:56   ` Marcin Juszkiewicz
2009-11-07 16:47 ` [PATCH] Machine configuration " Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.