diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-13 20:57:42 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-13 20:58:35 +0100 |
commit | 0e306a53c460302ec20192fc35930983781b7a2e (patch) | |
tree | 402cd4cfeb9b76565db865beb973b3dff0585fc8 /meta/classes/archiver.bbclass | |
parent | 12414813221830b33982337092b3a7bed92a2980 (diff) | |
download | openembedded-core-0e306a53c460302ec20192fc35930983781b7a2e.tar.gz openembedded-core-0e306a53c460302ec20192fc35930983781b7a2e.tar.bz2 openembedded-core-0e306a53c460302ec20192fc35930983781b7a2e.zip |
archiver: Improve debug output
Make the output from the task more informative about which directories
are being referenced.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/archiver.bbclass')
-rw-r--r-- | meta/classes/archiver.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
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) |