Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dgotoolchain.py21 def get_sdk_environment(tmpdir_SDKQA): argument
22 pattern = os.path.join(tmpdir_SDKQA, "environment-setup-*")
37 cls.tmpdir_SDKQA = tempfile.mkdtemp(prefix='SDKQA')
38 cls.go_path = os.path.join(cls.tmpdir_SDKQA, "go")
43 runCmd("sh %s -y -d \"%s\"" % (cls.sdk_path, cls.tmpdir_SDKQA))
44 cls.env_SDK = oeGoToolchainSelfTest.get_sdk_environment(cls.tmpdir_SDKQA)
48 shutil.rmtree(cls.tmpdir_SDKQA, ignore_errors=True)
68 runCmd("cd %s; wget %s" % (self.tmpdir_SDKQA, url))
69 runCmd("cd %s; tar -xf %s" % (self.tmpdir_SDKQA, ver+archive))
72 % (self.tmpdir_SDKQA, self.go_path, proj, name))