All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 00/12] Tinfoil enhancements / fetch fixes
Date: Wed, 19 Jul 2017 11:55:59 +0200	[thread overview]
Message-ID: <cover.1500458081.git.paul.eggleton@linux.intel.com> (raw)

Some enhancements to tinfoil around improving OE's devtool / recipetool
fetch code, as well as general enhancements to the API.


The following changes since commit 6683338598ce97278f188fbcd780c3e3754e5b9a:

  fetch2: fix indentation (2017-07-18 22:38:30 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/tinfoil-fixes-bb3
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/tinfoil-fixes-bb3

Paul Eggleton (12):
  tinfoil: add internal mode to build_file() function
  tinfoil: add a parse_recipes() function
  tinfoil: set a flag when recipes have been parsed
  lib/bb/event: refactor printing events
  lib/bb/ui/uihelper: indicate to caller of eventHandler() if events handled
  knotty: make it possible to use termfilter without either console
  tinfoil: add functionality for running full builds
  tinfoil: enable access to additional cached items
  tinfoil: add simple API for getting cached recipe information
  tinfoil: add more doc comments
  fetch2: allow hiding checksum warning
  fetch2: fire an event when there are missing checksums

 bin/bitbake-layers        |   2 +-
 lib/bb/command.py         |  43 ++++-
 lib/bb/cooker.py          |  34 ++--
 lib/bb/event.py           |  32 ++++
 lib/bb/fetch2/__init__.py |  16 ++
 lib/bb/runqueue.py        |   6 +
 lib/bb/tinfoil.py         | 389 +++++++++++++++++++++++++++++++++++++++++++++-
 lib/bb/ui/knotty.py       |  43 ++---
 lib/bb/ui/ncurses.py      |   2 +-
 lib/bb/ui/taskexp.py      |  20 +--
 lib/bb/ui/toasterui.py    |  25 +--
 lib/bb/ui/uihelper.py     |   3 +
 12 files changed, 525 insertions(+), 90 deletions(-)

-- 
2.9.4



             reply	other threads:[~2017-07-19  9:56 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-19  9:55 Paul Eggleton [this message]
2017-07-19  9:56 ` [PATCH 01/12] tinfoil: add internal mode to build_file() function Paul Eggleton
2017-07-19  9:56 ` [PATCH 02/12] tinfoil: add a parse_recipes() function Paul Eggleton
2017-07-19  9:56 ` [PATCH 03/12] tinfoil: set a flag when recipes have been parsed Paul Eggleton
2017-07-19  9:56 ` [PATCH 04/12] lib/bb/event: refactor printing events Paul Eggleton
2017-07-19  9:56 ` [PATCH 05/12] lib/bb/ui/uihelper: indicate to caller of eventHandler() if events handled Paul Eggleton
2017-07-19  9:56 ` [PATCH 06/12] knotty: make it possible to use termfilter without either console Paul Eggleton
2017-07-19  9:56 ` [PATCH 07/12] tinfoil: add functionality for running full builds Paul Eggleton
2017-07-19  9:56 ` [PATCH 08/12] tinfoil: enable access to additional cached items Paul Eggleton
2017-07-19  9:56 ` [PATCH 09/12] tinfoil: add simple API for getting cached recipe information Paul Eggleton
2017-07-19  9:56 ` [PATCH 10/12] tinfoil: add more doc comments Paul Eggleton
2017-07-19  9:56 ` [PATCH 11/12] fetch2: allow hiding checksum warning Paul Eggleton
2017-07-19  9:56 ` [PATCH 12/12] fetch2: fire an event when there are missing checksums Paul Eggleton

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.1500458081.git.paul.eggleton@linux.intel.com \
    --to=paul.eggleton@linux.intel.com \
    --cc=bitbake-devel@lists.openembedded.org \
    /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.