[oe-commits] [bitbake] 04/05: build: Add verbnote to shell log commands

git at git.openembedded.org git at git.openembedded.org
Tue Apr 30 11:07:31 UTC 2019


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

rpurdie pushed a commit to branch master
in repository bitbake.

commit cf11fdb30c405e1a4521a7299f84816c0e13a881
Author: Stefan Kral <sk at typedivision.de>
AuthorDate: Mon Apr 15 23:42:21 2019 +0200

    build: Add verbnote to shell log commands
    
    Add the missing bbverbnote fifo cmd for logging from shell.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/build.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/bb/build.py b/lib/bb/build.py
index a83de8d..da592e6 100644
--- a/lib/bb/build.py
+++ b/lib/bb/build.py
@@ -408,6 +408,8 @@ exit $ret
                     bb.plain(value)
                 elif cmd == 'bbnote':
                     bb.note(value)
+                elif cmd == 'bbverbnote':
+                    bb.verbnote(value)
                 elif cmd == 'bbwarn':
                     bb.warn(value)
                 elif cmd == 'bberror':

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


More information about the Openembedded-commits mailing list