All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] toaster: Artifact Selection Improvement
@ 2016-07-09  0:52 brian avery
  2016-07-09  0:52 ` [PATCH 1/7] runqueue: improve exception logging brian avery
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: brian avery @ 2016-07-09  0:52 UTC (permalink / raw)
  To: bitbake-devel; +Cc: brian avery

This is part of a patch set that is split over the openembedded-core and
bitbake-devel mailing lists.

This patch removes complexity from toaster.bbclass in order to move those
functions to bitbake/lib/toaster.

The intent of this set is to improve Toaster's ability to locate artifacts such as
kernel images, rootfs, and sdk tar files.

-Brian Avery
an Intel employee

The following changes since commit 308d0a8f1d06b22a9be8e5d55194544a2ee764ef:

  toaster: fix typo in arguments for libtoaster.js function (2016-07-08 16:25:39 -0700)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib poky-contrib/bavery/submit/elliot/toaster/8556-image_fstypes
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/elliot/toaster/8556-image_fstypes

Ed Bartosh (1):
  runqueue: improve exception logging

Elliot Smith (6):
  toaster: display Target targets in build dashboard
  toaster: do image and artifact scan on BuildCompleted
  toaster: improve image file suffix retrieval
  toaster: attach kernel artifacts to targets
  buildinfohelper: fix retrieval of targets
  toaster: improve scan for SDK artifacts

 lib/bb/runqueue.py                                 |   6 +-
 lib/bb/ui/buildinfohelper.py                       | 370 ++++++++++++++++++---
 lib/bb/ui/toasterui.py                             |  11 +-
 .../migrations/0008_refactor_artifact_models.py    |  39 +++
 lib/toaster/orm/models.py                          | 243 ++++++++++----
 .../toastergui/templates/builddashboard.html       |  84 +++--
 .../toastergui/templatetags/field_values_filter.py |  18 +
 lib/toaster/toastergui/views.py                    |  18 +-
 8 files changed, 645 insertions(+), 144 deletions(-)
 create mode 100644 bitbake/lib/toaster/orm/migrations/0008_refactor_artifact_models.py
 create mode 100644 bitbake/lib/toaster/toastergui/templatetags/field_values_filter.py

--
1.9.1


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

end of thread, other threads:[~2016-07-09 18:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-09  0:52 [PATCH 0/7] toaster: Artifact Selection Improvement brian avery
2016-07-09  0:52 ` [PATCH 1/7] runqueue: improve exception logging brian avery
2016-07-09  4:03   ` Christopher Larson
2016-07-09 17:10     ` Brian Avery
2016-07-09 18:30       ` Christopher Larson
2016-07-09  0:52 ` [PATCH 2/7] toaster: display Target targets in build dashboard brian avery
2016-07-09  0:52 ` [PATCH 3/7] toaster: do image and artifact scan on BuildCompleted brian avery
2016-07-09  0:52 ` [PATCH 4/7] toaster: improve image file suffix retrieval brian avery
2016-07-09  0:52 ` [PATCH 5/7] toaster: attach kernel artifacts to targets brian avery
2016-07-09  0:52 ` [PATCH 6/7] buildinfohelper: fix retrieval of targets brian avery
2016-07-09  0:52 ` [PATCH 7/7] toaster: improve scan for SDK artifacts 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.