Re: [OE-core] [PATCH scarthgap RFC] bitbake.conf: Add truncate to HOSTTOOLS

2024-10-14 Thread Martin Jansa
https://git.openembedded.org/openembedded-core/commit/?h=scarthgap&id=85451cdaee4718233211da1e43db01f5cd2b1aff On Mon, Oct 14, 2024 at 12:54 PM Quentin Schulz via lists.openembedded.org wrote: > > Hi all, > > On 9/30/24 12:36 PM, Quentin Schulz wrote: > > From: Richard Purdie > > > > Some wic im

Re: [OE-core] [PATCH scarthgap RFC] bitbake.conf: Add truncate to HOSTTOOLS

2024-10-14 Thread Quentin Schulz via lists.openembedded.org
Hi all, On 9/30/24 12:36 PM, Quentin Schulz wrote: From: Richard Purdie 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] (cherry picked from

[OE-core] [PATCH scarthgap RFC] bitbake.conf: Add truncate to HOSTTOOLS

2024-09-30 Thread Quentin Schulz
From: Richard Purdie 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] (cherry picked from commit 522000ce5c4f0201cbe42d7826b6a8489ed10117) [nec