[yocto] Cleaning out build without re-downloading sources

2018-08-21 Thread Paul Sheer
Hi, I am trying to do a clean out all packages within my build due to a change in my GCC environment. I updated my GCC so, for assurance reasons, I want a rebuild of everything. However I want to avoid re-downloading gigs of source packages. I am hoping there is a way, say, to restart all packa

Re: [yocto] Cleaning out build without re-downloading sources

2018-08-22 Thread Paul Sheer
> > >> > There is a separate directory, which is usually downloads/ under the build > directory, to keep downloaded git repos and tarballs. > > [network] ---> [downloads] ---> [tmp/work/] > > So you don't have to worry about the downloading when you clean up tmp/. > > Best Regards, > Chen Qi >