aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/tx27.conf
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2009-06-03 19:31:31 +0200
committerFlorian Boor <florian.boor@kernelconcepts.de>2009-06-03 19:36:12 +0200
commitaf7d4c125e3c5561109bc9f37cfa38e8002d6e55 (patch)
treeb9be8a44f13825cbd469dffb1c85dac9fb2e1947 /conf/machine/tx27.conf
parent99c76005039ed45e4f23b08fee688e61ad73ede9 (diff)
downloadopenembedded-af7d4c125e3c5561109bc9f37cfa38e8002d6e55.tar.gz
TX27: Generate a better jffs2 and add hook for summary information enabled jffs2.
Diffstat (limited to 'conf/machine/tx27.conf')
-rw-r--r--conf/machine/tx27.conf8
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"