]> code.ossystems Code Review - openembedded-core.git/commit
image_types.bbclass: disable cleanmarkers for jffs2 images
authorAndrea Adami <andrea.adami@gmail.com>
Tue, 6 Dec 2011 23:23:07 +0000 (00:23 +0100)
committerSaul Wold <sgw@linux.intel.com>
Thu, 8 Dec 2011 08:40:21 +0000 (00:40 -0800)
commit70a276509f0f006fcc269296afc3dcc88d2825e1
treefc1bbb068db895e9b774cd718c6c827b1696c4d7
parent2cb6a0d7aaa1ba712a899ee77a4c720da4e50214
image_types.bbclass: disable cleanmarkers for jffs2 images

* Add '-n' to suppress cleanmarker nodes since jffs2
* is usually used for NAND flash and the cleanmarkers are created in
* the OOB area by flash_eraseall -j
*
* From man pages: -n, --no-cleanmarkers
* Do not write cleanmarker nodes to the beginning of each erase block.
* This option can be useful for creating JFFS2 images for use on NAND flash,
* and for creating images which are to be used on a variety of hardware with differing eraseblock sizes.

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
meta/classes/image_types.bbclass