Re: [yocto] [PATCH] [yocto-ab-helper] clobberdir: Fix Unicode data expansion with utils API

2018-07-05 Thread Chan, Aaron Chun Yew
My apologizes to that as my local copy contains the fixes from the previous commits. Therefore this commit builts on top of it and only contains the delta on the current changes, this is the reason why its not complete. Thanks again for the merge. -Original Message- From: richard.pur...

Re: [yocto] [PATCH] [yocto-ab-helper] clobberdir: Fix Unicode data expansion with utils API

2018-07-05 Thread Richard Purdie
On Thu, 2018-07-05 at 13:34 +0800, Aaron Chan wrote: > This fix is to move clobberdir from python2 to python3 to resolve > unicode data > in python2 and change the data extraction expansion from > ourconfig["TRASH_DIR"] > to utils.getconfig("TRASH_DIR", ourconfig) on "Clobber build dir" > BuildStep

[yocto] [PATCH] [yocto-ab-helper] clobberdir: Fix Unicode data expansion with utils API

2018-07-04 Thread Aaron Chan
This fix is to move clobberdir from python2 to python3 to resolve unicode data in python2 and change the data extraction expansion from ourconfig["TRASH_DIR"] to utils.getconfig("TRASH_DIR", ourconfig) on "Clobber build dir" BuildStep Signed-off-by: Aaron Chan --- janitor/clobberdir | 2 +- 1 fi