archiver: use bb.note instead of echo

Message ID 20220609164207.40515-1-jose.quaresma@foundries.io
State Accepted, archived
Commit 6420c8a6a8143f53ccad7ab2d56b2ba06db83099
Headers show
Series archiver: use bb.note instead of echo | expand

Commit Message

Jose Quaresma June 9, 2022, 4:42 p.m. UTC
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
---
 meta/classes/archiver.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch

diff --git a/meta/classes/archiver.bbclass b/meta/classes/archiver.bbclass
index b1d7aa0247..938f8ffa00 100644
--- a/meta/classes/archiver.bbclass
+++ b/meta/classes/archiver.bbclass
@@ -580,7 +580,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)