Re: [RFC PATCH 6/9] mkimage_fit_atf.sh: produce working binaries by default

2020-03-31 Thread Tom Rini
On Mon, Mar 23, 2020 at 04:24:15PM +0100, Petr Štetiar wrote: > Michal Simek [2020-03-23 14:58:55]: > > Hi, > > > Plan is to merge all of these to one shell script because most of the > > content in that script is very similar. > > to me it all just seems as values and templates hidden inside s

Re: [RFC PATCH 6/9] mkimage_fit_atf.sh: produce working binaries by default

2020-03-23 Thread Petr Štetiar
Michal Simek [2020-03-23 14:58:55]: Hi, > Plan is to merge all of these to one shell script because most of the > content in that script is very similar. to me it all just seems as values and templates hidden inside shell script called generator. Each of this generators uses/references 1-N var

Re: [RFC PATCH 6/9] mkimage_fit_atf.sh: produce working binaries by default

2020-03-23 Thread Michal Simek
On 21. 03. 20 16:19, Petr Štetiar wrote: > Michal Simek [2020-03-20 11:20:17]: > >> I think instead of fixing it on several places we should merge things >> together and fix this issue there. > > What do you mean exactly? Checking for the deps one layer up, like this for > example in sunxi? > >

Re: [RFC PATCH 6/9] mkimage_fit_atf.sh: produce working binaries by default

2020-03-21 Thread Petr Štetiar
Michal Simek [2020-03-20 11:20:17]: > I think instead of fixing it on several places we should merge things > together and fix this issue there. What do you mean exactly? Checking for the deps one layer up, like this for example in sunxi? diff --git a/Makefile b/Makefile index 44776b8efcc4.

Re: [RFC PATCH 6/9] mkimage_fit_atf.sh: produce working binaries by default

2020-03-20 Thread Michal Simek
Hi Petr, On 18. 03. 20 10:57, Petr Štetiar wrote: > At this moment unusable binaries are produced if bl31.bin file is > missing in order to allow passing of various CI tests. This intention of > broken binaries has to be now explicitly confirmed via new > BUILDBOT_BROKEN_BINARIES config option, so

[RFC PATCH 6/9] mkimage_fit_atf.sh: produce working binaries by default

2020-03-18 Thread Petr Štetiar
At this moment unusable binaries are produced if bl31.bin file is missing in order to allow passing of various CI tests. This intention of broken binaries has to be now explicitly confirmed via new BUILDBOT_BROKEN_BINARIES config option, so usable binaries are produced by default from now on. Sign