summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorDouglas Royds <douglas.royds@taitradio.com>2019-03-08 09:29:06 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-09 14:41:20 +0000
commit4b1f421ab5c7e5a3ee7bad5744149d331c6e0511 (patch)
tree7c614a2a1bbffefcccd3a7c3de8da46371a26419 /meta
parentd9561a471d9f0698c70acc86a33ee809f9f44e5a (diff)
downloadopenembedded-core-contrib-4b1f421ab5c7e5a3ee7bad5744149d331c6e0511.tar.gz
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 <douglas.royds@taitradio.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/icecc.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index aebcc44667..6d003dccef 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() {