summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlberto Planas <aplanas@suse.com>2023-06-15 12:54:47 +0200
committerSteve Sakoman <steve@sakoman.com>2023-07-07 04:30:26 -1000
commit9e14d2ab801e7f35af6d43dd5d071fe29821d27c (patch)
tree47cb3bea3270648d33c85c679d2ed6fac558d114
parent2bb44b30a08322b0d40af2e09b1ad11fb52311e6 (diff)
downloadpoky-9e14d2ab801e7f35af6d43dd5d071fe29821d27c.tar.gz
bitbake.conf: add unzstd in HOSTTOOLS
rpm2cpio.sh can make calls to unzstd to uncompress the RPM payload that conform the cpio file. zstd is already part of HOSTTOOLS, as a link to the system installed zstd. This patch add unzstd in HOSTOOLS list as a non-optional binary, so is available to rpm2cpio.sh when it is required. (From OE-Core rev: d59c5c1e78a1165bd2b00b3185ff8e9119aeaf9a) Signed-off-by: Alberto Planas <aplanas@suse.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit bff58d337890e804d33d7decbaa46065a4d3bba4) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 52ef64b50a..f679a49eb0 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -529,7 +529,7 @@ HOSTTOOLS += " \
529 python3 pzstd ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \ 529 python3 pzstd ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \
530 sha1sum sha224sum sha256sum sha384sum sha512sum \ 530 sha1sum sha224sum sha256sum sha384sum sha512sum \
531 sleep sort split stat strings strip tail tar tee test touch tr true uname \ 531 sleep sort split stat strings strip tail tar tee test touch tr true uname \
532 uniq wc wget which xargs zstd \ 532 uniq unzstd wc wget which xargs zstd \
533" 533"
534 534
535# Tools needed to run testimage runtime image testing 535# Tools needed to run testimage runtime image testing