| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | data.py | 386 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 D | event.py | 434 def __init__(self, fn, tasklist): argument 436 self.tasklist = tasklist
|
| H A D | siggen.py | 204 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 D | build.py | 922 def add_tasks(tasklist, d): argument 931 for task in tasklist:
|
| H A D | runqueue.py | 1703 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 D | packagegroup-xfce-base.bb | 30 xfce4-panel-plugin-tasklist \
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/ |
| H A D | ast.py | 356 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 D | populate_sdk_ext.bbclass | 48 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 D | sstate.bbclass | 1009 … 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 D | staging.bbclass | 648 bbtasks = e.tasklist
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | event.py | 552 tasklist = [("foobar", callback)] 553 event = bb.event.RecipeTaskPreProcess(callback, tasklist) 555 self.assertEqual(event.tasklist, tasklist)
|
| H A D | data.py | 485 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 D | views.py | 801 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 D | vm.rst | 701 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 D | bitbake-user-manual-execution.rst | 378 .. _ref-bitbake-tasklist:
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | cpusets.rst | 296 the tasklist can be avoided on each set of queries.
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | common-tasks.rst | 9793 bb.debug(2, "Finished figuring out the tasklist")
|