Searched refs:tcname (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/ |
H A D | testsdk.py | 40 def extract_sdk(self, tcname, sdk_dir, d): argument 47 subprocess.check_output("cd %s; %s <<EOF\n./\nY\nEOF" % (sdk_dir, tcname), shell=True) 78 tcname = self.get_tcname(d) 80 if not os.path.exists(tcname): 81 … %s is not built. Build it before running the tests: 'bitbake <image> -c populate_sdk' ." % tcname) 105 self.extract_sdk(tcname, sdk_dir, d) 128 context_msg = "%s:%s" % (os.path.basename(tcname), os.path.basename(sdk_env))
|
/openbmc/openbmc/poky/meta/lib/oeqa/sdkext/ |
H A D | testsdk.py | 32 tcname = d.expand("${SDK_DEPLOY}/${TOOLCHAINEXT_OUTPUTNAME}.sh") 33 if not os.path.exists(tcname): 35 " tests: 'bitbake <image> -c populate_sdk_ext' ." % tcname) 49 subprocess.check_output("%s -y -d %s" % (tcname, sdk_dir), shell=True) 93 context_msg = "%s:%s" % (os.path.basename(tcname), os.path.basename(sdk_env))
|
/openbmc/openbmc/poky/meta/recipes-support/libcheck/libcheck/ |
H A D | automake-output.patch | 48 + types[tr->rtype], basename(tr->file), tr->tcname, tr->tname, tr->msg);
|