[oe-commits] Stefan Schmidt : linux-eten: Add ro to CMDLINE to work around a strange bug that the SD gets not

GIT User account git at amethyst.openembedded.net
Sat Dec 13 00:26:40 UTC 2008


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

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Fri Dec 12 23:57:54 2008 +0100

linux-eten: Add ro to CMDLINE to work around a strange bug that the SD gets not
mounted

---

 packages/linux/linux-eten_2.6.28-rc4+git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/linux/linux-eten_2.6.28-rc4+git.bb b/packages/linux/linux-eten_2.6.28-rc4+git.bb
index f38a7d4..0d3dac8 100644
--- a/packages/linux/linux-eten_2.6.28-rc4+git.bb
+++ b/packages/linux/linux-eten_2.6.28-rc4+git.bb
@@ -18,4 +18,4 @@ SRC_URI = "\
 "
 S = "${WORKDIR}/git"
 
-CMDLINE = "root=/dev/mmcblk0p1 rootdelay=5"
+CMDLINE = "root=/dev/mmcblk0p1 rootdelay=5 ro"





More information about the Openembedded-commits mailing list