Re: [yocto] how to clean all?

2013-04-28 Thread Gaurang Shastri
You can run "bitbake -c clean all" to clean everything or simply you can do "rm -rf tmp/" directory and you will start from the beginning :) //Gaurang Shastri On Sat, Apr 27, 2013 at 8:09 PM, Peter Tornel wrote: > Hello, > > Sometimes I feel the need to clean everything before building, but I

[yocto] how to clean all?

2013-04-28 Thread Peter Tornel
Hello, Sometimes I feel the need to clean everything before building, but I don't want tojust rm my project directory since I want to keep my conf files.  What bitbake command can I run to get back to a pristine state (same as after creating project directory and modifying my conf files)?  R