[yocto] Managing multiple builds

Alexander Kanavin alex.kanavin at gmail.com
Thu Feb 14 01:00:21 PST 2019


On Thu, 14 Feb 2019 at 01:35, Timothy Froehlich <tfroehlich at archsys.io> wrote:
> Hi, I've been struggling a bit with this question. I want to use Yocto to build two+ products with separate dev/prod images for each (dev including debug-tweaks, etc.). I've ruled out separate image recipes because my dev builds need ENABLE_UART on my RaspberryPi and that needs to be set at the conf level (I've got it set conditionally in my base dist conf). Multiconfig looked promising, but I'm not happy about how long the parsing takes to start a build. "--postread" looked nice, but I've barely seen it mentioned so I'm worried that it's not well supported.
>

Which recipes use the ENABLE_UART setting? You might want to write two
variants of those, and include them into images accordingly.

Alex


More information about the yocto mailing list