diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-08 16:42:40 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-09 22:33:38 +0100 |
| commit | 0f8d29b648579c9c63caf8c550df81657f43b6ea (patch) | |
| tree | b54df49de0b8340e9b270bd530aa34b2908717cc /meta/conf | |
| parent | 1f046d411c2b914767934adede272c6a0cb10aad (diff) | |
| download | poky-0f8d29b648579c9c63caf8c550df81657f43b6ea.tar.gz | |
bitbake.conf: Add truncate to HOSTTOOLS
Some wic images need this command. Since it is part of coreutils, it doesn't really
cost anything to have in HOSTTOOLS and it avoids signifiant build dependencies on
coreutils-native.
[YOCTO #15571]
(From OE-Core rev: 522000ce5c4f0201cbe42d7826b6a8489ed10117)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
| -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 5c875f34f8..c09c0a7d52 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -522,7 +522,7 @@ HOSTTOOLS += " \ | |||
| 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 \ |
| 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 truncate uname \ |
| 526 | uniq unzstd wc wget which xargs zstd \ | 526 | uniq unzstd wc wget which xargs zstd \ |
| 527 | " | 527 | " |
| 528 | 528 | ||
