[PATCH v2 2/2] binman: Write fake blobs to the output directory

Tom Rini trini at konsulko.com
Thu Jan 13 13:53:42 CET 2022


On Wed, Jan 12, 2022 at 01:10:36PM -0700, Simon Glass wrote:

> At present binman writes fake blobs to the current directory. This is not
> very helpful, since the files serve no useful purpose once binman has
> finished. They clutter up the source directory and affect future runs,
> since the files in the current directory are often used in preference to
> those in the board directory.
> 
> To avoid these problems, write them to the output directory instead.
> 
> Move the file-creation code to the Entry base class, so it can be used by
> any entry type that needs it. This is required since some entry types,
> such as Entry_blob_ext_list, are not subclasses of Entry_blob.
> 
> Signed-off-by: Simon Glass <sjg at chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20220113/157a146a/attachment.sig>


More information about the U-Boot mailing list