]> git.baikalelectronics.ru Git - uboot.git/commit
buildman: Squash useless output from -K
authorSimon Glass <sjg@chromium.org>
Sun, 13 Nov 2016 21:25:53 +0000 (14:25 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 2 Dec 2016 17:37:47 +0000 (10:37 -0700)
commitc356dd020f67c3a53aa9ae78f7b310a09c836236
treea5de172890a37ff9d53ad5378aa44bebb45e966e
parent2f6532c9055e9de9b569466aa2a695817b2a2bc5
buildman: Squash useless output from -K

When using #define CONFIG_SOME_OPTION, the value it set to '1'. When using
defconfig (i.e. CONFIG_SOME_OPTION=y) the value is set to 'y'. This results
in differences showing up with -K. These differences are seldom useful.

Adjust buildman to suppress these differences by default.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/buildman/README
tools/buildman/builder.py
tools/buildman/cmdline.py
tools/buildman/control.py