From patchwork Fri Aug 24 09:15:08 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,0/3] hob2: remove hard-coded image types map Date: Fri, 24 Aug 2012 09:15:08 -0000 From: Kang Kai X-Patchwork-Id: 35279 Message-Id: To: Cc: bitbake-devel@lists.openembedded.org, Zhenfeng.Zhao@windriver.com 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(-)