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
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to