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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jul 2012 09:53:56 +0000 (10:53 +0100)
commit7872efe4de11318dc5842938ff6646b5b9b1b401
tree8a0aca239c8c465bd86b55ef340e7c533cfce4ee
parente97dc307de96f086bcdeb7dde1a6d31a09e6ab8c
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 .

(From OE-Core rev: 7ceea61636d6a6f886002e3c29941da3356157ac)

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