[oe-commits] Michael 'Mickey' Lauer : linux-msm7xxxx: bump kernel for raphael and diamond

GIT User account git at amethyst.openembedded.net
Thu Feb 19 02:09:02 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Thu Feb 19 03:07:55 2009 +0100

linux-msm7xxxx: bump kernel for raphael and diamond

---

 packages/linux/linux-msm7xxxx_git.bb |   22 ++++++++++++----------
 1 files changed, 12 insertions(+), 10 deletions(-)

diff --git a/packages/linux/linux-msm7xxxx_git.bb b/packages/linux/linux-msm7xxxx_git.bb
index a2972bb..38895ad 100644
--- a/packages/linux/linux-msm7xxxx_git.bb
+++ b/packages/linux/linux-msm7xxxx_git.bb
@@ -3,23 +3,25 @@ require linux.inc
 PV = "2.6.25+${PR}+gitr${SRCREV}"
 PV_htckaiser = "2.6.24+${PR}+gitr${SRCREV}"
 PV_htcpolaris = "2.6.24+${PR}+gitr${SRCREV}"
-
-PR = "r2"
+PR = "r4"
 
 COMPATIBLE_MACHINE = "htckaiser|htcpolaris|htcraphael|htcdiamond|htcvogue|htctitan"
 
 SRCREV_htckaiser = "1082670ccae30e6592311cc9dee93ba978382a25"
 SRCREV_htcpolaris = "1082670ccae30e6592311cc9dee93ba978382a25"
-SRCREV_htcraphael = "c07884fc4c99845e2d940009e494f83e22509e3d"
-SRCREV_htcdiamond = "c07884fc4c99845e2d940009e494f83e22509e3d"
+SRCREV_htcraphael = "1a4d3e8a1c7174931409017252a36ceceb10174e"
+SRCREV_htcdiamond = "1a4d3e8a1c7174931409017252a36ceceb10174e"
 SRCREV_htcvogue = "8cfc6730b38091c908b2df3b906a3a54f27e1bb2"
 SRCREV_htctitan = "8cfc6730b38091c908b2df3b906a3a54f27e1bb2"
 
-SRC_URI = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm-2.6.25;protocol=git file://defconfig"
-SRC_URI_htckaiser = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm;protocol=git  file://defconfig"
-SRC_URI_htcpolaris = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm;protocol=git file://defconfig"
-SRC_URI_htcvogue = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-vogue;protocol=git file://defconfig"
-SRC_URI_htctitan = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-vogue;protocol=git file://defconfig"
+SRC_BRANCH = "htc-msm-2.6.25"
+SRC_BRANCH_htckaiser = "htc-msm"
+SRC_BRANCH_htcpolaris = "htc-msm"
+SRC_BRANCH_htcvogue = "htc-vogue"
+SRC_BRANCH_htctitan = "htc-vogue"
 
+SRC_URI = "\
+  git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=${SRC_BRANCH};protocol=git \
+  file://defconfig \
+"
 S = "${WORKDIR}/git"
-





More information about the Openembedded-commits mailing list