]> code.ossystems Code Review - openembedded-core.git/commit
bootimage.bbclass, zisofs-tools-native: add ability to compress ISO images
authorJason Wessel <jason.wessel@windriver.com>
Tue, 17 Sep 2013 13:32:18 +0000 (13:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Sep 2013 16:27:23 +0000 (17:27 +0100)
commit808d4371939ec48ed62e0c0b6614b96d61b1f7b8
tree1a29e6b1e16f101e2a879b16413755777a33a6b8
parentcf2fba810a8a59cff71bf2c12e516e9080146604
bootimage.bbclass, zisofs-tools-native: add ability to compress ISO images

The mkzftree is needed to allow ISO images to be compressed with
minimal runtime overhead.  Below is an example of the savings on a
core-image-minimal.

Before ls -l:
24117248 core-image-minimal-qemux86-64.iso

Using the mkzftree ls -l:
16777216 core-image-minimal-qemux86-64.iso

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Reviewed-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/bootimg.bbclass
meta/recipes-devtools/zisofs-tools/zisofs-tools-native_1.0.8.bb [new file with mode: 0644]