aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kexecboot
diff options
context:
space:
mode:
authorThomas Kunze <thommycheck@gmx.de>2009-10-03 18:05:45 +0200
committerThomas Kunze <thommycheck@gmx.de>2009-10-03 18:05:45 +0200
commit3ebbd704b5efad1d24e555577e2a93b12d0609a7 (patch)
tree90a6336b68ff7c0016e3adbc51d82b6146c09726 /recipes/kexecboot
parent2c3e976d5cd2d23dc9d259207751ab8c8b505519 (diff)
downloadopenembedded-3ebbd704b5efad1d24e555577e2a93b12d0609a7.tar.gz
kexecboot-cfg: mount root rw on collie
fixes booting from sd-card
Diffstat (limited to 'recipes/kexecboot')
-rw-r--r--recipes/kexecboot/kexecboot-cfg_0.1.bb4
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 62db7d2ecd..c6c31247e7 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)}'