[OE-core] [Openembedded-architecture] Incorporating deploy artefacts from one multiconfig in another multiconfig

Burton, Ross ross.burton at intel.com
Thu Mar 21 09:57:32 UTC 2019


On Thu, 21 Mar 2019 at 06:48, Rich Persaud <persaur at gmail.com> wrote:
> Is it possible to avoid duplicate builds of packages which are used in multiple VM images? Could multiconfig replace a dozen serial instances of bitbake with a single parsing instance, or would it use a dozen parallel instances?  If the latter, is this a constraint in bitbake architecture, recipe DSL, or time/resources?

If the packages are the same and sstate cache would be used, then you
can build one on its own first to populate the cache and then build
the rest using the sstate.  Currently if the sstate isn't present at
startup bitbake schedules the same build twice, which obviously isn't
ideal but also *should* be fixable with enough effort.

Ross


More information about the Openembedded-core mailing list