From: Kang Kai Date: Tue, 17 Jul 2012 06:58:52 +0000 (+0800) Subject: bitbake: hob2: add elf to hcc supported image types X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bd0338972a1a64829734c43501a3a74c510421a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: hob2: add elf to hcc supported image types [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. (Bitbake rev: a93a58b7cea2ddb9596cb4d718c0801db5d1a295) Signed-off-by: Kang Kai Signed-off-by: Richard Purdie --- diff --git a/bitbake/lib/bb/ui/crumbs/hobwidget.py b/bitbake/lib/bb/ui/crumbs/hobwidget.py index dba278c33de..d10c56b69dc 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):