[oe-commits] org.oe.dev ixp4xx-kernel: Updates from blaster8

nail commit openembedded-commits at lists.openembedded.org
Sat Oct 14 10:57:58 UTC 2006


ixp4xx-kernel: Updates from blaster8

Author: nail at nslu2-linux.org
Branch: org.openembedded.dev
Revision: 7772406d01ac1c7f4e1e06383e34fa7c30c6a60e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7772406d01ac1c7f4e1e06383e34fa7c30c6a60e
Files:
1
packages/linux/ixp4xx-kernel_2.6.19-rc2.bb
packages/linux/ixp4xx-kernel-svnpatch.inc
packages/linux/ixp4xx-kernel_2.6.18.bb
Diffs:

#
# mt diff -r52180961d04bece949b681a34cdc82f997d99788 -r7772406d01ac1c7f4e1e06383e34fa7c30c6a60e
#
# 
# 
# add_file "packages/linux/ixp4xx-kernel_2.6.19-rc2.bb"
#  content [19f50909fc2b96c8fe9003fd6322d07ef71cf66a]
# 
# patch "packages/linux/ixp4xx-kernel-svnpatch.inc"
#  from [8ff84398107ecfc0f17cb8a1cf268c998921e14b]
#    to [d9c9e68a962f08121c0f39afcdebf3c6a4f28459]
# 
# patch "packages/linux/ixp4xx-kernel_2.6.18.bb"
#  from [d8c71913b03ad56c4c165d8e81ffddc012881738]
#    to [a86231389ed4d92e9c384e3452d8423d1c02bf14]
# 
============================================================
--- packages/linux/ixp4xx-kernel_2.6.19-rc2.bb	19f50909fc2b96c8fe9003fd6322d07ef71cf66a
+++ packages/linux/ixp4xx-kernel_2.6.19-rc2.bb	19f50909fc2b96c8fe9003fd6322d07ef71cf66a
@@ -0,0 +1,22 @@
+# Kernel for IXP4xx
+#
+# This bitbake file pulls patches and the defconfig straight  
+# from the NSLU2-Linux SVN repository. Information about this 
+# repository can be found at:
+# http://trac.nslu2-linux.org/kernel/
+#
+# The revision that is pulled from SVN is specified below
+IXP4XX_KERNEL_SVN_REV = "473"
+#
+# The directory containing the patches to be applied is
+# specified below
+IXP4XX_KERNEL_PATCH_DIR = "2.6.19"
+#
+# Increment the number below (i.e. the digits after PR) when
+# the changes in SVN between revisions include changes in the
+# patches applied to the kernel, rather than simply defconfig
+# changes
+PR = "r1.${IXP4XX_KERNEL_SVN_REV}"
+
+require ixp4xx-kernel.inc
+require ixp4xx-kernel-svnpatch.inc
============================================================
--- packages/linux/ixp4xx-kernel-svnpatch.inc	8ff84398107ecfc0f17cb8a1cf268c998921e14b
+++ packages/linux/ixp4xx-kernel-svnpatch.inc	d9c9e68a962f08121c0f39afcdebf3c6a4f28459
@@ -1,12 +1,11 @@ addtask svnpatch before do_configure aft
 addtask svnpatch before do_configure after do_patch
 
-IXP4XX_KERNEL_SVN_REPO ?= http://svn.nslu2-linux.org/svnroot/kernel/trunk
+IXP4XX_KERNEL_SVN_REPO = http://svn.nslu2-linux.org/svnroot/kernel/trunk
 
 do_svnpatch() {
-	svn co ${IXP4XX_KERNEL_SVN_REPO}/patches/${PV} --revision ${IXP4XX_KERNEL_SVN_REV} ${WORKDIR}/patches-${PV}
+	svn co ${IXP4XX_KERNEL_SVN_REPO}/patches/${IXP4XX_KERNEL_PATCH_DIR} --revision ${IXP4XX_KERNEL_SVN_REV} ${WORKDIR}/patches-${PV}
 	cp ${WORKDIR}/patches-${PV}/defconfig ${WORKDIR}/defconfig
 	rm -rf ${S}/patches
 	cd ${S} && ln -s ${WORKDIR}/patches-${PV} ${S}/patches
-	cd ${S} && ${STAGING_BINDIR}/quilt push -av
+	cd ${S} && rm -rf .pc && ${STAGING_BINDIR}/quilt push -av
 }
-
============================================================
--- packages/linux/ixp4xx-kernel_2.6.18.bb	d8c71913b03ad56c4c165d8e81ffddc012881738
+++ packages/linux/ixp4xx-kernel_2.6.18.bb	a86231389ed4d92e9c384e3452d8423d1c02bf14
@@ -6,8 +6,12 @@
 # http://trac.nslu2-linux.org/kernel/
 #
 # The revision that is pulled from SVN is specified below
-IXP4XX_KERNEL_SVN_REV = "446"
+IXP4XX_KERNEL_SVN_REV = "473"
 #
+# The directory containing the patches to be applied is
+# specified below
+IXP4XX_KERNEL_PATCH_DIR = "2.6.18"
+#
 # Increment the number below (i.e. the digits after PR) when
 # the changes in SVN between revisions include changes in the
 # patches applied to the kernel, rather than simply defconfig






More information about the Openembedded-commits mailing list