[oe-commits] Denis 'GNUtoo' Carikli : linux-leviathan: changed ext2 support from m to y and removed extended attributes in ext2/3

git version control git at git.openembedded.org
Fri Aug 27 22:16:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 510367b6ca14dc89a9669a8938a7d177ff4bb02d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=510367b6ca14dc89a9669a8938a7d177ff4bb02d

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Fri Aug 27 19:32:46 2010 +0200

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 at no-log.org>

---

 recipes/linux/linux-leviathan/defconfig |   10 ++++------
 recipes/linux/linux-leviathan_git.bb    |    2 +-
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/recipes/linux/linux-leviathan/defconfig b/recipes/linux/linux-leviathan/defconfig
index c0f219f..4e5e976 100644
--- a/recipes/linux/linux-leviathan/defconfig
+++ b/recipes/linux/linux-leviathan/defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
 # Linux kernel version: 2.6.32.9
-# Sun Aug  8 20:28:35 2010
+# Fri Aug 27 19:32:05 2010
 #
 CONFIG_ARM=y
 CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -1462,16 +1462,14 @@ CONFIG_ANDROID_TIMED_GPIO=y
 #
 # File systems
 #
-CONFIG_EXT2_FS=m
+CONFIG_EXT2_FS=y
 CONFIG_EXT2_FS_XATTR=y
 # CONFIG_EXT2_FS_POSIX_ACL is not set
-CONFIG_EXT2_FS_SECURITY=y
+# CONFIG_EXT2_FS_SECURITY is not set
 # CONFIG_EXT2_FS_XIP is not set
 CONFIG_EXT3_FS=y
 # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
-CONFIG_EXT3_FS_XATTR=y
-# CONFIG_EXT3_FS_POSIX_ACL is not set
-CONFIG_EXT3_FS_SECURITY=y
+# CONFIG_EXT3_FS_XATTR is not set
 # CONFIG_EXT4_FS is not set
 CONFIG_JBD=y
 # CONFIG_JBD_DEBUG is not set
diff --git a/recipes/linux/linux-leviathan_git.bb b/recipes/linux/linux-leviathan_git.bb
index 288bb4d..25f7fb0 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"





More information about the Openembedded-commits mailing list