1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

bitbake-dev: Include target/command (from -c) in "buildTargets" command

This allows a UI to read / control which task for the given targets is used.
This makes it more consistent with the "buildFile" command.
This commit is contained in:
Rob Bradford
2008-10-24 16:22:19 +01:00
parent acdff2b154
commit 2684070ac6
2 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -155,8 +155,9 @@ class CommandsAsync:
Build a set of targets
"""
pkgs_to_build = params[0]
task = params[1]
command.cooker.buildTargets(pkgs_to_build)
command.cooker.buildTargets(pkgs_to_build, task)
def generateDepTreeEvent(self, command, params):
"""