Openembedded Bitbake Development
 help / color / mirror / Atom feed
* [PATCH 0/3] hob2: remove hard-coded image types map
@ 2012-08-24  9:15 Kang Kai
  2012-08-24  9:15 ` [PATCH 1/3] hob2: remove the hard-coded images map Kang Kai
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kang Kai @ 2012-08-24  9:15 UTC (permalink / raw)
  To: richard.purdie; +Cc: bitbake-devel, Zhenfeng.Zhao

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




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-08-27  2:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-24  9:15 [PATCH 0/3] hob2: remove hard-coded image types map Kang Kai
2012-08-24  9:15 ` [PATCH 1/3] hob2: remove the hard-coded images map Kang Kai
2012-08-24  9:15 ` [PATCH 2/3] hob2: remove class hcc Kang Kai
2012-08-24  9:15 ` [PATCH 3/3] bitbake.conf: add variable IMAGE_TYPES_MAP Kang Kai
2012-08-25  7:45   ` Richard Purdie
2012-08-27  2:06     ` Kang Kai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox