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

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

[yocto] [PATCH] devtool: add clean command

2017-10-25 Thread Josef Holzmayr
Add an idiomatic way to devtool to clean a recipe. Signed-off-by: Josef Holzmayr --- scripts/lib/devtool/clean.py | 48 1 file changed, 48 insertions(+) create mode 100644 scripts/lib/devtool/clean.py diff --git