Searched refs:extrapath (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/ |
| H A D | oetest.py | 181 extrapath = "" 184 extrapath = "lib/oeqa" 186 self.testslist = self._get_tests_list(path, extrapath) 209 def _get_tests_list(self, bbpath, extrapath): argument 223 if os.path.exists(os.path.join(p, extrapath, type, testname + ".py")): 227 … elif os.path.exists(os.path.join(p, extrapath, type, testname.split(".")[0] + ".py")):
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | sstate.bbclass | 932 extrapath = d.getVar("NATIVELSBSTRING") + "/" 934 extrapath = "" 940 extrapath = "" 942 return spec, extrapath, tname 945 spec, extrapath, tname = getpathcomponents(tid, d) 946 return extrapath + generate_sstatefn(spec, gethash(tid), tname, siginfo, d)
|