From patchwork Tue Jul 17 06:58:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [bitbake-devel,1/1] hob2: add elf to hcc supported image types Date: Tue, 17 Jul 2012 06:58:52 -0000 From: Kang Kai X-Patchwork-Id: 32205 Message-Id: <97edd3e3b004e658241e3b3fc759837686deff74.1342495796.git.kai.kang@windriver.com> To: Cc: Zhenfeng.Zhao@windriver.com [Yocto #2709] OE Core Commit c9b01af84b64edba056f959c349895e0698324e6 add elf image type. This will cause hob build image failed. Add elf to hcc supoorted image types to fix this issue. Signed-off-by: Kang Kai --- bitbake/lib/bb/ui/crumbs/hobwidget.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/bitbake/lib/bb/ui/crumbs/hobwidget.py b/bitbake/lib/bb/ui/crumbs/hobwidget.py index dba278c..d10c56b 100644 --- a/bitbake/lib/bb/ui/crumbs/hobwidget.py +++ b/bitbake/lib/bb/ui/crumbs/hobwidget.py @@ -89,6 +89,7 @@ class hcc: "cpio.xz" : ["cpio.xz"], "vmdk" : ["vmdk"], "cpio.lzma" : ["cpio.lzma"], + "elf" : ["elf"], } class HobViewTable (gtk.VBox):