commit | 843312dcdd942dc1d7d9009863b04340287326e0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 05 22:06:15 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 16:24:25 2015 -0600 |
tree | 0b053de3848904332936fd88fd5f6cfbc8bbd025 | |
parent | 970f932a68e59adb87fad43560da01278f5ba4fa [diff] |
buildman: Allow comparison of build configuration 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@chromium.org>