[bitbake-devel] [PATCH 0/7] toaster: Artifact Selection Improvement

brian avery avery.brian at gmail.com
Sat Jul 9 00:52:41 UTC 2016


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



More information about the bitbake-devel mailing list