]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagefeed-stability.bbclass: change a bb.plain to bb.note
authorMing Liu <peter.x.liu@external.atlascopco.com>
Mon, 14 Aug 2017 08:32:59 +0000 (10:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 15 Aug 2017 23:01:45 +0000 (00:01 +0100)
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@external.atlascopco.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/packagefeed-stability.bbclass

index c0e9be549d8c6ef5dc17c08b9ce7a0f154ddc402..48377797c13020d3f3b4274b6521ed6a10774d43 100644 (file)
@@ -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: