Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Drunqueue.py3166 ignore_tasks = (d.getVar("BB_SETSCENE_ENFORCE_IGNORE_TASKS") or "").split()
3168 for item in ignore_tasks[:]:
3176 def check_setscene_enforce_ignore_tasks(pn, taskname, ignore_tasks): argument
3178 if ignore_tasks is not None:
3180 for ignore_tasks in ignore_tasks:
3181 if fnmatch.fnmatch(item, ignore_tasks):