[oe-commits] Thomas Kunze : kexecboot-cfg: mount root rw on collie

git version control git at git.openembedded.org
Sat Oct 3 16:06:55 UTC 2009


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

Author: Thomas Kunze <thommycheck at gmx.de>
Date:   Sat Oct  3 18:05:45 2009 +0200

kexecboot-cfg: mount root rw on collie

fixes booting from sd-card

---

 recipes/kexecboot/kexecboot-cfg_0.1.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/kexecboot/kexecboot-cfg_0.1.bb b/recipes/kexecboot/kexecboot-cfg_0.1.bb
index 62db7d2..c6c3124 100644
--- a/recipes/kexecboot/kexecboot-cfg_0.1.bb
+++ b/recipes/kexecboot/kexecboot-cfg_0.1.bb
@@ -2,11 +2,11 @@ LICENSE = "GPL"
 SECTION = "base"
 DESCRIPTION = "Configuration file for kexecboot"
 
-PR = "r3"
+PR = "r4"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 CMDLINE_CON = "console=ttyS0,115200n8 console=tty1 noinitrd"
-CMDLINE_CON_collie = "console=ttySA0,115200n8 console=tty1 noinitrd"
+CMDLINE_CON_collie = "console=ttySA0,115200n8 console=tty1 noinitrd rw"
 CMDLINE_CON_qemuarm = "console=ttyAMA0,115200n8 console=tty1 noinitrd"
 
 CMDLINE_DEBUG = '${@base_conditional("DISTRO_TYPE", "release", "quiet", "debug",d)}'





More information about the Openembedded-commits mailing list