[oe-commits] Steffen Sledz : linux-2.6.24: Kconfig patch for HIPOX machine added

GIT User account git at amethyst.openembedded.net
Mon Apr 20 10:43:34 UTC 2009


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

Author: Steffen Sledz <sledz at dresearch.de>
Date:   Mon Apr 20 12:39:27 2009 +0200

linux-2.6.24: Kconfig patch for HIPOX machine added

---

 .../linux/linux-2.6.24/hipox/hipox-kconfig.patch   |   16 ++++++++++++++++
 recipes/linux/linux_2.6.24.bb                      |    3 ++-
 2 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/recipes/linux/linux-2.6.24/hipox/hipox-kconfig.patch b/recipes/linux/linux-2.6.24/hipox/hipox-kconfig.patch
new file mode 100644
index 0000000..9912277
--- /dev/null
+++ b/recipes/linux/linux-2.6.24/hipox/hipox-kconfig.patch
@@ -0,0 +1,16 @@
+--- linux-2.6.24/arch/arm/mach-hipox/Kconfig.orig	2009-04-20 10:17:34.000000000 +0000
++++ linux-2.6.24/arch/arm/mach-hipox/Kconfig	2009-04-20 10:20:06.000000000 +0000
+@@ -1,6 +1,12 @@
+ if ARCH_HIPOX
+ 
+-menu "Oxford Semiconductor NAS Options"
++menu "OXE810 based HydraIP Options"
++
++config MACH_HIPOX
++	bool "OXE810 based HydraIP board"
++	help
++	  Say 'Y' here if you want your kernel to run on the
++	  OXE810 based HydraIP board.
+ 
+ config ARCH_HIPOX_FPGA
+ 	bool "FPGA platform"
diff --git a/recipes/linux/linux_2.6.24.bb b/recipes/linux/linux_2.6.24.bb
index cf4af82..5762ee1 100644
--- a/recipes/linux/linux_2.6.24.bb
+++ b/recipes/linux/linux_2.6.24.bb
@@ -12,7 +12,7 @@ DEFAULT_PREFERENCE_oxnas = "1"
 DEFAULT_PREFERENCE_hipox = "1"
 DEFAULT_PREFERENCE_cs-e9302 = "1"
 
-PR = "r28"
+PR = "r29"
 
 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \
            file://squashfs-lzma-2.6.24.patch;patch=1 \
@@ -100,6 +100,7 @@ SRC_URI_append_hipox = " \
 	file://hipox-pci-max-size.patch;patch=1 \
 	file://hipox-nand.patch;patch=1 \
 	file://hipox-ubifs.patch;patch=1 \
+	file://hipox-kconfig.patch;patch=1 \
 	"
 
 CMDLINE_cm-x270 = "console=${CMX270_CONSOLE_SERIAL_PORT},38400 monitor=1 mem=64M mtdparts=physmap-flash.0:256k(boot)ro,0x180000(kernel),-(root);cm-x270-nand:64m(app),-(data) rdinit=/sbin/init root=mtd3 rootfstype=jffs2"





More information about the Openembedded-commits mailing list