mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
bitbake: Add tryaltconfigs option to disable the alternative configuration attempts and make the 'continue' more aggresive
This commit is contained in:
@@ -869,7 +869,7 @@ class RunQueue:
|
||||
self.finish_runqueue()
|
||||
|
||||
if self.state is runQueueFailed:
|
||||
if self.taskData.abort:
|
||||
if not self.taskData.tryaltconfigs:
|
||||
raise bb.runqueue.TaskFailure(self.failed_fnids)
|
||||
for fnid in self.failed_fnids:
|
||||
self.taskData.fail_fnid(fnid)
|
||||
|
||||
Reference in New Issue
Block a user