[oe-commits] [openembedded-core] branch master-next updated: packagefeed-stability.bbclass: change a bb.plain to bb.note

git at git.openembedded.org git at git.openembedded.org
Mon Aug 14 13:21:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new 213b864  packagefeed-stability.bbclass: change a bb.plain to bb.note
213b864 is described below

commit 213b864a22fdac6b5f6613305a22aa212692524f
Author: Ming Liu <peter.x.liu at external.atlascopco.com>
AuthorDate: Mon Aug 14 10:32:59 2017 +0200

    packagefeed-stability.bbclass: change a bb.plain to bb.note
    
    I could see dozens of "Copying packages for recipe..." messages on the
    console during a image build, this is sort of annoying. I would like
    them to be dumped into the task log instead, so I can get a cleaner
    console and would not miss real important messages.
    
    Signed-off-by: Ming Liu <peter.x.liu at external.atlascopco.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/packagefeed-stability.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/packagefeed-stability.bbclass b/meta/classes/packagefeed-stability.bbclass
index c0e9be5..4837779 100644
--- a/meta/classes/packagefeed-stability.bbclass
+++ b/meta/classes/packagefeed-stability.bbclass
@@ -189,7 +189,7 @@ def package_compare_impl(pkgtype, d):
 
     # Remove all the old files and copy again if docopy
     if docopy:
-        bb.plain('Copying packages for recipe %s' % pn)
+        bb.note('Copying packages for recipe %s' % pn)
         pcmanifest = os.path.join(prepath, d.expand('pkg-compare-manifest-${MULTIMACH_TARGET_SYS}-${PN}'))
         try:
             with open(pcmanifest, 'r') as f:

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list