buildtools-tarball: Add lz4 and ztsd (including pzstd)

Since we start to require these for builds, we need to include them in buildtools-tarball
so that older systems can access them easily.

(From OE-Core rev: a9ab105b881215653e08d442786e6a3aff84c8ba)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2021-07-20 09:26:46 +01:00
parent e8b13b9809
commit b635fce91d

View 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}"