All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Tinfoil enhancements / fetch fixes
@ 2017-07-19  9:55 Paul Eggleton
  2017-07-19  9:56 ` [PATCH 01/12] tinfoil: add internal mode to build_file() function Paul Eggleton
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Paul Eggleton @ 2017-07-19  9:55 UTC (permalink / raw)
  To: bitbake-devel

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



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

end of thread, other threads:[~2017-07-19  9:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-19  9:55 [PATCH 00/12] Tinfoil enhancements / fetch fixes Paul Eggleton
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

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.