Re: [PATCH 0/9] binman: Show missing blob message when building U-Boot

2023-03-16 Thread Simon Glass
Hi Jonas, On Thu, 16 Mar 2023 at 01:45, Jonas Karlman wrote: > > Hi Simon, > On 2023-03-10 21:49, Simon Glass wrote: > > Hi Jonas, > > > > On Sun, 19 Feb 2023 at 14:02, Jonas Karlman wrote: > >> > >> binman currently support showing a helpful missing blob message, but > >> only when the

Re: [PATCH 0/9] binman: Show missing blob message when building U-Boot

2023-03-16 Thread Jonas Karlman
Hi Simon, On 2023-03-10 21:49, Simon Glass wrote: > Hi Jonas, > > On Sun, 19 Feb 2023 at 14:02, Jonas Karlman wrote: >> >> binman currently support showing a helpful missing blob message, but >> only when the --allow-missing flag is used. >> >> This changes so that binman is invoked with the

Re: [PATCH 0/9] binman: Show missing blob message when building U-Boot

2023-03-10 Thread Simon Glass
Hi Jonas, On Sun, 19 Feb 2023 at 14:02, Jonas Karlman wrote: > > binman currently support showing a helpful missing blob message, but > only when the --allow-missing flag is used. > > This changes so that binman is invoked with the --allow-missing flag > and the helpful message can be shown by

[PATCH 0/9] binman: Show missing blob message when building U-Boot

2023-02-19 Thread Jonas Karlman
binman currently support showing a helpful missing blob message, but only when the --allow-missing flag is used. This changes so that binman is invoked with the --allow-missing flag and the helpful message can be shown by default when building U-Boot. Using the following: make