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

Armin Kuster akuster808 at gmail.com
Sun Jun 3 17:22:58 PDT 2018


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
-- 
2.7.4



More information about the yocto mailing list