[yocto] [yocto-autobuilder2][PATCH 2/3] Added remote distribution of config JSON files

Richard Purdie rpurdie at rpsys.net
Fri Aug 2 09:52:18 PDT 2019


On Tue, 2019-07-30 at 14:36 -0400, Thomas Goodwin wrote:
> This feature/fix allows the worker to download the
> autobuilder helper JSON files from the controller
> rather than having to store them in the
> yocto-autobuilder-helper repository.  The process
> installs the file into the worker's
> builddir/yocto-autobuilder-helper path.
> 
> Signed-off-by: Thomas Goodwin <btgoodwin at geontech.com>
> ---
>  builders.py | 22 ++++++++++++++++++++++
>  1 file changed, 22 insertions(+)

I like the idea however this is going to break the autobuilders as they
already use full paths in the variable.

I've merged some of the other patches but this one will need a little
further thought so we don't break the existing install.

The existing code also allows for different path locations on
individual workers (e.g. different username) which this would break.

Cheers,

Richard



More information about the yocto mailing list