aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2011-01-31 23:55:33 +0100
committerFlorian Boor <florian.boor@kernelconcepts.de>2011-11-04 20:58:36 +0100
commit4d1fb84a7d5416debe01e6f57e7955e8f1a08201 (patch)
tree0eab1760e874a6c503cb9f005d3d46d49eb195e5
parentf2839f57c55e933f5c4fe9cf1e6cf35e6917205b (diff)
downloadopenembedded-4d1fb84a7d5416debe01e6f57e7955e8f1a08201.tar.gz
vmx25.conf: Voipac i.MX25 Module
-rw-r--r--conf/machine/vmx25.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/machine/vmx25.conf b/conf/machine/vmx25.conf
index 2d82dd2ae4..e8adfd5baa 100644
--- a/conf/machine/vmx25.conf
+++ b/conf/machine/vmx25.conf
@@ -31,3 +31,9 @@ require conf/machine/include/tune-arm926ejs.inc
# used by sysvinit_2
SERIAL_CONSOLE = "115200 ttymxc0"
+
+EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n \
+ --pad ; sumtool --eraseblock=0x20000 -n \
+ --littleendian --pad \
+ -i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2 \
+ -o ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.jffs2.summary"