git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99c7600
)
TX27: Generate a better jffs2 and add hook for summary information enabled jffs2.
author
Florian Boor
<florian.boor@kernelconcepts.de>
Wed, 3 Jun 2009 17:31:31 +0000
(19:31 +0200)
committer
Florian Boor
<florian.boor@kernelconcepts.de>
Wed, 3 Jun 2009 17:36:12 +0000
(19:36 +0200)
conf/machine/tx27.conf
patch
|
blob
|
history
diff --git
a/conf/machine/tx27.conf
b/conf/machine/tx27.conf
index
fd04a63
..
ef7742e
100644
(file)
--- 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"