Searched refs:sdkenv (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/utils/ |
H A D | sdkbuildproject.py | 13 def __init__(self, testpath, sdkenv, uri, testlogdir, builddatetime, argument 15 self.sdkenv = sdkenv 46 self.log("Running . %s; " % self.sdkenv + cmd) 48 output = subprocess.check_output(". %s; " % self.sdkenv + cmd, shell=True,
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | targetbuild.py | 110 def __init__(self, testpath, sdkenv, d, uri, foldername=None): argument 111 self.sdkenv = sdkenv 143 self.log("Running . %s; " % self.sdkenv + cmd) 144 return subprocess.check_call(". %s; " % self.sdkenv + cmd, shell=True)
|