aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-leviathan_git.bb
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-08-27 19:32:46 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-08-28 00:14:08 +0200
commit510367b6ca14dc89a9669a8938a7d177ff4bb02d (patch)
tree24ca6515d0c04a32c79c1600b2a419e28e75150d /recipes/linux/linux-leviathan_git.bb
parentd14d8ca807477e72f422208281a0fb5d8224a261 (diff)
downloadopenembedded-510367b6ca14dc89a9669a8938a7d177ff4bb02d.tar.gz
linux-leviathan: changed ext2 support from m to y and removed extended attributes in ext2/3
Without that we can't mount ext2 filesystem at boot Thanks Lukas D. Gorris (aka dcordes) for pointing it out in irc(#openmoko-cdevel), While trying to help me use his initrd that is capable of booting from an ext2 loop filesystem on a vfat partition (so a Microsoft Windows user could boot our work with fastboot, for the htcdream) : <dcordes> ok I found the problem <dcordes> CONFIG_EXT2_FS=m <GNUtoo|laptop> ahh <dcordes> CONFIG_EXT2_FS=y <GNUtoo|laptop> thanks a lot <dcordes> tada PR was bumped too Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'recipes/linux/linux-leviathan_git.bb')
-rw-r--r--recipes/linux/linux-leviathan_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/linux/linux-leviathan_git.bb b/recipes/linux/linux-leviathan_git.bb
index 288bb4deda..25f7fb03e2 100644
--- a/recipes/linux/linux-leviathan_git.bb
+++ b/recipes/linux/linux-leviathan_git.bb
@@ -2,7 +2,7 @@ require linux.inc
DEPENDS += "android-image-utils-native"
PV = "2.6.32+${PR}+gitr${SRCREV}"
-PR = "r21"
+PR = "r22"
COMPATIBLE_MACHINE = "htcdream"
CMDLINE = "console=tty1 root=/dev/mmcblk0p1 rootdelay=8 fbcon=rotate:1 panic=30 mem=110M"