[oe-commits] [openembedded-core] 12/12: uninative-tarball: Use xz compression and SDK_ARCHIVE_CMD

git at git.openembedded.org git at git.openembedded.org
Wed May 29 11:58:48 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit c2e30917542297c0dbef2868d4aeebc05b13ef8b
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed May 29 12:45:41 2019 +0100

    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 <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/meta/uninative-tarball.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/meta/uninative-tarball.bb b/meta/recipes-core/meta/uninative-tarball.bb
index 34d53f9..25635fc 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}
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list