[bitbake-devel] [PATCH] Add verbnote to shell log commands

sk sk at typedivision.de
Mon Apr 15 21:42:21 UTC 2019


From: Stefan Kral <sk at typedivision.de>

Add the missing bbverbnote fifo cmd for logging from shell.
---
 lib/bb/build.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lib/bb/build.py b/lib/bb/build.py
index 3e2a94ed..b2208d27 100644
--- a/lib/bb/build.py
+++ b/lib/bb/build.py
@@ -407,6 +407,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':
-- 
2.17.2 (Apple Git-113)



More information about the bitbake-devel mailing list