Re: [PATCH v2 3/5] binman: Check missing bintools of Section subclasses

2022-02-08 Thread Simon Glass
Binman can check for missing binary tools and prints warnings if anything required for an image is missing. The implementation of this for the Section entry only checks the subentries, presumably because Section does not use any binary tools itself. However, this means the check is also skipped for

[PATCH v2 3/5] binman: Check missing bintools of Section subclasses

2022-02-07 Thread Alper Nebi Yasak
Binman can check for missing binary tools and prints warnings if anything required for an image is missing. The implementation of this for the Section entry only checks the subentries, presumably because Section does not use any binary tools itself. However, this means the check is also skipped for