[yocto] Using image_types_uboot.bbclass

Hans Beckérus hans.beckerus at gmail.com
Thu Mar 14 10:58:45 PDT 2013


On Thu, Mar 14, 2013 at 6:44 PM, Hans Beckérus <hans.beckerus at gmail.com>wrote:

> Anyone that could explain how to take use of this excellent class ;)
> I have a custom image recipe and I would like the resulting image to be
> massaged by mkimage.
> I can see that this class is exporting an oe_mkimage() function, but how
> should I make sure it is called from my recipe?
> I guess I need to inherit from it, but how to tell the image factory to
> call oe_mkimage() after creating the .gz image file?
>
> Hans
>
>

Sorry guys. Once I hit the send button it struck me ;) All I had to do was
to add the below to the image recipe and make sure to inherit from
image_types_uboot

*  IMAGE_FSTYPES = "ext2.gz ext2.gz.u-boot"*

Again sorry for this, my bad.

Hans
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20130314/9fab45fd/attachment.html>


More information about the yocto mailing list