From: Douglas Royds Date: Thu, 7 Mar 2019 20:29:06 +0000 (+1300) Subject: icecc: Slightly more verbose log messages in the success case X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15093 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b1f421ab5c7e5a3ee7bad5744149d331c6e0511;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git icecc: Slightly more verbose log messages in the success case The path containing the symlinks to icecc itself. The path to the build env tarball. Signed-off-by: Douglas Royds Signed-off-by: Richard Purdie --- diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index aebcc446679..6d003dccefd 100644 --- a/meta/classes/icecc.bbclass +++ b/meta/classes/icecc.bbclass @@ -405,7 +405,8 @@ set_icecc_env() { export ICECC_VERSION ICECC_CC ICECC_CXX export PATH="$ICE_PATH:$PATH" - bbnote "Using icecc" + bbnote "Using icecc path: $ICE_PATH" + bbnote "Using icecc tarball: $ICECC_VERSION" } do_configure_prepend() {