From a9ab105b881215653e08d442786e6a3aff84c8ba Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 20 Jul 2021 09:26:46 +0100 Subject: [PATCH] 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. Signed-off-by: Richard Purdie --- meta/recipes-core/meta/buildtools-tarball.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 9da81d5523..b5dae176bf 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -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}" -- 2.40.1