diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-03 19:31:31 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-06-03 19:36:12 +0200 |
commit | af7d4c125e3c5561109bc9f37cfa38e8002d6e55 (patch) | |
tree | b9be8a44f13825cbd469dffb1c85dac9fb2e1947 /conf/machine | |
parent | 99c76005039ed45e4f23b08fee688e61ad73ede9 (diff) |
TX27: Generate a better jffs2 and add hook for summary information enabled jffs2.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | 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 fd04a6319a..ef7742ef01 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" |