From: Richard Purdie Date: Wed, 29 May 2019 11:45:41 +0000 (+0100) Subject: uninative-tarball: Use xz compression and SDK_ARCHIVE_CMD X-Git-Tag: uninative-2.5^0 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c2e30917542297c0dbef2868d4aeebc05b13ef8b;p=openembedded-core.git uninative-tarball: Use xz compression and SDK_ARCHIVE_CMD Switch uninative to use xz compression instead of bzip2. We can then directly use the SDK_ARCHIVE_CMD. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb index 34d53f9ec8..25635fc2f5 100644 --- a/meta/recipes-core/meta/uninative-tarball.bb +++ b/meta/recipes-core/meta/uninative-tarball.bb @@ -65,5 +65,5 @@ fakeroot archive_sdk() { rm sysroots -rf patchelf --set-interpreter ${@''.join('a' for n in range(1024))} $DEST/usr/bin/patchelf mv $DEST/usr/bin/patchelf $DEST/usr/bin/patchelf-uninative - tar ${SDKTAROPTS} -c -j --file=${SDKDEPLOYDIR}/${TOOLCHAIN_OUTPUTNAME}.tar.bz2 . + ${SDK_ARCHIVE_CMD} }