[bitbake-devel] [PATCH 00/12] Tinfoil enhancements / fetch fixes

Paul Eggleton paul.eggleton at linux.intel.com
Wed Jul 19 09:55:59 UTC 2017


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




More information about the bitbake-devel mailing list