[bitbake-devel] [PATCH 0/3] Hob: some fixes

Shane Wang shane.wang at intel.com
Sat Jun 2 04:54:32 UTC 2012


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
    & -> &
    < -> &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





More information about the bitbake-devel mailing list