mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 19:23:03 +01: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))
|
||||
|
||||
# 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user