Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into...
[vuplus_openembedded] / packages / linux / linux-msm7xxxx_git.bb
1 require linux.inc
2
3 PV = "2.6.25+${PR}+gitr${SRCREV}"
4 PV_htckaiser = "2.6.24+${PR}+gitr${SRCREV}"
5 PV_htcpolaris = "2.6.24+${PR}+gitr${SRCREV}"
6
7 PR = "r2"
8
9 COMPATIBLE_MACHINE = "htckaiser|htcpolaris|htcraphael|htcdiamond|htcvogue|htctitan"
10
11 SRCREV_htckaiser = "1082670ccae30e6592311cc9dee93ba978382a25"
12 SRCREV_htcpolaris = "1082670ccae30e6592311cc9dee93ba978382a25"
13 SRCREV_htcraphael = "c07884fc4c99845e2d940009e494f83e22509e3d"
14 SRCREV_htcdiamond = "c07884fc4c99845e2d940009e494f83e22509e3d"
15 SRCREV_htcvogue = "8cfc6730b38091c908b2df3b906a3a54f27e1bb2"
16 SRCREV_htctitan = "8cfc6730b38091c908b2df3b906a3a54f27e1bb2"
17
18 SRC_URI = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm-2.6.25;protocol=git file://defconfig"
19 SRC_URI_htckaiser = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm;protocol=git  file://defconfig"
20 SRC_URI_htcpolaris = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm;protocol=git file://defconfig"
21 SRC_URI_htcvogue = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-vogue;protocol=git file://defconfig"
22 SRC_URI_htctitan = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-vogue;protocol=git file://defconfig"
23
24 S = "${WORKDIR}/git"
25