Re: [yocto] [PATCH] devtool: add clean command

2017-10-25 Thread Paul Eggleton
On Thursday, 26 October 2017 11:51:07 AM NZDT Paul Eggleton wrote: > Hi Josef, > > Looks good, just a couple of minor tweaks to be made: > > On Thursday, 26 October 2017 1:20:39 AM NZDT Josef Holzmayr wrote: > > Add an idiomatic way to devtool to clean a recipe. > > It would be worth noting that

Re: [yocto] [PATCH] devtool: add clean command

2017-10-25 Thread Paul Eggleton
Hi Josef, Looks good, just a couple of minor tweaks to be made: On Thursday, 26 October 2017 1:20:39 AM NZDT Josef Holzmayr wrote: > Add an idiomatic way to devtool to clean a recipe. It would be worth noting that this is particularly important within the eSDK because you can't run bitbake -c c

Re: [yocto] [PATCH] devtool: add clean command

2017-10-25 Thread Josef Holzmayr
Hi! On 25.10.2017 16:20, Leonardo Sandoval wrote: On Wed, Oct 25, 2017 at 7:20 AM, Josef Holzmayr wrote: Add an idiomatic way to devtool to clean a recipe. what I can see on the patch,  this does a bitbake -c clean , right? In a nutshell and by default, yes. It sticks to the configur

Re: [yocto] [PATCH] devtool: add clean command

2017-10-25 Thread Leonardo Sandoval
On Wed, Oct 25, 2017 at 7:20 AM, Josef Holzmayr wrote: Add an idiomatic way to devtool to clean a recipe. what I can see on the patch, this does a bitbake -c clean , right? Signed-off-by: Josef Holzmayr --- scripts/lib/devtool/clean.py | 48 +