[bitbake-devel] [PATCH 0/3] hob2: remove hard-coded image types map

Kang Kai kai.kang at windriver.com
Fri Aug 24 09:15:08 UTC 2012


Hi Richard,

This is for Yocto 2795.
Read from a new variable IMAGE_TYPES_MAP to get the map. Add the IMAGE_TYPES_MAP to bitbake.conf.
The format of IMAGE_TYPES_MAP is:
"image_type1:realname_extend1 image_type2:realname_extend2,extend3 ..."


Regards,
Kai

The following changes since commit 054d95edad8d79ef1c6b30681395d50f3c6335b4:

  poky.conf: restore Ubuntu 12.04 LTS to tested distro list (2012-08-23 17:23:40 +0100)

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

Kang Kai (3):
  hob2: remove the hard-coded images map
  hob2: remove class hcc
  bitbake.conf: add variable IMAGE_TYPES_MAP

 bitbake/lib/bb/ui/crumbs/builder.py         |   35 +++++++++++++++++++++++---
 bitbake/lib/bb/ui/crumbs/hig.py             |    9 ++++--
 bitbake/lib/bb/ui/crumbs/hobeventhandler.py |    4 ++-
 bitbake/lib/bb/ui/crumbs/hobwidget.py       |   29 ----------------------
 meta/conf/bitbake.conf                      |    3 ++
 5 files changed, 43 insertions(+), 37 deletions(-)

-- 
1.7.5.4





More information about the bitbake-devel mailing list