]> code.ossystems Code Review - openembedded-core.git/commitdiff
buildtools-tarball: Add lz4 and ztsd (including pzstd)
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Jul 2021 08:26:46 +0000 (09:26 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 20 Jul 2021 17:57:34 +0000 (18:57 +0100)
Since we start to require these for builds, we need to include them in buildtools-tarball
so that older systems can access them easily.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/buildtools-tarball.bb

index 9da81d55235e7be969364fc38bd94981a91547ee..b5dae176bfd3226a269b55e2f445f8d5f15215ad 100644 (file)
@@ -29,6 +29,8 @@ TOOLCHAIN_HOST_TASK ?= "\
     nativesdk-rpcsvc-proto \
     nativesdk-patch \
     nativesdk-mtools \
+    nativesdk-zstd \
+    nativesdk-lz4 \
     "
 
 MULTIMACH_TARGET_SYS = "${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}"