Re: [yocto] Copying the kernel in the poky directory

2015-11-27 Thread Daniel.
A suggestion, Fork the wanted kernel tree and add a .bbappend at a custom layer. This way you can follow forked kernel updates and keep poky recipes clean. If you insist to keep things local, maybe this helps: http://www.yoctoproject.org/docs/current/ref-manual/ref-manual.html#local-projects

Re: [yocto] Copying the kernel in the poky directory

2015-11-26 Thread Deepika Teriar
Hi Bruce It was not successful. Its giving me a fetcher failure. *WARNING: Failed to fetch URL ftp://ftp.debian.org/debian/pool/main/b/base-passwd/base-passwd_3.5.29.tar.gz , attempting MIRRORS if

Re: [yocto] Copying the kernel in the poky directory

2015-11-26 Thread Bruce Ashfield
On 15-11-26 02:39 AM, Deepika Teriar wrote: Hi I am customizing yocto for beaglebone black I do not want my kernel to get downloaded from the git after I clean the build directory. So i have kept the linux-kernel directory with the name kernel-3.14.29 in the poky directory. And in the

[yocto] Copying the kernel in the poky directory

2015-11-25 Thread Deepika Teriar
Hi I am customizing yocto for beaglebone black I do not want my kernel to get downloaded from the git after I clean the build directory. So i have kept the linux-kernel directory with the name kernel-3.14.29 in the poky directory. And in the linux-yocto_3.14.bb file i have changed SRC_URI *from:*