aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-qsd8_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-qsd8_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-qsd8_git.bb')
-rw-r--r--recipes/linux/linux-qsd8_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/linux/linux-qsd8_git.bb b/recipes/linux/linux-qsd8_git.bb
new file mode 100644
index 0000000000..d3648e6b1e
--- /dev/null
+++ b/recipes/linux/linux-qsd8_git.bb
@@ -0,0 +1,17 @@
+require linux.inc
+
+PV = "2.6.29+${PR}+gitr${SRCREV}"
+PR = "r13"
+
+COMPATIBLE_MACHINE = "htcnexus|htcleo"
+
+SRCREV = "2d3ee40a2d334693c342ef10c5fde599854e91a9"
+
+SRC_BRANCH = "htc-qsd8k-2.6.29"
+
+SRC_URI = "\
+ git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=${SRC_BRANCH};protocol=git \
+ file://defconfig \
+"
+
+S = "${WORKDIR}/git"