Searched refs:tcname (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/ |
| H A D | testsdk.py | 48 def extract_sdk(self, tcname, sdk_dir, d): argument 55 subprocess.check_output("cd %s; %s <<EOF\n./\nY\nEOF" % (sdk_dir, tcname), shell=True) 82 tcname = self.get_tcname(d) 84 if not os.path.exists(tcname): 85 … %s is not built. Build it before running the tests: 'bitbake <image> -c populate_sdk' ." % tcname) 109 self.extract_sdk(tcname, sdk_dir, d) 132 context_msg = "%s:%s" % (os.path.basename(tcname), os.path.basename(sdk_env))
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/ |
| H A D | testsdk.py | 31 tcname = d.expand("${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.sh") 32 if not os.path.exists(tcname): 34 " tests: 'bitbake <image> -c populate_sdk_ext' ." % tcname) 48 subprocess.check_output("%s -y -d %s" % (tcname, sdk_dir), shell=True) 92 context_msg = "%s:%s" % (os.path.basename(tcname), os.path.basename(sdk_env))
|