WARNING: patches still under testing !

1. Take (cherry-pick) this patch:

http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=adamian/daisy-bitbakeeventlog


2. Copy over from origin/master:

bitbake/bin/toaster-eventreplay
bitbake/lib/bb/ui/toasterui.py
bitbake/lib/bb/ui/buildinfohelper.py

​3​
​. Do NOT run (i.e. we're not using the server mode)

$ bitbake --server-only -B ...   && export BBSERVER= && bitbake ​-u
toasterui


​4.  Run your normal build command with  -w ""  parameter

$ bitbake -w "" core-image-minimal

5. find the bitbake_eventlog_DATE.json file in the build/ directory, and
import it into toaster with

$ toaster-eventreplay ​bitbake_eventlog_DATE.json​


-- 
Alex Damian
Yocto Project
SSG / OTC
-- 
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to