mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
bitbake-dev: Make the "buildFile" command use the task parameter
The "buildFile" command has a task parameter use it place of self.configuration.cmd when adding to the runqueue.
This commit is contained in:
@@ -650,7 +650,7 @@ class BBCooker:
|
|||||||
bb.event.fire(bb.event.BuildStarted(buildname, [item], self.configuration.event_data))
|
bb.event.fire(bb.event.BuildStarted(buildname, [item], self.configuration.event_data))
|
||||||
|
|
||||||
# Execute the runqueue
|
# Execute the runqueue
|
||||||
runlist = [[item, "do_%s" % self.configuration.cmd]]
|
runlist = [[item, "do_%s" % task]]
|
||||||
|
|
||||||
rq = bb.runqueue.RunQueue(self, self.configuration.data, self.status, taskdata, runlist)
|
rq = bb.runqueue.RunQueue(self, self.configuration.data, self.status, taskdata, runlist)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user