From: Shane Wang <shane.wang@intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/7] Hob fixes
Date: Sun, 1 Apr 2012 22:21:26 +0800 [thread overview]
Message-ID: <cover.1333289684.git.shane.wang@intel.com> (raw)
Two of these patches are to fix 2 bugs. One is to remove the top empty spacing in
the image combo on the image configuration screen. The other is to change local.conf
to allow Hob change BB threads and pmake.
The others are minor cleanup and code correction by code review.
The following changes since commit 8691a588267472eb5a32b978a0eb9ddfd0c91733:
cross-canadian.bbclass: fix rpath for sdk executables (2012-03-31 18:00:59 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib shane/hob-fixes-1
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/hob-fixes-1
Shane Wang (7):
Hob: handle exceptions in get_parameters() from the bitbake
Hob: handle exceptions when loading templates
Hob: unify _size_to_string() and _string_to_size()
Hob: avoid the empty white space appearing on top of the gtk.ComboBox
meta-yocto/local.conf.sample: change = to ?= for BB_NUMBER_THREADS
and PARALLEL_MAKE
Hob: a minor fix on image_fstypes
Hob: a minor fix on pmake
bitbake/lib/bb/ui/crumbs/builder.py | 26 ++++++++++----
bitbake/lib/bb/ui/crumbs/hobeventhandler.py | 35 ++++++++++++++----
bitbake/lib/bb/ui/crumbs/hoblistmodel.py | 18 +++------
bitbake/lib/bb/ui/crumbs/hobpages.py | 39 ++++++++++++++++++++
bitbake/lib/bb/ui/crumbs/imageconfigurationpage.py | 2 +
bitbake/lib/bb/ui/crumbs/imagedetailspage.py | 11 +-----
bitbake/lib/bb/ui/crumbs/packageselectionpage.py | 21 +++--------
meta-yocto/conf/local.conf.sample | 4 +-
8 files changed, 101 insertions(+), 55 deletions(-)
--
1.7.6
next reply other threads:[~2012-04-01 14:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-01 14:21 Shane Wang [this message]
2012-04-01 14:21 ` [PATCH 1/7] Hob: handle exceptions in get_parameters() from the bitbake Shane Wang
2012-04-01 14:21 ` [PATCH 2/7] Hob: handle exceptions when loading templates Shane Wang
2012-04-01 14:21 ` [PATCH 3/7] Hob: unify _size_to_string() and _string_to_size() Shane Wang
2012-04-01 14:21 ` [PATCH 4/7] Hob: avoid the empty white space appearing on top of the gtk.ComboBox Shane Wang
2012-04-01 14:21 ` [PATCH 5/7] meta-yocto/local.conf.sample: change = to ?= for BB_NUMBER_THREADS and PARALLEL_MAKE Shane Wang
2012-04-02 7:48 ` Wang, Shane
2012-04-01 14:21 ` [PATCH 6/7] Hob: a minor fix on image_fstypes Shane Wang
2012-04-01 14:21 ` [PATCH 7/7] Hob: a minor fix on pmake Shane Wang
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.1333289684.git.shane.wang@intel.com \
--to=shane.wang@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.