From: Jose Quaresma Date: Thu, 9 Jun 2022 16:42:07 +0000 (+0100) Subject: archiver: use bb.note instead of echo X-Git-Tag: 2020-04.18-dunfell~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd1ed873ec00fda2f58370770ad7aed039bdc470;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git archiver: use bb.note instead of echo Signed-off-by: Jose Quaresma Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit 6420c8a6a8143f53ccad7ab2d56b2ba06db83099) Signed-off-by: Steve Sakoman --- diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass index 9ef18ebd3c8..80fa6752be4 100644 --- a/meta/classes/archiver.bbclass +++ b/meta/classes/archiver.bbclass @@ -578,7 +578,7 @@ python do_dumpdata () { SSTATETASKS += "do_deploy_archives" do_deploy_archives () { - echo "Deploying source archive files from ${ARCHIVER_TOPDIR} to ${DEPLOY_DIR_SRC}." + bbnote "Deploying source archive files from ${ARCHIVER_TOPDIR} to ${DEPLOY_DIR_SRC}." } python do_deploy_archives_setscene () { sstate_setscene(d)