From 0e306a53c460302ec20192fc35930983781b7a2e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 13 Apr 2016 20:57:42 +0100 Subject: archiver: Improve debug output Make the output from the task more informative about which directories are being referenced. Signed-off-by: Richard Purdie --- meta/classes/archiver.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass index cea5b3bcb5..2f3b278fb3 100644 --- a/meta/classes/archiver.bbclass +++ b/meta/classes/archiver.bbclass @@ -363,7 +363,7 @@ python do_dumpdata () { SSTATETASKS += "do_deploy_archives" do_deploy_archives () { - echo "Deploying source archive files ..." + echo "Deploying source archive files from ${ARCHIVER_TOPDIR} to ${DEPLOY_DIR_SRC}." } python do_deploy_archives_setscene () { sstate_setscene(d) -- cgit 1.2.3-korg