[yocto] [autobuilder][PATCH 1/2] yocto-autobuilder2: add missing __init__.py to top level

Richard Purdie richard.purdie at linuxfoundation.org
Sun Jun 10 15:44:59 PDT 2018


On Sun, 2018-06-03 at 17:22 -0700, Armin Kuster wrote:
> This fixes the import of modules when starting buildbot
> as master.cfg has:
> from yoctoabb import builders, config, schedulers, workers, services,
> www
> 
> Signed-off-by: Armin Kuster <akuster808 at gmail.com>
> ---
>  __init__.py | 0
>  1 file changed, 0 insertions(+), 0 deletions(-)
>  create mode 100644 __init__.py
> 
> diff --git a/__init__.py b/__init__.py
> new file mode 100644
> index 0000000..e69de29

I've merged the other patch (2/2). I've now realised this issue is due
to the use of python2 when we've been testing with python3. Rather than
trying to support both, I'd prefer to simply suggest people use python3
at this point.

Fancy sending a patch to document this? :)

It'd be useful to me to be cc'd on patches for the autobuilder stuff
too if that isn't too much trouble as I sometimes don't get though all
the mailing lists as often as I'd like.

Cheers,

Richard






More information about the yocto mailing list