Re: [yocto] FW: How to recreate rootfs image

2015-08-26 Thread Nikolay Dimitrov
Hi Victor, On 08/26/2015 08:12 PM, Lenivyy Viktor wrote: This command did what I was trying to avoid: remove Yocto's copy of kernel sources. But starting questions still exist. In your kernel recipe are you using SRC_URI to fetch from a git repository (e.g. git:// URI) or from a local direct

[yocto] FW: How to recreate rootfs image

2015-08-26 Thread Lenivyy Viktor
> >> dirtypackage is the one which you want to rebuild and redeploy in the > > > >> rootfs. If the package source is local, cleanall won't do big harm, > >> but > > > >> otherwise you're correct, it will clean the sources. You can use > > > >> "clean" instead. > > > > > >> Regards, > > > >> Nikolay