All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] toaster:add-get_or_create_targets-API
@ 2015-10-16 17:31 brian avery
  2015-10-16 17:31 ` [PATCH 1/1] toaster: add get_or_create_targets API brian avery
  0 siblings, 1 reply; 2+ messages in thread
From: brian avery @ 2015-10-16 17:31 UTC (permalink / raw)
  To: bitbake-devel

Target objects are created before the build if build is
started from UI in build mode. However, in analysis mode Target
objects don't exist and need to be created using information
from bitbake events.

Added new API call get_or_create_targets to retrive existing
target objects or create them if they don't exist yet.

-b

The following changes since commit a9053ac0829eb01f6f002587854d01e47a78e6f0:

  bitbake: toaster: Add tests for error message display on the build dashboard (2015-10-16 15:00:00 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/submit/ed/2015-10-16_add-get_or_create_targets-API
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/ed/2015-10-16_add-get_or_create_targets-API

Ed Bartosh (1):
  toaster: add get_or_create_targets API

 lib/bb/ui/buildinfohelper.py | 36 +++++++++++++++++++++---------------
 1 file changed, 21 insertions(+), 15 deletions(-)

--
1.9.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-16 17:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-16 17:31 [PATCH 0/1] toaster:add-get_or_create_targets-API brian avery
2015-10-16 17:31 ` [PATCH 1/1] toaster: add get_or_create_targets API brian avery

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.