[OE-core] [PATCH 1/2] runqemu-extract-sdk: support tar.xz format

2018-06-13 Thread Dennis Menschel
As the format "tar.xz" is included in the IMAGE_TYPES bitbake variable as defined in meta/classes/image_types.bbclass, it should also be possible to extract a rootfs that has been built using that format. Signed-off-by: Dennis Menschel --- scripts/runqemu-extract-sdk | 5 - 1 fi

[OE-core] [PATCH 2/2] runqemu-extract-sdk: fix whitespace errors

2018-06-13 Thread Dennis Menschel
Indentation using a mix of whitespaces and tabs has been unified in favor of tabs. Signed-off-by: Dennis Menschel --- scripts/runqemu-extract-sdk | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/runqemu-extract-sdk b/scripts/runqemu-extract-sdk index