From: Richard Purdie Date: Thu, 8 Aug 2024 15:42:40 +0000 (+0100) Subject: bitbake.conf: Add truncate to HOSTTOOLS X-Git-Tag: yocto-5.2~2103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=522000ce5c4f0201cbe42d7826b6a8489ed10117;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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] Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 5c875f34f87..c09c0a7d52c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -522,7 +522,7 @@ HOSTTOOLS += " \ mktemp mv nm objcopy objdump od patch perl pr printf pwd \ 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 \ + sleep sort split stat strings strip tail tar tee test touch tr true truncate uname \ uniq unzstd wc wget which xargs zstd \ "