[oe-commits] Florian Boor : TX27: Generate a better jffs2 and add hook for summary information enabled jffs2 .

git version control git at git.openembedded.org
Wed Jun 3 17:36:22 UTC 2009


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

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Wed Jun  3 19:31:31 2009 +0200

TX27: Generate a better jffs2 and add hook for summary information enabled jffs2.

---

 conf/machine/tx27.conf |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/conf/machine/tx27.conf b/conf/machine/tx27.conf
index fd04a63..ef7742e 100644
--- a/conf/machine/tx27.conf
+++ b/conf/machine/tx27.conf
@@ -17,3 +17,11 @@ require conf/machine/include/tune-arm926ejs.inc
 SERIAL_CONSOLE = "115200 ttymxc0"
 
 ROOT_FLASH_SIZE = "128"
+
+IMAGE_FSTYPES ?= "jffs2"
+
+EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 \
+    --pad ; sumtool --eraseblock=0x20000 \
+    --littleendian --pad \
+    -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