All of lore.kernel.org
 help / color / mirror / Atom feed
* [OE-core][PATCH] bitbake.conf: Add lz4c, pzstd and zstd
@ 2021-07-14 13:42 Joshua Watt
  2021-07-14 13:45 ` Alexander Kanavin
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Joshua Watt @ 2021-07-14 13:42 UTC (permalink / raw)
  To: openembedded-core; +Cc: Joshua Watt

Adds the command line compression tools which are needed by bitbake

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
 meta/conf/bitbake.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index f451ba6a47..3801db7d42 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -484,12 +484,12 @@ HOSTTOOLS += " \
     [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp comm cp cpio \
     cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \
     fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
-    head hostname iconv id install ld ldd ln ls make md5sum mkdir mkfifo mknod \
+    head hostname iconv id install ld ldd ln ls lz4c make md5sum mkdir mkfifo mknod \
     mktemp mv nm objcopy objdump od patch perl pr printf pwd \
-    python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \
+    python3 pzstd ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \
     sha1sum sha224sum sha256sum sha384sum sha512sum \
     sleep sort split stat strings strip tail tar tee test touch tr true uname \
-    uniq wc wget which xargs \
+    uniq wc wget which xargs zstd \
 "
 
 # Tools needed to run testimage runtime image testing
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-08-19 16:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 13:42 [OE-core][PATCH] bitbake.conf: Add lz4c, pzstd and zstd Joshua Watt
2021-07-14 13:45 ` Alexander Kanavin
2021-07-14 13:51   ` Joshua Watt
2021-07-14 13:56     ` Alexander Kanavin
2021-08-14 18:35 ` Alexandre Belloni
2021-08-16 15:49 ` Khem Raj
2021-08-16 16:14 ` Khem Raj
2021-08-18 22:19   ` Randy MacLeod
2021-08-19 14:50     ` Konrad Weihmann
2021-08-19 15:07       ` Leon Woestenberg
2021-08-19 16:06       ` Richard Purdie
2021-08-19 16:31         ` Konrad Weihmann
2021-08-19 16:34           ` Joshua Watt
2021-08-19 16:40           ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.