Re: ELC-E Zephyr Multiimage BoF - Bob Build Tool
Bolivar, Marti
Hi,
"Jan Kloetzke via Lists.Zephyrproject.Org" <jan=kloetzke.net@lists.zephyrproject.org> writes: On Mon, Nov 04, 2019 at 10:34:37PM +0000, Bolivar, Marti wrote:Plain "west update" updates all the repositories. You can say "westI made a quick hack west extension to convert the upstream zephyrThat looks indeed useful. update project-1 project-2 ..." to just work on a subset of them. OTOH Bob's approach is normally to checkout the sources individually forIf you have cloned all the modules your application needs to build, you're fine. You don't need to download all of them. Indeed, you don't need west at all if you manually set ZEPHYR_MODULES before building: https://docs.zephyrproject.org/latest/guides/west/without-west.html#specifying-modules But west doesn't manage dependencies between repositories. That would take it into package manager territory. We are staying away from that as a design decision. It's up to the user to either manage their application's dependencies explicitly, or just fetch the kitchen sink. Either way, Kconfig ultimately controls what gets built into the final firmware image. Marti
|
|