diff options
author | David Lanzendörfer <david.lanzendoerfer@o2s.ch> | 2009-11-05 20:52:56 +0100 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-11-05 20:52:56 +0100 |
commit | 1d86318cd9db150a13f9dc447dbfa83530855728 (patch) | |
tree | c2d023d0926e61cd2f1da1b2d37ef590affaf0dd /recipes/linux/linux-replicant_git.bb | |
parent | 9a06361338b59304ef7bdc5c9213b41f957253ae (diff) |
linux-replicant: new recipe; kernel tree for HTC devices
Diffstat (limited to 'recipes/linux/linux-replicant_git.bb')
-rw-r--r-- | recipes/linux/linux-replicant_git.bb | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes/linux/linux-replicant_git.bb b/recipes/linux/linux-replicant_git.bb new file mode 100644 index 0000000000..7919694dfc --- /dev/null +++ b/recipes/linux/linux-replicant_git.bb @@ -0,0 +1,28 @@ +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|htcdream" + +SRCREV = "d2fc2471ba384dabad1c9a4126e2e2372349d34c" +SRCREV_htcraphael = "905eb169a7d659c221aad5c38aac443065178c4c" +SRCREV_htcdiamond = "905eb169a7d659c221aad5c38aac443065178c4c" +SRCREV_htcblackstone = "905eb169a7d659c221aad5c38aac443065178c4c" +SRCREV_htcdream = "31f124b5a67f6b2da2354e76a01bcc9ca9526f63" + +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 = "leviathan" + +SRC_URI = "\ + git://gitorious.org/replicant/gnulinuxkernel.git;branch=${SRC_BRANCH};protocol=git \ + file://defconfig \ +" + +S = "${WORKDIR}/git" |