[oe-commits] Mike Westerhof : SlugOS: arm-kernel-shim - ensure that the rootfs is mounted with "noatime" option

GIT User account git at amethyst.openembedded.net
Thu Apr 30 21:23:19 UTC 2009


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

Author: Mike Westerhof <mwester at dls.net>
Date:   Thu Apr 30 16:17:50 2009 -0500

SlugOS: arm-kernel-shim - ensure that the rootfs is mounted with "noatime" option
by passing that option in on the command line.

---

 recipes/arm-kernel-shim/arm-kernel-shim_1.5.bb |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/arm-kernel-shim/arm-kernel-shim_1.5.bb b/recipes/arm-kernel-shim/arm-kernel-shim_1.5.bb
index c6761c9..5e2bbb8 100644
--- a/recipes/arm-kernel-shim/arm-kernel-shim_1.5.bb
+++ b/recipes/arm-kernel-shim/arm-kernel-shim_1.5.bb
@@ -3,7 +3,7 @@ SECTION = ""
 PRIORITY = "optional"
 HOMEPAGE = "http://wiki.buici.com/twiki/bin/view/Main/ApexBootloader"
 LICENSE = "GPL"
-PR = "r2"
+PR = "r3"
 
 COMPATIBLE_MACHINE = "(ixp4xx|nslu2|fsg3)"
 
@@ -17,9 +17,9 @@ S = ${WORKDIR}/arm-kernel-shim-${PV}
 
 CMDLINE_CONSOLE = "console=${@bb.data.getVar("KERNEL_CONSOLE",d,1) or "ttyS0"}"
 
-CMDLINE_ROOT_DSMG600 = "root=/dev/mtdblock2 rootfstype=jffs2 rw init=/linuxrc"
-CMDLINE_ROOT_NAS100D = "root=/dev/mtdblock2 rootfstype=jffs2 rw init=/linuxrc"
-CMDLINE_ROOT_NSLU2   = "root=/dev/mtdblock4 rootfstype=jffs2 rw init=/linuxrc"
+CMDLINE_ROOT_DSMG600 = "root=/dev/mtdblock2 rootfstype=jffs2 rootflags=noatime rw init=/linuxrc"
+CMDLINE_ROOT_NAS100D = "root=/dev/mtdblock2 rootfstype=jffs2 rootflags=noatime rw init=/linuxrc"
+CMDLINE_ROOT_NSLU2   = "root=/dev/mtdblock4 rootfstype=jffs2 rootflags=noatime rw init=/linuxrc"
 # CMDLINE is passed correctly on the Freecom FSG-3 from the bootloader.
 
 EXTRA_OEMAKE_append = " CROSS_COMPILE=${CROSS_DIR}/bin/${HOST_PREFIX}"





More information about the Openembedded-commits mailing list