diff options
-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" |