[yocto] [yocto-autobuilder][PATCH 1/4] remote_kick.py: add default entry for new 'create_eventlog' property

Bill Randle william.c.randle at intel.com
Thu Jul 14 10:05:49 PDT 2016


Default eventlog creating to False when starting an AB build session
from the command line.

[YOCTO #9884]

Signed-off-by: Bill Randle <william.c.randle at intel.com>
---
 bin/remote_kick.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/remote_kick.py b/bin/remote_kick.py
index 20a7b7e..7320162 100644
--- a/bin/remote_kick.py
+++ b/bin/remote_kick.py
@@ -44,6 +44,7 @@ class RemoteBuild():
         kw['branch_eclipse-poky-luna'] = 'luna-master'
         kw['branch_eclipse-poky-mars'] = 'mars-master'
         kw['branch_oecore'] = 'master'
+        kw['custom_create_eventlog'] = 'False'
         kw['custom_deploy_artifacts'] = 'False'
         kw['custom_is_milestone'] = 'False'
         kw['custom_milestone_number'] = ''
-- 
2.5.5




More information about the yocto mailing list