On Thu, Mar 14, 2013 at 6:44 PM, Hans Beckérus <[email protected]>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
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to