]> code.ossystems Code Review - openembedded-core.git/commit
image_types.bbclass: Fix COMPRESS_CMD for xz to redirect compressed data to file
authorAndrei Gherzan <andrei@gherzan.ro>
Thu, 12 Jul 2012 14:31:54 +0000 (17:31 +0300)
committerSaul Wold <sgw@linux.intel.com>
Mon, 16 Jul 2012 15:36:57 +0000 (08:36 -0700)
commit7ceea61636d6a6f886002e3c29941da3356157ac
treea000a358736265097d8ef388faa6ef3b749346f3
parent855211ae7a224f96663862d4a0e58a90d945dd48
image_types.bbclass: Fix COMPRESS_CMD for xz to redirect compressed data to file

Having -c modifier makes xz to output the compressed data to stdout. In this
way the needed data will be in the do_rootfs log.
Redirect data to ${IMAGE_NAME}.rootfs.${type}.xz .

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/image_types.bbclass