mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
bitbake: toaster: add brbe parameter to triggerBuild
Called triggerBuild with brbe parameter instead of adding TOASTER_BRBE variable to the database and fetching it in triggerBuild. (Bitbake rev: 669bb3f6865d8bb89cd94ef9d0eba3346c47d7b2) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
829a0bdb48
commit
22fba9b2b7
@@ -256,7 +256,7 @@ class LocalhostBEController(BuildEnvironmentController):
|
||||
return open(os.path.join(self.be.builddir, "toaster_server.log"), "r").read()
|
||||
|
||||
|
||||
def triggerBuild(self, bitbake, layers, variables, targets):
|
||||
def triggerBuild(self, bitbake, layers, variables, targets, brbe):
|
||||
# set up the build environment with the needed layers
|
||||
self.setLayers(bitbake, layers, targets)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user