Openembedded Bitbake Development
 help / color / mirror / Atom feed
From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 00/13] Fixes and refactoring
Date: Mon, 17 Aug 2015 12:12:15 +0100	[thread overview]
Message-ID: <cover.1439809654.git.paul.eggleton@linux.intel.com> (raw)

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



             reply	other threads:[~2015-08-17 11:12 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-17 11:12 Paul Eggleton [this message]
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

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.1439809654.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox