Searched refs:extrapath (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | oetest.py | 166 extrapath = "" 169 extrapath = "lib/oeqa" 171 self.testslist = self._get_tests_list(path, extrapath) 194 def _get_tests_list(self, bbpath, extrapath): argument 208 if os.path.exists(os.path.join(p, extrapath, type, testname + ".py")): 212 … elif os.path.exists(os.path.join(p, extrapath, type, testname.split(".")[0] + ".py")):
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sstate.bbclass | 972 extrapath = d.getVar("NATIVELSBSTRING") + "/" 974 extrapath = "" 980 extrapath = "" 982 return spec, extrapath, tname 985 spec, extrapath, tname = getpathcomponents(tid, d) 986 return extrapath + generate_sstatefn(spec, gethash(tid), tname, siginfo, d)
|