Re: [OE-core] [PATCH] scripts/wipe-sysroot: add script to safely wipe the sysroots

2013-01-25 Thread Burton, Ross
On 25 January 2013 18:16, Paul Eggleton wrote: > On Friday 25 January 2013 17:43:02 Ross Burton wrote: >> Add a script to wipe the sysroots and all of the relevant stamps, so that it >> will be correctly re-populated. > > What I'm missing from this and/or the script header is when you would need t

Re: [OE-core] [PATCH] scripts/wipe-sysroot: add script to safely wipe the sysroots

2013-01-25 Thread Paul Eggleton
On Friday 25 January 2013 17:43:02 Ross Burton wrote: > Add a script to wipe the sysroots and all of the relevant stamps, so that it > will be correctly re-populated. What I'm missing from this and/or the script header is when you would need to do this... ? Cheers, Paul -- Paul Eggleton Intel

[OE-core] [PATCH] scripts/wipe-sysroot: add script to safely wipe the sysroots

2013-01-25 Thread Ross Burton
Add a script to wipe the sysroots and all of the relevant stamps, so that it will be correctly re-populated. Signed-off-by: Ross Burton --- scripts/wipe-sysroot | 34 ++ 1 file changed, 34 insertions(+) create mode 100755 scripts/wipe-sysroot diff --git a/scri