[oe-commits] Florian Boor : topas910.conf: Add cleanmarkers to jffs2 filesystem

GIT User account git at amethyst.openembedded.net
Wed May 13 13:07:08 UTC 2009


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

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Wed May 13 12:52:54 2009 +0200

topas910.conf: Add cleanmarkers to jffs2 filesystem

---

 conf/machine/topas910.conf |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/topas910.conf b/conf/machine/topas910.conf
index e4b9aea..054efaa 100644
--- a/conf/machine/topas910.conf
+++ b/conf/machine/topas910.conf
@@ -31,8 +31,8 @@ ROOT_FLASH_SIZE = "256"
 # extra jffs2 tweaks
 IMAGE_FSTYPES ?= "jffs2"
 EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 \
-	--pad -n ; sumtool --eraseblock=0x20000 --no-cleanmarkers \
-	--littleendian --pad \
+	--pad 0x1aa0000 ; sumtool --eraseblock=0x20000 \
+	--littleendian --pad 0x1aa0000 \
 	-i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
 	-o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary"
 





More information about the Openembedded-commits mailing list