[oe-commits] Martin Jansa : linux/linux-kirkwood_2.6.29.5.bb: switch from SRCREV to SRCPV

git version control git at git.openembedded.org
Sun Nov 15 20:08:10 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 705755e9401a1e2d4b99e3d92b1d0e4b51a7f545
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=705755e9401a1e2d4b99e3d92b1d0e4b51a7f545

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Nov 15 21:06:45 2009 +0100

linux/linux-kirkwood_2.6.29.5.bb: switch from SRCREV to SRCPV

---

 recipes/linux/linux-kirkwood_2.6.29.5.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/linux/linux-kirkwood_2.6.29.5.bb b/recipes/linux/linux-kirkwood_2.6.29.5.bb
index f503829..576c851 100644
--- a/recipes/linux/linux-kirkwood_2.6.29.5.bb
+++ b/recipes/linux/linux-kirkwood_2.6.29.5.bb
@@ -7,8 +7,9 @@ require linux.inc
 
 # Change MACHINE_KERNEL_PR in conf/machine/include/kirkwood.inc
 PV = "2.6.29.5"
-PR_append = "+gitr${SRCREV}"
-#PV = "2.6.28+2.6.29rc7-${PR}+gitr${SRCREV}"
+PR_append = "+gitr${SRCPV}"
+PE = "1"
+#PV = "2.6.28+2.6.29rc7-${PR}+gitr${SRCPV}"
 
 SRCREV = "70deca35020a5dc3bd3c228bd46852cab77a7f6b"
 SRC_URI = "git://git.marvell.com/orion.git;protocol=git;branch=stable-2.6.29 \





More information about the Openembedded-commits mailing list