aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-leviathan_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-06 20:55:58 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-07 00:26:59 +0200
commit840cae74251316150a6d7f0ef6466a66a7fd3757 (patch)
tree4793e7a0725e8447b1073b8bf60e358b1c06f115 /recipes/linux/linux-leviathan_git.bb
parent4c29054b774675a3ac931ed3fe15ffc9f2ed7a60 (diff)
downloadopenembedded-840cae74251316150a6d7f0ef6466a66a7fd3757.tar.gz
linux-leviathan: bump; remove patch that has been applied upstream
Diffstat (limited to 'recipes/linux/linux-leviathan_git.bb')
-rw-r--r--recipes/linux/linux-leviathan_git.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/linux/linux-leviathan_git.bb b/recipes/linux/linux-leviathan_git.bb
index 98259feeb5..3d4607144f 100644
--- a/recipes/linux/linux-leviathan_git.bb
+++ b/recipes/linux/linux-leviathan_git.bb
@@ -2,21 +2,19 @@ require linux.inc
DEPENDS = "android-image-utils-native"
PV = "2.6.32+${PR}+gitr${SRCREV}"
-PR = "r9"
+PR = "r11"
COMPATIBLE_MACHINE = "htcdream"
-CMDLINE = "console=tty1 root=/dev/mmcblk0p1 rootdelay=8 fbcon=rotate:1 panic=30 mem=110M"
+CMDLINE = "console=tty1 no_console_suspend=1 root=/dev/mmcblk0p1 rootdelay=8 fbcon=rotate:1 panic=30 mem=110M"
#CMDLINE = "console=tty1 root=/dev/mmcblk0p1 rootdelay=8 fbcon=rotate:1 panic=30 mem=110M earlysuspend.debug_mask=3"
SRCREV_LAST_GOOD = "00243f441ef12bd6823007759c7c1fc91ecda55d"
-SRCREV = "6da1f24ce9110b49866304ad5eaa29bfbdc248df"
+SRCREV = "e94465547ea4b765024ff08c36afffb5664f3121"
SRC_URI = "\
git://gitorious.org/htc-msm-2-6-32/leviathan-incoming.git;protocol=git;branch=msm-gnuconform \
file://defconfig \
- \
- file://restore-previous-backlight-level-on-resume.patch;patch=1 \
"
S = "${WORKDIR}/git"