[yocto] do_install_append_class-target(): Files are not being installed on the system

Khem Raj raj.khem at gmail.com
Thu Aug 6 19:15:59 PDT 2015


On Thu, Aug 6, 2015 at 1:32 PM, yocto yocto <yoctomailinglist at gmail.com> 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
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>



More information about the yocto mailing list