Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Ddata.py386 tasklist = d.getVar('__BBTASKS', False) or []
387 for task in tasklist:
401 return tasklist, deps, values
403 def generate_dependency_hash(tasklist, gendeps, lookupcache, ignored_vars, fn): argument
407 for task in tasklist:
H A Devent.py434 def __init__(self, fn, tasklist): argument
436 self.tasklist = tasklist
H A Dsiggen.py204 tasklist, gendeps, lookupcache = bb.data.generate_dependencies(d, self.basehash_ignore_vars)
206 …taskdeps, basehash = bb.data.generate_dependency_hash(tasklist, gendeps, lookupcache, self.basehas…
208 for task in tasklist:
H A Dbuild.py922 def add_tasks(tasklist, d): argument
931 for task in tasklist:
H A Drunqueue.py1703 tasklist = []
1705 tasklist.append(tid)
1707 if tasklist:
1708 …ween the current build and any cached tasks start at the following tasks:\n" + "\n".join(tasklist))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/packagegroups/
H A Dpackagegroup-xfce-base.bb30 xfce4-panel-plugin-tasklist \
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A Dast.py356 tasklist = d.getVar('__BBTASKS', False) or []
357 bb.event.fire(bb.event.RecipeTaskPreProcess(fn, list(tasklist)), d)
358 bb.build.add_tasks(tasklist, d)
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dpopulate_sdk_ext.bbclass48 tasklist = bb.build.tasksbetween('do_image_complete', 'do_build', d)
49 tasklist.remove('do_build')
51 if v[1] in tasklist:
490 tasklistfn = d.getVar('WORKDIR') + '/tasklist.txt'
783 tasklist = bb.build.tasksbetween('do_image_complete', 'do_build', d)
784 tasklist.append('do_rootfs')
785 for task in tasklist:
H A Dsstate.bbclass1009 … bb.event.fire(bb.event.ProcessProgress(msg, len(tasklist) - thread_worker.tasks.qsize()), d)
1011 tasklist = []
1014 tasklist.append((tid, sstatefile))
1016 if tasklist:
1017 nproc = min(int(d.getVar("BB_NUMBER_THREADS")), len(tasklist))
1019 progress = len(tasklist) >= 100
1022 bb.event.fire(bb.event.ProcessStarted(msg, len(tasklist)), d)
1028 pool = oe.utils.ThreadedPool(nproc, len(tasklist),
1031 for t in tasklist:
H A Dstaging.bbclass648 bbtasks = e.tasklist
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Devent.py552 tasklist = [("foobar", callback)]
553 event = bb.event.RecipeTaskPreProcess(callback, tasklist)
555 self.assertEqual(event.tasklist, tasklist)
H A Ddata.py485 tasklist, gendeps, lookupcache = bb.data.generate_dependencies(d, set())
486 …taskdeps, basehash = bb.data.generate_dependency_hash(tasklist, gendeps, lookupcache, set(), "some…
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py801 def _find_task_revdep_list(tasklist): argument
802 tdeps = Task_Dependency.objects.filter(depends_on__in=tasklist).filter(task__order__gt=0)
/OK3568_Linux_fs/kernel/Documentation/admin-guide/sysctl/
H A Dvm.rst701 tasklist and select a task based on heuristics to kill. This normally
707 tasklist scan.
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-execution.rst378 .. _ref-bitbake-tasklist:
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/
H A Dcpusets.rst296 the tasklist can be avoided on each set of queries.
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst9793 bb.debug(2, "Finished figuring out the tasklist")