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; 11+ 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] 11+ messages in thread
* [PATCH] linux: Linux 2.6.31.5
@ 2009-11-08 14:04 Petr Štetiar
  2009-11-08 14:04 ` [PATCH] linux: Linux 2.6.31.5 for IEI Nano GX-466 Petr Štetiar
  0 siblings, 1 reply; 11+ messages in thread
From: Petr Štetiar @ 2009-11-08 14:04 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Petr Štetiar <ynezz@true.cz>
---
 conf/checksums.ini            |    4 ++++
 recipes/linux/linux_2.6.31.bb |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index afbd67f..9dae471 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -20750,6 +20750,10 @@ sha256=ed167dcbdf52c2563a30e7c81a0f2b3d79eb04acc5728e6d484166a4fe8a39e4
 md5=02078f4231baee4f0004212f2875df2b
 sha256=bc670682ed9b81d5d3859130c600601bd72053fd738b51b2daf8ddf3f4614a66
 
+[http://kernel.org/pub/linux/kernel/v2.6/patch-2.6.31.5.bz2]
+md5=6cac5e59d5562b591cdda485941204d5
+sha256=41e7d98a205d58a62901daf4e46ecf5fb0b177e5a233a3c0ad3250a3a0abe8aa
+
 [http://www.muru.com/linux/omap/patches/patch-2.6.9-omap1.bz2]
 md5=d6249654087f0bcafaa860ac573316a4
 sha256=91806347cb386002a8bfd20ee66e536e4a7dfb01f207dd751341f2971090d9ac
diff --git a/recipes/linux/linux_2.6.31.bb b/recipes/linux/linux_2.6.31.bb
index 1559710..f0ff516 100644
--- a/recipes/linux/linux_2.6.31.bb
+++ b/recipes/linux/linux_2.6.31.bb
@@ -1,6 +1,6 @@
 require linux.inc
 
-PR = "r3"
+PR = "r4"
 
 S = "${WORKDIR}/linux-${PV}"
 
@@ -13,7 +13,7 @@ DEFAULT_PREFERENCE_qemumips = "1"
 DEFAULT_PREFERENCE_qemux86 = "1"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
-           ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.3.bz2;patch=1 \
+           ${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/patch-${PV}.5.bz2;patch=1 \
            file://defconfig"
 
 SRC_URI_append_db1200 ="\
-- 
1.5.6.3




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

end of thread, other threads:[~2009-11-08 15:06 UTC | newest]

Thread overview: 11+ 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
2009-11-08 14:04 [PATCH] linux: Linux 2.6.31.5 Petr Štetiar
2009-11-08 14:04 ` [PATCH] linux: Linux 2.6.31.5 for IEI Nano GX-466 Petr Štetiar
2009-11-08 15:05   ` 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.