diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-20 09:26:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-20 18:59:18 +0100 |
commit | b635fce91d9877e70f16e467c41f9a360fa1b21d (patch) | |
tree | 4acbc975d9301ddc878d973aadc3ab85039becc6 /meta/recipes-core | |
parent | e8b13b98098416a65259424a2c3c8fe24a2c0df4 (diff) | |
download | poky-b635fce91d9877e70f16e467c41f9a360fa1b21d.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 ?= "\ | |||
29 | nativesdk-rpcsvc-proto \ | 29 | nativesdk-rpcsvc-proto \ |
30 | nativesdk-patch \ | 30 | nativesdk-patch \ |
31 | nativesdk-mtools \ | 31 | nativesdk-mtools \ |
32 | nativesdk-zstd \ | ||
33 | nativesdk-lz4 \ | ||
32 | " | 34 | " |
33 | 35 | ||
34 | MULTIMACH_TARGET_SYS = "${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}" | 36 | MULTIMACH_TARGET_SYS = "${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}" |