From: brian avery <avery.brian@gmail.com>
To: bitbake-devel@lists.openembedded.org
Cc: brian avery <brian.avery@intel.com>
Subject: [PATCH 0/7] toaster: Artifact Selection Improvement
Date: Fri, 8 Jul 2016 17:52:41 -0700 [thread overview]
Message-ID: <cover.1468024992.git.brian.avery@intel.com> (raw)
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
next reply other threads:[~2016-07-09 0:52 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-09 0:52 brian avery [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1468024992.git.brian.avery@intel.com \
--to=avery.brian@gmail.com \
--cc=bitbake-devel@lists.openembedded.org \
--cc=brian.avery@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.