From 4b1f421ab5c7e5a3ee7bad5744149d331c6e0511 Mon Sep 17 00:00:00 2001 From: Douglas Royds Date: Fri, 8 Mar 2019 09:29:06 +1300 Subject: 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 --- 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 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() { -- cgit 1.2.3-korg