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

Reply via email to