aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-leviathan_git.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-04 22:56:55 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-04-04 22:57:28 +0200
commitfb1c323ad65b29db806758fc6839f8d76ef3783c (patch)
treeb65507bec24fe0ebd4eb7041b7177b6c8e3da6f5 /recipes/linux/linux-leviathan_git.bb
parent0ed84776ef76c430c5c4cbd27812c8426813360f (diff)
downloadopenembedded-fb1c323ad65b29db806758fc6839f8d76ef3783c.tar.gz
linux-leviathan: apply patch to restore backlight level to previous version
Diffstat (limited to 'recipes/linux/linux-leviathan_git.bb')
-rw-r--r--recipes/linux/linux-leviathan_git.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/linux/linux-leviathan_git.bb b/recipes/linux/linux-leviathan_git.bb
index c5f168d8cd..34a01a6245 100644
--- a/recipes/linux/linux-leviathan_git.bb
+++ b/recipes/linux/linux-leviathan_git.bb
@@ -2,17 +2,21 @@ require linux.inc
DEPENDS = "android-image-utils-native"
PV = "2.6.32+${PR}+gitr${SRCREV}"
-PR = "r6"
+PR = "r7"
COMPATIBLE_MACHINE = "htcdream"
CMDLINE = "console=tty1 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 = "48afbaf19428893b7aec0a385970f300c38300c3"
SRCREV = "00243f441ef12bd6823007759c7c1fc91ecda55d"
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"