[oe-commits] [openembedded-core] 07/09: icecc: Slightly more verbose log messages in the success case

git at git.openembedded.org git at git.openembedded.org
Thu Mar 7 22:23:43 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 752a8ce1890cd66e76d4dedc87d06f04fbe6a33c
Author: Douglas Royds <douglas.royds at taitradio.com>
AuthorDate: Fri Mar 8 09:29:06 2019 +1300

    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 at taitradio.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/icecc.bbclass | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass
index aebcc44..6d003dc 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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list