summaryrefslogtreecommitdiffstats
path: root/package/cppcms
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-07-21 03:05:13 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-25 22:43:30 +0200
commitd7b05d5b7d433e14860613e38ac8ab5a7040bb4c (patch)
treee78fe30050b8c5a9beb1fa563bfffe93f1ce9199 /package/cppcms
parente8c6d52c89a2c1fd7d40f9e9ad4b7689255538d1 (diff)
downloadbuildroot-d7b05d5b7d433e14860613e38ac8ab5a7040bb4c.tar.gz
buildroot-d7b05d5b7d433e14860613e38ac8ab5a7040bb4c.zip
genrandconfig: verbose output and use stderr
The output of genrandconfig is currently very terse, which is annoying for debugging the script or generally seeing what is going on. Also the timing information added by log_write isn't very useful when the script is used stand-alone. In the new setup, (verbose) output goes to stdout and error output goes to stderr. Also the "INFO: generate the configuration" message is eliminated - it should go in the autobuild-run script. We also add an explicit message when a toolchain can't be used after the first defconfig, otherwise autobuild-run will just silently restart. Note that, since the output of make is no longer redirected to /dev/null, we get one more message on stderr that will be recorded in the autobuilder's log file: KCONFIG_SEED=0xXXXXXXXX. This approach allows us to optimise the error handling to use exceptions, where appropriate, which can be caught at the top level and converted to an error message to stderr. This, in turn, allows us to use subprocess.check_call, which eliminates a lot of conditions. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/cppcms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud