From: Tom Rini Date: Wed, 19 Jul 2017 13:53:49 +0000 (-0400) Subject: image-vm: Allow for xz compressed vmdk images X-Git-Tag: dab_3.99.3~5 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=86c6c258955af2800c8a3be6ec5bd6a8f65fc4cf;hp=86c6c258955af2800c8a3be6ec5bd6a8f65fc4cf;p=AGL%2Fmeta-agl.git image-vm: Allow for xz compressed vmdk images In order to save space, introduce a vmdk.xz IMAGE_FSTYPE. We re-use the existing xz compression logic in place as given how the images are created we cannot use CONVERSION_CMD_xz directly. We switch to using bb.utils.contains in order to get an exact match on if vmdk.xz or vmdk is in IMAGE_FSTYPES. Change-Id: I9aa5fd1c8d80330536b9a38eaa154e3f706a3c2d AGL-Issue: SPEC-514 Signed-off-by: Tom Rini Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10277 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller ---