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:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user