Re: [yocto] [yocto-autobuilder2][PATCH 1/3] Bug fix: added support for ABHELPER_JSON environ.

2019-08-01 Thread Thomas Goodwin
It's already there, this patch is to make it work as described: http://git.yoctoproject.org/cgit.cgi/yocto-autobuilder2/tree/README-WALKTHROUGHS.md?h=contrib/tgoodwin/config-json-fixes#n79 Consequently, having the variable in your environment is the only way for the janitor to parse and use the

Re: [yocto] [yocto-autobuilder2][PATCH 1/3] Bug fix: added support for ABHELPER_JSON environ.

2019-08-01 Thread akuster
On 7/30/19 11:36 AM, Thomas Goodwin wrote: > The readme suggests exporting this variable from the > environment to expose multiple configuration JSON files > but the intended behavior doesn't work without adding the > variable to extra_env. Any chance of updating documentation on how to use

[yocto] [yocto-autobuilder2][PATCH 1/3] Bug fix: added support for ABHELPER_JSON environ.

2019-07-30 Thread Thomas Goodwin
The readme suggests exporting this variable from the environment to expose multiple configuration JSON files but the intended behavior doesn't work without adding the variable to extra_env. Signed-off-by: Thomas Goodwin --- builders.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)