summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorAlberto Planas <aplanas@suse.com>2023-06-15 12:54:47 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-19 13:18:56 +0100
commite964202dfc6b9b318670582c828087ec06349b4a (patch)
treebeaaabb66091390087229419cee20e6e4c0055f1 /meta/conf/bitbake.conf
parentf1bae584ffb56e8268a448bef96716f5089afbcf (diff)
downloadpoky-e964202dfc6b9b318670582c828087ec06349b4a.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: bff58d337890e804d33d7decbaa46065a4d3bba4) Signed-off-by: Alberto Planas <aplanas@suse.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-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 e28df7478f..702881144e 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -524,7 +524,7 @@ HOSTTOOLS += " \
524 python3 pzstd ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \ 524 python3 pzstd ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \
525 sha1sum sha224sum sha256sum sha384sum sha512sum \ 525 sha1sum sha224sum sha256sum sha384sum sha512sum \
526 sleep sort split stat strings strip tail tar tee test touch tr true uname \ 526 sleep sort split stat strings strip tail tar tee test touch tr true uname \
527 uniq wc wget which xargs zstd \ 527 uniq unzstd wc wget which xargs zstd \
528" 528"
529 529
530# Tools needed to run testimage runtime image testing 530# Tools needed to run testimage runtime image testing