On 30/09/2015 10:57, "[email protected] on behalf of Smith, Elliot" <[email protected] on behalf of [email protected]> wrote:
>On 29 September 2015 at 08:55, Ed Bartosh ><[email protected]> wrote: > >Hi, > >This patchset fixes creation of Target objects for command line builds >and couple of usability fixes for toastergui module. > >Changes in v2: used better name for the API: get_or_create_targets. >Changes in v3: made sure 'build' task is not set in Target objects. > rebased pathset on top of poky-contrib:master-next > > > > >This now works for me *during* the build: in managed mode, if I build >"zlib" (with the default ":build" target), I don't see the ":build" in >the builds pages. Similarly, if I do "zlib:clean", I see the ":clean" >target during the build. > > >However, when the "zlib:clean" build completes, I no longer see the >":clean" target next to the build name (NB in managed mode). > > >In analysis mode, if I do "bitbake -c clean zlib", the target ":clean" is >next to the build name both during the build and when it has completed. > > >Which is correct? You seem to be seen exactly what I am seeing. The correct behaviour is the one you are seeing in analysis mode. If a task is specified, the task should appear next to the target during the build and once the build completes. Cheers Belén > > >Elliot > > > >The following changes since commit >f8bd18184a84e6de1976ecb4d0d929c55bc19a66: > > toaster: orm remove the complicated querying on the ORM (2015-09-28 >20:07:38 -0700) > >are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib ><http://git.yoctoproject.org/poky-contrib> ed/toaster/target-task > >http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/target >-task ><http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ed/toaster/targe >t-task> > >Ed Bartosh (6): > event: add new property to BuildBase class > event: add new parameter to Build* event APIs > toaster: add task to the target_information > toaster: add get_or_create_targets API > toaster: ignore ReachableStamps event > toaster: use meaningful logging levels > > bitbake/lib/bb/cooker.py | 8 ++++---- > bitbake/lib/bb/event.py | 18 +++++++++++++----- > bitbake/lib/bb/ui/buildinfohelper.py | 35 >+++++++++++++++++++++-------------- > bitbake/lib/bb/ui/toasterui.py | 11 ++++++----- > 4 files changed, 44 insertions(+), 28 deletions(-) > >-- >2.1.4 > >-- >_______________________________________________ >toaster mailing list >[email protected] >https://lists.yoctoproject.org/listinfo/toaster > > > > > > > >-- >Elliot Smith >Software Engineer >Intel Open Source Technology Centre > > > > -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
