[oe-commits] Michael 'Mickey' Lauer : linux-msm7xxxx: use kernel 2.6. 27 with upstream defconfig for htcraphael and htcdiamond

GIT User account git at amethyst.openembedded.net
Thu Feb 19 23:34:11 UTC 2009


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Feb 20 00:31:19 2009 +0100

linux-msm7xxxx: use kernel 2.6.27 with upstream defconfig for htcraphael and htcdiamond

---

 packages/linux/linux-msm7xxxx_git.bb |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/packages/linux/linux-msm7xxxx_git.bb b/packages/linux/linux-msm7xxxx_git.bb
index 38895ad..c0d2617 100644
--- a/packages/linux/linux-msm7xxxx_git.bb
+++ b/packages/linux/linux-msm7xxxx_git.bb
@@ -3,20 +3,23 @@ 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}"
+PV_htcraphael = "2.6.27+${PR}+gitr${SRCREV}"
+PV_htcdiamond = "2.6.27+${PR}+gitr${SRCREV}"
 PR = "r4"
 
 COMPATIBLE_MACHINE = "htckaiser|htcpolaris|htcraphael|htcdiamond|htcvogue|htctitan"
 
 SRCREV_htckaiser = "1082670ccae30e6592311cc9dee93ba978382a25"
 SRCREV_htcpolaris = "1082670ccae30e6592311cc9dee93ba978382a25"
-SRCREV_htcraphael = "1a4d3e8a1c7174931409017252a36ceceb10174e"
-SRCREV_htcdiamond = "1a4d3e8a1c7174931409017252a36ceceb10174e"
+SRCREV_htcraphael = "05e144ae16c252bd8f4d0e53faf14c58a74d8c0f"
+SRCREV_htcdiamond = "05e144ae16c252bd8f4d0e53faf14c58a74d8c0f"
 SRCREV_htcvogue = "8cfc6730b38091c908b2df3b906a3a54f27e1bb2"
 SRCREV_htctitan = "8cfc6730b38091c908b2df3b906a3a54f27e1bb2"
 
 SRC_BRANCH = "htc-msm-2.6.25"
 SRC_BRANCH_htckaiser = "htc-msm"
 SRC_BRANCH_htcpolaris = "htc-msm"
+SRC_BRANCH_htcraphael = "htc-msm-2.6.27"
 SRC_BRANCH_htcvogue = "htc-vogue"
 SRC_BRANCH_htctitan = "htc-vogue"
 
@@ -25,3 +28,11 @@ SRC_URI = "\
   file://defconfig \
 "
 S = "${WORKDIR}/git"
+
+do_configure_prepend_htcraphael() {
+	install -m 0644 arch/arm/configs/${MACHINE}_defconfig ${WORKDIR}/defconfig
+}
+
+do_configure_prepend_htcdiamond() {
+	install -m 0644 arch/arm/configs/${MACHINE}_defconfig ${WORKDIR}/defconfig
+}





More information about the Openembedded-commits mailing list