aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-msm7_git.bb
diff options
context:
space:
mode:
authorLukas Gorris <lukas.gorris@gmail.com>2010-02-03 12:22:44 +0100
committerLukas Gorris <lukas.gorris@gmail.com>2010-02-03 12:22:44 +0100
commit571ca73733dddc5e18e27c6a51483637ca5e6b54 (patch)
treebebd2a6ea668e9755016c1f4c7e1994bafc6652b /recipes/linux/linux-msm7_git.bb
parent15960651ad1edc8a8e0b5a81c71d67ca0adff7c0 (diff)
downloadopenembedded-571ca73733dddc5e18e27c6a51483637ca5e6b54.tar.gz
Add htcleo, linux-qsd8; linux-msm7xxxx > linux-msm7, move extra msm kernel into linux-msm7
(sorry for the size, stupid defconfigs..)
Diffstat (limited to 'recipes/linux/linux-msm7_git.bb')
-rw-r--r--recipes/linux/linux-msm7_git.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/recipes/linux/linux-msm7_git.bb b/recipes/linux/linux-msm7_git.bb
new file mode 100644
index 0000000000..45247fd604
--- /dev/null
+++ b/recipes/linux/linux-msm7_git.bb
@@ -0,0 +1,34 @@
+require linux.inc
+
+PV = "2.6.25+${PR}+gitr${SRCREV}"
+PV_htcraphael = "2.6.27+${PR}+gitr${SRCREV}"
+PV_htcdiamond = "2.6.27+${PR}+gitr${SRCREV}"
+PV_htcdream = "2.6.29+${PR}+gitr${SRCREV}"
+PR = "r13"
+
+COMPATIBLE_MACHINE = "htckaiser|htcpolaris|htcvogue|htctitan|htcnike|htcraphael|htcdiamond|htcblackstone|htcdream"
+
+SRCREV = "d2fc2471ba384dabad1c9a4126e2e2372349d34c"
+SRCREV_htcraphael = "8742236c64faded2d9041c5417272d893e17306b"
+SRCREV_htcdiamond = "905eb169a7d659c221aad5c38aac443065178c4c"
+SRCREV_htcblackstone = "905eb169a7d659c221aad5c38aac443065178c4c"
+SRCREV_htcdream = "f7a220350da29a4263c6904fa6d4df38fc0bc512"
+
+SRC_BRANCH = "htc-vogue"
+SRC_BRANCH_htcraphael = "htc-msm-2.6.27"
+SRC_BRANCH_htcdiamond = "htc-msm-2.6.27"
+SRC_BRANCH_htcblackstone = "htc-msm-2.6.27"
+SRC_BRANCH_htcdream = "htc-msm-2.6.29"
+
+SRC_URI = "\
+ git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=${SRC_BRANCH};protocol=git \
+ file://defconfig \
+"
+
+#Use gitorious branch for htcraphael until linuxtogo is updated.
+SRC_URI_htcraphael = "\
+ git://gitorious.org/linux-on-qualcomm-s-msm/linux-msm.git;branch=${SRC_BRANCH};protocol=git \
+ file://defconfig \
+"
+
+S = "${WORKDIR}/git"