[U-Boot] [PATCH 6/6] buildman: Allow comparison of build configuration

Simon Glass sjg at chromium.org
Sun Apr 19 00:19:59 CEST 2015


On 5 February 2015 at 22:06, Simon Glass <sjg at chromium.org> wrote:
> It is useful to be able to see CONFIG changes made by commits. Add this
> feature to buildman using the -K flag so that all CONFIG changes are
> reported.
>
> The CONFIG options exist in a number of files. Each is reported
> individually as well as a summary that covers all files. The output
> shows three parts: green for additions, red for removals and yellow for
> changes.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  tools/buildman/builder.py | 181 ++++++++++++++++++++++++++++++++++++++++++----
>  tools/buildman/cmdline.py |   4 +-
>  tools/buildman/control.py |   3 +-
>  3 files changed, 173 insertions(+), 15 deletions(-)

This feature is still a bit raw, but the best way to get feedback is
to get people using it.

Applied to u-boot-x86/buildman.


More information about the U-Boot mailing list