Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/libwnck/files/
H A D0001-Fix-build-issue-caused-by-OE-core-changes-to-startup.patch7 ../libwnck-43.2/libwnck/tasklist.c: In function 'sequence_timeout_callback':
8 ../libwnck-43.2/libwnck/tasklist.c:5034:49: error: passing argument 2 of 'sn_startup_sequence_get_l…
14 from ../libwnck-43.2/libwnck/tasklist.c:40:
25 libwnck/tasklist.c | 2 +-
28 diff --git a/libwnck/tasklist.c b/libwnck/tasklist.c
30 --- a/libwnck/tasklist.c
31 +++ b/libwnck/tasklist.c
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/packagegroups/
H A Dpackagegroup-xfce-base.bb29 xfce4-panel-plugin-tasklist \
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Ddata.py390 tasklist = d.getVar('__BBTASKS', False) or []
391 for task in tasklist:
405 return tasklist, deps, values
407 def generate_dependency_hash(tasklist, gendeps, lookupcache, ignored_vars, fn): argument
411 for task in tasklist:
H A Devent.py447 def __init__(self, fn, tasklist): argument
449 self.tasklist = tasklist
H A Dsiggen.py253 tasklist, gendeps, lookupcache = bb.data.generate_dependencies(d, self.basehash_ignore_vars)
255 …taskdeps, basehash = bb.data.generate_dependency_hash(tasklist, gendeps, lookupcache, self.basehas…
257 for task in tasklist:
H A Dbuild.py883 def add_tasks(tasklist, d): argument
892 for task in tasklist:
H A Drunqueue.py1800 tasklist = []
1802 tasklist.append(tid)
1804 if tasklist:
1805 …ween the current build and any cached tasks start at the following tasks:\n" + "\n".join(tasklist))
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A Dast.py444 def handleVirtRecipeProviders(tasklist, d): argument
457 for task in tasklist:
490 tasklist = d.getVar('__BBTASKS', False) or []
491 bb.event.fire(bb.event.RecipeTaskPreProcess(fn, list(tasklist)), d)
492 handleVirtRecipeProviders(tasklist, d)
493 bb.build.add_tasks(tasklist, d)
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_ext.bbclass54 tasklist = bb.build.tasksbetween('do_image_complete', 'do_build', d)
55 tasklist.remove('do_build')
57 if v[1] in tasklist:
501 tasklistfn = d.getVar('WORKDIR') + '/tasklist.txt'
803 tasklist = bb.build.tasksbetween('do_image_complete', 'do_build', d)
804 tasklist.append('do_rootfs')
805 for task in tasklist:
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Devent.py541 tasklist = [("foobar", callback)]
542 event = bb.event.RecipeTaskPreProcess(callback, tasklist)
544 self.assertEqual(event.tasklist, tasklist)
H A Ddata.py553 tasklist, gendeps, lookupcache = bb.data.generate_dependencies(d, set())
554 …taskdeps, basehash = bb.data.generate_dependency_hash(tasklist, gendeps, lookupcache, set(), "some…
/openbmc/openbmc/poky/meta/classes-global/
H A Dsstate.bbclass1039 tasklist = []
1042 tasklist.append((tid, sstatefile))
1044 if tasklist:
1045 nproc = min(int(d.getVar("BB_NUMBER_THREADS")), len(tasklist))
1049 progress = len(tasklist) >= 100
1052 bb.event.fire(bb.event.ProcessStarted(msg, len(tasklist)), d)
1063 executor.map(checkstatus, tasklist.copy())
H A Dstaging.bbclass659 bbtasks = e.tasklist
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py820 def _find_task_revdep_list(tasklist): argument
821 tdeps = Task_Dependency.objects.filter(depends_on__in=tasklist).filter(task__order__gt=0)
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-execution.rst378 .. _ref-bitbake-tasklist:
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddebugging.rst639 bb.debug(2, "Finished figuring out the tasklist")