Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dprservice.py29 def get_task_stamp(self, package_name, recipe_task): argument
35 … find_stamp = re.match(r"%s\.%s\.([a-z0-9]{32})" % (re.escape(prefix), recipe_task), stamp)
38 …n(stamps) == 0, msg="Cound not find stamp for task %s for recipe %s" % (recipe_task, package_name))
39 …g="Found multiple %s stamps for the %s recipe in the %s directory." % (recipe_task, package_name, …
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dsiggen.py782 basepath, dir, recipe_task = basepath.rsplit("/", 2)
783 cleaned = dir + '/' + recipe_task