diff options
author | Lucas Gorris <lukas.gorris@gmx.de> | 2008-11-28 23:46:34 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-28 23:46:34 +0100 |
commit | 412592736ac169ae5b199805d5807affa8f08725 (patch) | |
tree | e026e13750a242afbbb5eabec2f423f05773f9bb /packages/linux/linux-msm7xxxx_2.6.25+git.bb | |
parent | 6e760504f0762e23b84544359338494affafab8d (diff) |
htc{diamond,kaiser,polaris,raphael,vogue}: add machine files and kernel
* qualcomm was too cheap to license a VFP, so add a armv6-novfp arch to work around kernel limitations
Diffstat (limited to 'packages/linux/linux-msm7xxxx_2.6.25+git.bb')
-rw-r--r-- | packages/linux/linux-msm7xxxx_2.6.25+git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/linux/linux-msm7xxxx_2.6.25+git.bb b/packages/linux/linux-msm7xxxx_2.6.25+git.bb new file mode 100644 index 0000000000..4e36f1fce5 --- /dev/null +++ b/packages/linux/linux-msm7xxxx_2.6.25+git.bb @@ -0,0 +1,17 @@ +require linux.inc + +PV = "2.6.25+gitr${SRCREV}" +PV_htckaiser = "2.6.24+gitr${SRCREV}" +PV_htcpolaris = "2.6.24+gitr${SRCREV}" + +PR = "r1" + +COMPATIBLE_MACHINE = "htckaiser|htcpolaris|htcraphael|htcdiamond|htcvogue|htctitan" + +SRC_URI = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm-2.6.25;protocol=git" +SRC_URI_htckaiser = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm;protocol=git" +SRC_URI_htcpolaris = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm;protocol=git" +SRC_URI_htcvogue = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-vogue;protocol=git" + +S = "${WORKDIR}/git" + |