[yocto] IMAGE_INSTALL

Rudolf Streif rstreif at linuxfoundation.org
Tue Jul 8 16:55:16 PDT 2014


Hi Barath,

That alone won't work. You can either quick and dirty add

IMAGE_INSTALL_append = " coreutils"

to your conf/local.conf file or you write your recipe but it will need to
include another image recipe:

>
> DESCRIPTION = "A test image for Gumstix boards."
> LICENSE = "CLOSED"
>
>      require recipes-core/images/core-image-base.bb


> IMAGE_INSTALL += " \
>           coreutils \
> "
>
>
then you can build your image with bitbake -k myimage given that you named
you recipe above myimage.bb

Rudi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20140708/08741d2e/attachment.html>


More information about the yocto mailing list