Re: [yocto] How to create do_populate_sysroot_append task

2016-02-12 Thread Vivek Per
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  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


[yocto] How to create do_populate_sysroot_append task

2016-02-11 Thread Vivek Per
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