Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dtargetbuild.py71 def run_install(self, install_args=''): argument
72 return self._run('cd %s; make install %s' % (self.targetdir, install_args))
134 def run_install(self, install_args=''): argument
135 …return super(SDKBuildProject, self).run_install(install_args=(install_args or "DESTDIR=%s/../insta…
H A Dbuildproject.py57 def run_install(self, install_args=''): argument
58 return self._run('cd %s; make install %s' % (self.targetdir, install_args))
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/utils/
H A Dsdkbuildproject.py37 def run_install(self, install_args=''): argument
38 …return super(SDKBuildProject, self).run_install(install_args=(install_args or "DESTDIR=%s/../insta…