diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-14 18:49:45 +0200 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-04-14 18:49:45 +0200 |
commit | a0239e4e331665010547e59e62dd21d94503decd (patch) | |
tree | bb723c24e55d243669fb26920ad10883ab6f3adf /recipes/linux | |
parent | 2d4157ddaa227a964b30995254a3b0a5d700da2e (diff) |
linux-msm7xxx: bump to HEAD which seems to be working again
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux-msm7xxxx_git.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes/linux/linux-msm7xxxx_git.bb b/recipes/linux/linux-msm7xxxx_git.bb index 33a0652dfb..0f65ff37df 100644 --- a/recipes/linux/linux-msm7xxxx_git.bb +++ b/recipes/linux/linux-msm7xxxx_git.bb @@ -3,14 +3,14 @@ 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}" -PR = "r8" +PR = "r13" COMPATIBLE_MACHINE = "htckaiser|htcpolaris|htcvogue|htctitan|htcnike|htcraphael|htcdiamond|htcblackstone" SRCREV = "d2fc2471ba384dabad1c9a4126e2e2372349d34c" -SRCREV_htcraphael = "1e936f767872234a9b299e209a5e33212de473fa" -SRCREV_htcdiamond = "12008ce2c5c1ab657c46fdc6f6129ccf6730760a" -SRCREV_htcblackstone = "12008ce2c5c1ab657c46fdc6f6129ccf6730760a" +SRCREV_htcraphael = "905eb169a7d659c221aad5c38aac443065178c4c" +SRCREV_htcdiamond = "905eb169a7d659c221aad5c38aac443065178c4c" +SRCREV_htcblackstone = "905eb169a7d659c221aad5c38aac443065178c4c" SRC_BRANCH = "htc-vogue" SRC_BRANCH_htcraphael = "htc-msm-2.6.27" @@ -21,4 +21,5 @@ SRC_URI = "\ git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=${SRC_BRANCH};protocol=git \ file://defconfig \ " + S = "${WORKDIR}/git" |