]> code.ossystems Code Review - openembedded-core.git/commit
image_types.bbclass: fix endiannes for sumtool (jffs2 summary)
authorAndrea Adami <andrea.adami@gmail.com>
Sun, 20 Oct 2013 22:34:20 +0000 (00:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 26 Oct 2013 14:49:55 +0000 (15:49 +0100)
commitbe566b6f77423f7f676bc6b0511966651d687871
treed3be4c2c4697413608954c4b2808680590acafd2
parentb3249f238d669f5f2422207f9c4414b64e24eb73
image_types.bbclass: fix endiannes for sumtool (jffs2 summary)

For mkfs.jffs2 endianness can be be expressed in the long or short form
with the optional size argument:

 --little-endian
 -l

Strangely the sumtool has a different syntax and does accept the forms:

 --littleendian
 -l

Prefer the short form valid for both tools.

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