]> git.ipfire.org Git - people/ms/u-boot.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)
commitb464f8e7ded33dc3f3c26dd905e1fa9807dd7526
treea5de172890a37ff9d53ad5378aa44bebb45e966e
parent94d2ebe5bcbbbd15e879ee2204e037f321d66b68
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