]> code.ossystems Code Review - openembedded-core.git/commit
cmake: Add a knob for cmake VERBOSE settings
authorKhem Raj <raj.khem@gmail.com>
Sat, 28 Dec 2019 07:56:08 +0000 (23:56 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Dec 2019 08:45:03 +0000 (08:45 +0000)
commitf8d2cd0025f97819898da26041f353d527a27952
tree93a0214f7ea2aae4b25bd020d8acb343e91b5b1f
parent6e2d926a428530343bb4358d6e42a505c0f663ac
cmake: Add a knob for cmake VERBOSE settings

Setting VERBOSE always, while is fine on one hand for debugging, its
coming at an expense of creating lots and lots of logs, e.g. qtwebkit
compile logs alone with VERBOSE is 163MB, there are many other large
packages which use cmake e.g. WPE, webkitgtk etc which are in same range
with out this option on, the logs reduce to 861K and also speeds up
build a notch

If user needs to disable these logs for a recipe or globally

CMAKE_VERBOSE = ""

in recipe or in global metadata e.g. local.conf

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Ross Burton <ross.burton@intel.com>
Cc: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cmake.bbclass