<br><br><div class="gmail_quote">On Thu, Mar 14, 2013 at 6:44 PM, Hans Beckérus <span dir="ltr"><<a href="mailto:hans.beckerus@gmail.com" target="_blank">hans.beckerus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Anyone that could explain how to take use of this excellent class ;)<br>I have a custom image recipe and I would like the resulting image to be massaged by mkimage.<br>I can see that this class is exporting an oe_mkimage() function, but how should I make sure it is called from my recipe?<br>

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?<span class="HOEnZb"><font color="#888888"><br><br>Hans<br>  <br>
</font></span></blockquote></div><br>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<br><br><i>  IMAGE_FSTYPES = "ext2.gz ext2.gz.u-boot"</i><br>
<br>Again sorry for this, my bad.<br><br>Hans<br><br>