mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 12:49:34 +02:00
bitbake: hob: replace the use of hob-toolchain with populate_sdk task
Now bitbake has an API to run individual task for targets. Hob can use this to build the sdk, instead of using the hob- toolchain. (Bitbake rev: 4a5009036e9cb38f6e0260a88278948931073bc6) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
fe4b1ca118
commit
72576e2d04
@@ -380,7 +380,6 @@ class Builder(gtk.Window):
|
||||
super(Builder, self).__init__()
|
||||
|
||||
self.hob_image = "hob-image"
|
||||
self.hob_toolchain = "hob-toolchain"
|
||||
|
||||
# handler
|
||||
self.handler = hobHandler
|
||||
@@ -597,7 +596,6 @@ class Builder(gtk.Window):
|
||||
image = self.configuration.selected_image
|
||||
self.handler.generate_image(image,
|
||||
base_image,
|
||||
self.hob_toolchain,
|
||||
packages,
|
||||
toolchain_packages,
|
||||
self.configuration.default_task)
|
||||
|
||||
Reference in New Issue
Block a user