ixp4xx-kernel: Added 2.6.17, and enabled the patches and defconfig to be pulled from...
authorRod Whitby <rod@whitby.id.au>
Mon, 19 Jun 2006 22:40:55 +0000 (22:40 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 19 Jun 2006 22:40:55 +0000 (22:40 +0000)
packages/linux/ixp4xx-kernel.inc
packages/linux/ixp4xx-kernel_2.6.15.3.bb
packages/linux/ixp4xx-kernel_2.6.16.bb
packages/linux/ixp4xx-kernel_2.6.17.bb [new file with mode: 0644]

index 52f2164..1a8dee7 100644 (file)
@@ -145,7 +145,6 @@ IXP4XX_PATCHES ?= ""
 
 SRC_URI  = "${IXP4XX_SRCURI}"
 SRC_URI += "${IXP4XX_PATCHES}"
-SRC_URI += "file://defconfig"
 
 COMPATIBLE_HOST = 'arm.*-linux'
 
index d621473..f73b388 100644 (file)
@@ -12,6 +12,8 @@ PR = "r0.${PR_CONFIG}"
 
 include ixp4xx-kernel.inc
 
+SRC_URI += "file://defconfig"
+
 RPSRC = "http://www.rpsys.net/openzaurus/patches"
 
 # IXP4XX_PATCHES - full list of patches to apply
index 0134add..008c665 100644 (file)
@@ -12,6 +12,8 @@ PR = "r7.${PR_CONFIG}"
 
 include ixp4xx-kernel.inc
 
+SRC_URI += "file://defconfig"
+
 # IXP4XX_PATCHES - full list of patches to apply
 IXP4XX_PATCHES  = ""
 
diff --git a/packages/linux/ixp4xx-kernel_2.6.17.bb b/packages/linux/ixp4xx-kernel_2.6.17.bb
new file mode 100644 (file)
index 0000000..f7d0881
--- /dev/null
@@ -0,0 +1,33 @@
+# Kernel for IXP4xx
+#
+# Increment PR_CONFIG for changes to the ixp4xx-kernel specific
+# defconfig (do *NOT* increment anything in here for changes
+# to other kernel configs!)
+PR_CONFIG = "0"
+#
+# Increment the number below (i.e. the digits after PR) when
+# making changes within this file or for changes to the patches
+# applied to the kernel.
+PR = "r1.${PR_CONFIG}"
+
+include ixp4xx-kernel.inc
+
+SRC_URI += "http://svn.nslu2-linux.org/svnroot/kernel/trunk/patches/2.6.17/defconfig"
+
+# IXP4XX_PATCHES - full list of patches to apply
+IXP4XX_PATCHES  = ""
+
+SVN_SRC = "http://svn.nslu2-linux.org/svnroot/kernel/trunk/patches/2.6.17"
+
+# IXP4XX_PATCHES += "file://06-remove-extraversion.patch;patch=1"
+IXP4XX_PATCHES += "${SVN_SRC}/01-nas100d-leds.patch;patch=1"
+IXP4XX_PATCHES += "${SVN_SRC}/02-nas100d-mac-addr.patch;patch=1"
+IXP4XX_PATCHES += "${SVN_SRC}/03-nslu2-leds.patch;patch=1"
+IXP4XX_PATCHES += "${SVN_SRC}/04-nslu2-mac-addr.patch;patch=1"
+IXP4XX_PATCHES += "${SVN_SRC}/05-timer-ixp4xx.patch;patch=1"
+IXP4XX_PATCHES += "${SVN_SRC}/06-timer-nslu2.patch;patch=1"
+IXP4XX_PATCHES += "${SVN_SRC}/07-copypage-xscale.patch;patch=1"
+IXP4XX_PATCHES += "${SVN_SRC}/15-jffs2-endian-config.patch;patch=1"
+IXP4XX_PATCHES += "${SVN_SRC}/20-nas100d-cmdline-fixup.patch;patch=1"
+IXP4XX_PATCHES += "${SVN_SRC}/20-nslu2-cmdline-fixup.patch;patch=1"
+IXP4XX_PATCHES += "${SVN_SRC}/50-leds-arm-cpu-activity.patch;patch=1"