diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-10-17 22:28:56 +0200 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-10-17 22:28:56 +0200 |
commit | 5f3472646e45c846d0a0946491a78a70549b9494 (patch) | |
tree | 8f15047c8af829480d719868532a961ce6a1b9c3 /recipes/linux/linux-msm7xxxx_git.bb | |
parent | 93c24bba37e27d6e54e6238bef464f9f43a8562f (diff) |
linux-msm7xxxx: added htcdream support
we use a 2.6.29 kernel with support for usbnet,framebuffer,
touchscreen(tslib),modem emulated serial line,
keyboard,trackball
wifi could be added later(with wireless-compat)
alsa is missing(not ready yet)
Diffstat (limited to 'recipes/linux/linux-msm7xxxx_git.bb')
-rw-r--r-- | recipes/linux/linux-msm7xxxx_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/linux/linux-msm7xxxx_git.bb b/recipes/linux/linux-msm7xxxx_git.bb index 0f65ff37df..8c533e10a5 100644 --- a/recipes/linux/linux-msm7xxxx_git.bb +++ b/recipes/linux/linux-msm7xxxx_git.bb @@ -3,19 +3,22 @@ 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}" +PV_htcdream = "2.6.29+${PR}+gitr${SRCREV}" PR = "r13" -COMPATIBLE_MACHINE = "htckaiser|htcpolaris|htcvogue|htctitan|htcnike|htcraphael|htcdiamond|htcblackstone" +COMPATIBLE_MACHINE = "htckaiser|htcpolaris|htcvogue|htctitan|htcnike|htcraphael|htcdiamond|htcblackstone|htcdream" SRCREV = "d2fc2471ba384dabad1c9a4126e2e2372349d34c" SRCREV_htcraphael = "905eb169a7d659c221aad5c38aac443065178c4c" SRCREV_htcdiamond = "905eb169a7d659c221aad5c38aac443065178c4c" SRCREV_htcblackstone = "905eb169a7d659c221aad5c38aac443065178c4c" +SRCREV_htcdream = "f7a220350da29a4263c6904fa6d4df38fc0bc512" SRC_BRANCH = "htc-vogue" SRC_BRANCH_htcraphael = "htc-msm-2.6.27" SRC_BRANCH_htcdiamond = "htc-msm-2.6.27" SRC_BRANCH_htcblackstone = "htc-msm-2.6.27" +SRC_BRANCH_htcdream = "htc-msm-2.6.29" SRC_URI = "\ git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=${SRC_BRANCH};protocol=git \ |