Signed-off-by: Aaron Chan <[email protected]>
---
builders.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/builders.py b/builders.py
index 4b6ee9e..0ebe562 100644
--- a/builders.py
+++ b/builders.py
@@ -142,6 +142,7 @@ def create_builder_factory():
util.Property("buildername"),
util.Property("is_release")],
haltOnFailure=True,
+ env={'ABHELPER_JSON' : 'config.json config-intel-lava.json'},
name="Unpack shared repositories"))
f.addStep(steps.SetPropertyFromCommand(command=util.Interpolate("cd
%(prop:sharedrepolocation)s/poky; git rev-parse HEAD"),
@@ -160,6 +161,7 @@ def create_builder_factory():
get_publish_dest,
util.URLForBuild],
name="run-config",
+ env={'ABHELPER_JSON' : '../config.json config-intel-lava.json'},
timeout=16200)) # default of 1200s/20min is too short, use 4.5hrs
return f
--
2.7.4
--
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto