]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: build: Add verbnote to shell log commands
authorStefan Kral <sk@typedivision.de>
Mon, 15 Apr 2019 21:42:21 +0000 (23:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 Apr 2019 11:05:24 +0000 (12:05 +0100)
Add the missing bbverbnote fifo cmd for logging from shell.

(Bitbake rev: cf11fdb30c405e1a4521a7299f84816c0e13a881)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/lib/bb/build.py

index a83de8d73ef0debc4a40696e888f0f4ea6e34485..da592e6d8457f1dae482ab0cbceb65293f229272 100644 (file)
@@ -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':