From: Florian Boor Date: Wed, 3 Jun 2009 17:31:31 +0000 (+0200) Subject: TX27: Generate a better jffs2 and add hook for summary information enabled jffs2. X-Git-Tag: Release-2010-05/1~3290^2~2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af7d4c125e3c5561109bc9f37cfa38e8002d6e55;p=openembedded.git TX27: Generate a better jffs2 and add hook for summary information enabled jffs2. --- 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"