diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-03 22:17:04 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-05 11:02:22 +0100 |
commit | 0c7dc5bae14e9468cdc0ee08bff5be26518e43a1 (patch) | |
tree | 6610063ecaaf52bc7cff8cb11e6f59262156377a | |
parent | f06e2791e40efe57bcf05523452f697bc64ad5db (diff) | |
download | poky-0c7dc5bae14e9468cdc0ee08bff5be26518e43a1.tar.gz |
bitbake.conf: Drop lz4 from HOSTTOOLS
As far as I can tell, we don't have anything using lz4 in our key
build dependencies. It isn't in ASSUME_PROVIDED and our code automatically
adds lz4-native dependencies where needed. Even then, it is very rarely
needed, mainly for some kinds of SRC_URI (none in OE-Core) and some
filesystems/images.
As such, drop this from HOSTTOOLS and rely on lz4-native, which is what
was already happening anyway. This simplies host setup slightly.
(From OE-Core rev: b13654a4fc2fe6397f1802c14b2c6ad44b59a45b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 13d55923b7..52e74a6879 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -518,7 +518,7 @@ HOSTTOOLS += " \ | |||
518 | [ ar as awk basename bash bunzip2 bzip2 cat chgrp chmod chown chrpath cmp comm cp cpio \ | 518 | [ ar as awk basename bash bunzip2 bzip2 cat chgrp chmod chown chrpath cmp comm cp cpio \ |
519 | cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \ | 519 | cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \ |
520 | fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ | 520 | fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ |
521 | head hostname iconv id install ld ldd ln ls lz4 make md5sum mkdir mkfifo mknod \ | 521 | head hostname iconv id install ld ldd ln ls make md5sum mkdir mkfifo mknod \ |
522 | mktemp mv nm objcopy objdump od patch perl pr printf pwd \ | 522 | mktemp mv nm objcopy objdump od patch perl pr printf pwd \ |
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 \ |