[oe-commits] org.oe.dev ixp4xx-kernel: Updated to svn repo rev after layout revert. Enanced svnpatch to take a configurable kernel repo path.

rwhitby commit openembedded-commits at lists.openembedded.org
Sun Sep 24 00:51:26 UTC 2006


ixp4xx-kernel: Updated to svn repo rev after layout revert.  Enanced svnpatch to take a configurable kernel repo path.

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

#
# mt diff -r13af2119324bd3329177b504ea9353c468ea1d4c -r853612d1f707239077d79c947a58216f3cb87589
#
# 
# 
# patch "packages/linux/ixp4xx-kernel-svnpatch.inc"
#  from [f09028feefb55f55f9bd058d3b95c6ea8642678f]
#    to [8ff84398107ecfc0f17cb8a1cf268c998921e14b]
# 
# patch "packages/linux/ixp4xx-kernel_2.6.18.bb"
#  from [cf1d3f26a9ffd8338ea5a0d1f8d7f87476bb031b]
#    to [154e643dd693b670213e2cac76b761d1fe790c73]
# 
============================================================
--- packages/linux/ixp4xx-kernel-svnpatch.inc	f09028feefb55f55f9bd058d3b95c6ea8642678f
+++ packages/linux/ixp4xx-kernel-svnpatch.inc	8ff84398107ecfc0f17cb8a1cf268c998921e14b
@@ -1,10 +1,12 @@ 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
+
 do_svnpatch() {
-	svn co http://svn.nslu2-linux.org/svnroot/kernel/trunk/patches/${PV} --revision ${IXP4XX_KERNEL_SVN_REV} ${WORKDIR}/patches-${PV}
+	svn co ${IXP4XX_KERNEL_SVN_REPO}/patches/${PV} --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} && ln -s ${WORKDIR}/patches-${PV} ${S}/patches
 	cd ${S} && ${STAGING_BINDIR}/quilt push -av
 }
 
============================================================
--- packages/linux/ixp4xx-kernel_2.6.18.bb	cf1d3f26a9ffd8338ea5a0d1f8d7f87476bb031b
+++ packages/linux/ixp4xx-kernel_2.6.18.bb	154e643dd693b670213e2cac76b761d1fe790c73
@@ -6,7 +6,7 @@
 # http://trac.nslu2-linux.org/kernel/
 #
 # The revision that is pulled from SVN is specified below
-IXP4XX_KERNEL_SVN_REV = "416"
+IXP4XX_KERNEL_SVN_REV = "421"
 #
 # Increment the number below (i.e. the digits after PR) when
 # the changes in SVN between revisions include changes in the






More information about the Openembedded-commits mailing list