Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 00/13] Fixes and refactoring
@ 2015-08-17 11:12 Paul Eggleton
  2015-08-17 11:12 ` [PATCH 01/13] Fix default function parameter assignment to a list Paul Eggleton
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: Paul Eggleton @ 2015-08-17 11:12 UTC (permalink / raw)
  To: bitbake-devel

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



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

end of thread, other threads:[~2015-08-18 10:29 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-17 11:12 [PATCH 00/13] Fixes and refactoring Paul Eggleton
2015-08-17 11:12 ` [PATCH 01/13] Fix default function parameter assignment to a list Paul Eggleton
2015-08-17 11:12 ` [PATCH 02/13] command: intercept SystemExit to avoid trashing the server Paul Eggleton
2015-08-17 11:12 ` [PATCH 03/13] cooker: further limit inotify watches Paul Eggleton
2015-08-17 11:12 ` [PATCH 04/13] command: ensure sync commands that read configuration see updates Paul Eggleton
2015-08-17 11:12 ` [PATCH 05/13] cooker: ensure prefile/postfile can work in memory resident mode Paul Eggleton
2015-08-17 11:12 ` [PATCH 06/13] Fix -m handling if cannot connect to server Paul Eggleton
2015-08-17 11:12 ` [PATCH 07/13] lib/bb/main: consolidate UI/server extension listing and loading Paul Eggleton
2015-08-18  9:32   ` Burton, Ross
2015-08-18 10:29     ` [PATCH v2] " Paul Eggleton
2015-08-17 11:12 ` [PATCH 08/13] cooker: drop appliedappendlist Paul Eggleton
2015-08-17 11:12 ` [PATCH 09/13] cooker: drop appendlist Paul Eggleton
2015-08-17 11:12 ` [PATCH 10/13] bitbake-layers: Convert flatten to use collections.bbappends Paul Eggleton
2015-08-17 11:12 ` [PATCH 11/13] bitbake-layers: refactor show-appends to stop using cooker bbappends list Paul Eggleton
2015-08-17 11:12 ` [PATCH 12/13] bitbake-layers: use "with open" consistently Paul Eggleton
2015-08-17 11:12 ` [PATCH 13/13] lib/bb/parse: properly handle OSError when updating mtime cache Paul Eggleton
2015-08-17 17:14 ` [PATCH 00/13] Fixes and refactoring Christopher Larson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox