All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shane Wang <shane.wang@intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/3] Hob: some fixes
Date: Sat,  2 Jun 2012 12:54:32 +0800	[thread overview]
Message-ID: <cover.1338612620.git.shane.wang@intel.com> (raw)

Here are some fixes for Hob:
 - lower the limitation of PyGTK so Ubuntu 10.04 can still use Hob
 - we will continue to change Hob, add versions for compatibility check
 - some special chars can be shown as markup, replace them with escape chars
    & -> &amp;
    < -> &lt;
    > -> &gt;
    and so on

The following changes since commit de4cdfd6bc1280ac7ac0559b87734d26294ef773:

  documentation/kernel-manual/kernel-how-to.xml: Updated to kernel 3.4 (2012-05-31 21:16:55 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib shane/newproxy
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=shane/newproxy

Shane Wang (3):
  Hob: lower the limitation for PyGTK
  Hob: add versions for compatibility check between Hob and templates
  Hob: Interpret some special characters for label markup

 bitbake/lib/bb/ui/crumbs/builder.py  |   27 +++++++++++++++++++++++----
 bitbake/lib/bb/ui/crumbs/template.py |   17 ++++++++++++++++-
 bitbake/lib/bb/ui/hob.py             |    2 +-
 3 files changed, 40 insertions(+), 6 deletions(-)

-- 
1.7.6




             reply	other threads:[~2012-06-02  4:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-02  4:54 Shane Wang [this message]
2012-06-02  4:54 ` [PATCH 1/3] Hob: lower the limitation for PyGTK Shane Wang
2012-06-02  4:54 ` [PATCH 2/3] Hob: add versions for compatibility check between Hob and templates Shane Wang
2012-06-02  4:54 ` [PATCH 3/3] Hob: Interpret some special characters for label markup Shane Wang
2012-06-08 11:02 ` [PATCH 0/3] Hob: some fixes 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.1338612620.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.