[yocto] How to create do_populate_sysroot_append task

Vivek Per pervivek at gmail.com
Fri Feb 12 03:04:37 PST 2016


I got the solution for the above issue , we can create a custom has given
below  in the recipe

#################
addtask copy_files_sysroot after do_populate_sysroot before do_package

do_copy_files_sysroot() {
------------------------
-----------------------
 }
#################
I hope this solution  may be used for the other

On Thu, Feb 11, 2016 at 9:10 PM, Vivek Per <pervivek at gmail.com> wrote:

> Hi,
>     I want to add some additional kernel files to sysroot directory . I
> want to extend do_populate_sysroot task , I want to copy few more files in
> to sysroot after do_populate_sysroot and before do_package. I tried to
> create do_populate_sysroot_append() in recipe  but it is getting parsing
> error . how could i add file in sysroot after populate_sysroot and before
> do_package.
>
> Thanks in advance
>    Vivek
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160212/c6abc7c2/attachment.html>


More information about the yocto mailing list