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-21 06:27:34 -1000
commitbe36dfcfc66d89396b8a11e3ed90ab3a3740b6c1 (patch)
tree8d5d8224be21953675ee4a1076fd9edd63504168
parent335eb3a93e962e2dbd7a994ea4b3c9f159b56e29 (diff)
downloadpoky-be36dfcfc66d89396b8a11e3ed90ab3a3740b6c1.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: 5cee002e34d16e9d82045d3e8e3931ba046403d2) 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 8ef4b00d08..290dfda6c8 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -523,7 +523,7 @@ HOSTTOOLS += " \
523 python3 pzstd ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \ 523 python3 pzstd ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \
524 sha1sum sha224sum sha256sum sha384sum sha512sum \ 524 sha1sum sha224sum sha256sum sha384sum sha512sum \
525 sleep sort split stat strings strip tail tar tee test touch tr true uname \ 525 sleep sort split stat strings strip tail tar tee test touch tr true uname \
526 uniq wc wget which xargs zstd \ 526 uniq unzstd wc wget which xargs zstd \
527" 527"
528 528
529# Tools needed to run testimage runtime image testing 529# Tools needed to run testimage runtime image testing