diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-08-08 20:31:45 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-08-08 20:34:28 +0200 |
commit | eb1330165b3866f798985e7a71cabca012524321 (patch) | |
tree | 613e9cb92666b3aab37a2ad74fd6e56622f1e1d7 /recipes/linux/linux-leviathan_git.bb | |
parent | 6548af38728b8929e773fbe86418b794def3c338 (diff) |
linux-leviathan: bump git revivion and PR
This new revision support a new procfs file that prints
a resume reason.
That is needed for resuming when we get a call.
(this kernel is used on the htcdream,which is a phone)
Diffstat (limited to 'recipes/linux/linux-leviathan_git.bb')
-rw-r--r-- | recipes/linux/linux-leviathan_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/linux/linux-leviathan_git.bb b/recipes/linux/linux-leviathan_git.bb index d3d9fc035c..288bb4deda 100644 --- a/recipes/linux/linux-leviathan_git.bb +++ b/recipes/linux/linux-leviathan_git.bb @@ -2,12 +2,12 @@ require linux.inc DEPENDS += "android-image-utils-native" PV = "2.6.32+${PR}+gitr${SRCREV}" -PR = "r20" +PR = "r21" COMPATIBLE_MACHINE = "htcdream" CMDLINE = "console=tty1 root=/dev/mmcblk0p1 rootdelay=8 fbcon=rotate:1 panic=30 mem=110M" -SRCREV = "1ee84e3fcdf91917842c150ded113c540ece1841" +SRCREV = "013075354e0b533991650ec756605ad4731e6a0c" SRC_URI = "\ git://gitorious.org/htc-msm-2-6-32/leviathan-incoming.git;protocol=git;branch=android-msm-2.6.32-rebase \ |