summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2021-07-14 08:42:48 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-18 17:01:06 +0100
commit1c51e6535bfead57c7913ae74d0d71af4dfe8195 (patch)
tree25239521e5f235efd6264894c146a22fda3df130 /meta/conf
parent5d0464b17ff93beb70c6b56c83b7347f9326d2d0 (diff)
downloadpoky-1c51e6535bfead57c7913ae74d0d71af4dfe8195.tar.gz
bitbake.conf: Add lz4c, pzstd and zstd
Adds the command line compression tools which are needed by bitbake (From OE-Core rev: 58f5389e3c6b0e5b29df8850c2056b5fc41b618f) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index f6fb2aa698..46c8d08620 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -486,12 +486,12 @@ HOSTTOOLS += " \
486 [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp comm cp cpio \ 486 [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp comm cp cpio \
487 cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \ 487 cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \
488 fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ 488 fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
489 head hostname iconv id install ld ldd ln ls make md5sum mkdir mkfifo mknod \ 489 head hostname iconv id install ld ldd ln ls lz4c make md5sum mkdir mkfifo mknod \
490 mktemp mv nm objcopy objdump od patch perl pr printf pwd \ 490 mktemp mv nm objcopy objdump od patch perl pr printf pwd \
491 python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \ 491 python3 pzstd ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \
492 sha1sum sha224sum sha256sum sha384sum sha512sum \ 492 sha1sum sha224sum sha256sum sha384sum sha512sum \
493 sleep sort split stat strings strip tail tar tee test touch tr true uname \ 493 sleep sort split stat strings strip tail tar tee test touch tr true uname \
494 uniq wc wget which xargs \ 494 uniq wc wget which xargs zstd \
495" 495"
496 496
497# Tools needed to run testimage runtime image testing 497# Tools needed to run testimage runtime image testing