Home
last modified time | relevance | path

Searched refs:_shellcmd (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py41 def _shellcmd(self, command, cwd=None, nowait=False,env=None): member in LocalhostBEController
133 … for remotes in self._shellcmd("git remote -v", self.be.sourcedir,env=git_env).split("\n"):
161 localremotes = self._shellcmd("git remote -v",
176 self._shellcmd("git remote remove origin", localdirname,env=git_env)
180 self._shellcmd('git clone "%s" "%s"' % (giturl, localdirname),env=git_env)
186 self._shellcmd('git fetch && git reset --hard "%s"' % ref, localdirname,env=git_env)
342 self._shellcmd("bash -c 'source %s'" % (custom_script),env=git_env)
344 self._shellcmd("bash -c 'source %s %s'" % (oe_init, builddir),
452 self._shellcmd('%s bash -c \"source %s %s; BITBAKE_UI="knotty" %s '
501 self._shellcmd(['%s bash -c \"(TOASTER_BRBE="%s" BBSERVER="0.0.0.0:%s" '
[all …]