diff options
author | Douglas Royds <douglas.royds@taitradio.com> | 2019-03-08 09:29:06 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-09 14:43:11 +0000 |
commit | f1376858b38a3d22eac6b0e6f20f7b6c5ec840f6 (patch) | |
tree | bb0ded6b5b9acaba70cf118772677bf321098af4 /meta/classes | |
parent | c88853b531c85f6061021d72797bbcbc4d46f8cd (diff) | |
download | poky-f1376858b38a3d22eac6b0e6f20f7b6c5ec840f6.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.
(From OE-Core rev: 4b1f421ab5c7e5a3ee7bad5744149d331c6e0511)
Signed-off-by: Douglas Royds <douglas.royds@taitradio.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/icecc.bbclass | 3 |
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() { | |||
405 | export ICECC_VERSION ICECC_CC ICECC_CXX | 405 | export ICECC_VERSION ICECC_CC ICECC_CXX |
406 | export PATH="$ICE_PATH:$PATH" | 406 | export PATH="$ICE_PATH:$PATH" |
407 | 407 | ||
408 | bbnote "Using icecc" | 408 | bbnote "Using icecc path: $ICE_PATH" |
409 | bbnote "Using icecc tarball: $ICECC_VERSION" | ||
409 | } | 410 | } |
410 | 411 | ||
411 | do_configure_prepend() { | 412 | do_configure_prepend() { |