[bitbake-devel] [PATCH 00/13] Fixes and refactoring

Paul Eggleton paul.eggleton at linux.intel.com
Mon Aug 17 11:12:15 UTC 2015


Here are a bunch of bugfixes and refactoring patches that I was going to
send as part of reworking tinfoil. Unfortunately that reworking isn't
complete and I don't have time to finish it right now; here is what I do
have that can stand on its own. Most of it relates to memory resident
mode or tidying up code that calls into cooker.


The following changes since commit 04e896d7fb170271fb09dae5c2a42acb4b68f513:

  toastergui: Added IDs to elements used in testing (2015-08-17 08:47:51 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/tinfoil2-pre
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/tinfoil2-pre

Paul Eggleton (11):
  Fix default function parameter assignment to a list
  command: intercept SystemExit to avoid trashing the server
  cooker: further limit inotify watches
  cooker: ensure prefile/postfile can work in memory resident mode
  Fix -m handling if cannot connect to server
  lib/bb/main: consolidate UI/server extension listing and loading
  cooker: drop appliedappendlist
  cooker: drop appendlist
  bitbake-layers: refactor show-appends to stop using cooker bbappends list
  bitbake-layers: use "with open" consistently
  lib/bb/parse: properly handle OSError when updating mtime cache

Richard Purdie (2):
  command: ensure sync commands that read configuration see updates
  bitbake-layers: Convert flatten to use collections.bbappends

 bin/bitbake-layers                  | 125 ++++++++++++++++++------------------
 lib/bb/command.py                   |  15 ++++-
 lib/bb/cooker.py                    |  90 ++++++++++++++++----------
 lib/bb/cookerdata.py                |   3 +-
 lib/bb/event.py                     |   4 +-
 lib/bb/fetch2/__init__.py           |  23 ++++---
 lib/bb/main.py                      |  80 ++++++++++++++---------
 lib/bb/msg.py                       |   7 +-
 lib/bb/parse/__init__.py            |   7 +-
 lib/bb/process.py                   |   5 +-
 lib/bb/server/process.py            |   4 +-
 lib/bb/server/xmlrpc.py             |   7 +-
 lib/bb/taskdata.py                  |   8 ++-
 lib/bb/ui/crumbs/hobeventhandler.py |  12 +++-
 lib/toaster/toastergui/views.py     |   4 +-
 15 files changed, 236 insertions(+), 158 deletions(-)

-- 
2.1.0




More information about the bitbake-devel mailing list