summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/bldcontrol/localhostbecontroller.py')
-rw-r--r--bitbake/lib/toaster/bldcontrol/localhostbecontroller.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
index efba73e769..92d9ac54d6 100644
--- a/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
+++ b/bitbake/lib/toaster/bldcontrol/localhostbecontroller.py
@@ -70,17 +70,6 @@ class LocalhostBEController(BuildEnvironmentController):
70 logger.debug("localhostbecontroller: shellcmd success") 70 logger.debug("localhostbecontroller: shellcmd success")
71 return out 71 return out
72 72
73
74 def writeConfFile(self, file_name, variable_list = None, raw = None):
75 filepath = os.path.join(self.be.builddir, file_name)
76 with open(filepath, "w") as conffile:
77 if variable_list is not None:
78 for i in variable_list:
79 conffile.write("%s=\"%s\"\n" % (i.name, i.value))
80 if raw is not None:
81 conffile.write(raw)
82
83
84 def startBBServer(self): 73 def startBBServer(self):
85 assert self.pokydirname and os.path.exists(self.pokydirname) 74 assert self.pokydirname and os.path.exists(self.pokydirname)
86 assert self.islayerset 75 assert self.islayerset