On Thu, Aug 6, 2015 at 1:32 PM, yocto yocto <[email protected]> wrote:
> Good day,
>
> I am writing a recipe using "inherit autotools". I am using
> "do_install_append_class-target()" to install all files on the system. The
> folder
>
> build/tmp/work/core2-32-poky-linux/my-recipe/x.y.z-r0/image
>
> contains all files respectively the desired folder structure. However, after
> flashing my image all folders and files are not there. What might be the
> problem?

you are not including it in final image is the problem. In order to
include it into final image
you have to add it to RDEPENDS of a given packagegroup or
IMAGE_INSTALL part of image recipe itself.

>
>
>
>
> --
> _______________________________________________
> yocto mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/yocto
>
-- 
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to