From: Joshua Lock <josh@linux.intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 00/10] Latest round of hob UI improvements
Date: Tue, 26 Jul 2011 11:46:34 -0700 [thread overview]
Message-ID: <cover.1311705833.git.josh@linux.intel.com> (raw)
Highlights are using buildTargets rather than buildFiles to build the custom
image and enabling building an image without a 'Base image' set.
Plus a slew of more minor fixes.
The following changes since commit d11f9dd33cdcc97a4a937e8bf7e97558d813cadd:
cooker: only append files once (2011-07-26 13:45:31 +0100)
are available in the git repository at:
git://github.com/incandescant/bitbake hob
https://github.com/incandescant/bitbake/tree/hob
Jessica Zhang (1):
ui/crumbs/tasklistmodel: fix loading a saved recipe
Joshua Lock (9):
ui/hob: replace the ugly static command map
ui/crumbs/hobeventhandler: reparse files before running other
commands
ui/hob: switch from buildFile to buildTargets for custom image builds
ui/hob: don't offer to show built output if build fails
ui/hob: change wording in build complete dialog
ui/hob: Force the 'Base image combo' to be drawn correctly
ui/hob: enable building an image with minimal contents
ui/crumbs/tasklistmodel: handle items added in by base image being
removed
ui/crumbs/tasklistmodel: don't iterate whole model in
find_alt_dependency()
lib/bb/ui/crumbs/configurator.py | 18 +++++
lib/bb/ui/crumbs/hobeventhandler.py | 127 +++++++++++++++++++++++------------
lib/bb/ui/crumbs/tasklistmodel.py | 51 ++++++++++----
lib/bb/ui/hob.py | 63 +++++++++++------
4 files changed, 179 insertions(+), 80 deletions(-)
--
1.7.6
next reply other threads:[~2011-07-26 18:51 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-26 18:46 Joshua Lock [this message]
2011-07-26 18:46 ` [PATCH 01/10] ui/hob: replace the ugly static command map Joshua Lock
2011-07-26 18:46 ` [PATCH 02/10] ui/crumbs/hobeventhandler: reparse files before running other commands Joshua Lock
2011-07-26 18:46 ` [PATCH 03/10] ui/hob: switch from buildFile to buildTargets for custom image builds Joshua Lock
2011-07-26 18:46 ` [PATCH 04/10] ui/hob: don't offer to show built output if build fails Joshua Lock
2011-07-26 18:46 ` [PATCH 05/10] ui/hob: change wording in build complete dialog Joshua Lock
2011-07-26 18:46 ` [PATCH 06/10] ui/hob: Force the 'Base image combo' to be drawn correctly Joshua Lock
2011-07-26 18:46 ` [PATCH 07/10] ui/hob: enable building an image with minimal contents Joshua Lock
2011-07-26 18:46 ` [PATCH 08/10] ui/crumbs/tasklistmodel: handle items added in by base image being removed Joshua Lock
2011-07-26 18:46 ` [PATCH 09/10] ui/crumbs/tasklistmodel: don't iterate whole model in find_alt_dependency() Joshua Lock
2011-07-26 18:46 ` [PATCH 10/10] ui/crumbs/tasklistmodel: fix loading a saved recipe Joshua Lock
2011-07-26 19:15 ` [PATCH 00/10] Latest round of hob UI improvements Richard Purdie
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.1311705833.git.josh@linux.intel.com \
--to=josh@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 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.