summaryrefslogtreecommitdiff
path: root/conf/machine
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2009-06-03 19:33:29 +0100
committerPhil Blundell <philb@gnu.org>2009-06-03 19:33:29 +0100
commitff5176a6d6a4ffccd3033a20a0759194b1432175 (patch)
treeaccebf7948883b904f87c91832cbad917b11a5f1 /conf/machine
parentfd7bf5842ab5f4b535ed329044706f7fc6c3e58c (diff)
parentf86e0cceaabb76b94a213ac5b3defc9dde0f38ab (diff)
Merge branch 'org.openembedded.dev' of git@new.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'conf/machine')
-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"