mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
bitbake: event/runqueue: Drop StampUpdate event, its pointless/unused
Whilst this class has existed for years, it doesn't have any users and has a questionable interface. Drop it to allow for further simplification and changes. (Bitbake rev: 3ab51764f7965d696bb2c5a872bf161473df4289) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -2539,17 +2539,8 @@ def start_runqueue_tasks(rqexec):
|
||||
for task in self.rq.scenequeue_notcovered:
|
||||
logger.debug(1, 'Not skipping task %s', task)
|
||||
|
||||
for mc in rqexec.rqdata.dataCaches:
|
||||
target_pairs = []
|
||||
for tid in rqexec.rqdata.target_tids:
|
||||
(tidmc, fn, taskname, _) = split_tid_mcfn(tid)
|
||||
if tidmc == mc:
|
||||
target_pairs.append((fn, taskname))
|
||||
|
||||
event.fire(bb.event.StampUpdate(target_pairs, rqexec.rqdata.dataCaches[mc].stamp), rqexec.cfgData)
|
||||
rqexec.sched.initbuildable()
|
||||
|
||||
|
||||
class TaskFailure(Exception):
|
||||
"""
|
||||
Exception raised when a task in a runqueue fails
|
||||
|
||||
Reference in New Issue
Block a user