Browse Source
We define three build groups and set post_mode as POST_LAZY, which makes one group be posted only after the previous one. That enables us to correctly define dynamic sources with submodules and generators that may or may not depend on submodules (e.g. mavgen - this one depends on mavlink submodule). The groups are defined below, in that order: 1. git_submodules: contains taskgens that initialize and update submodules. 2. dynamic_sources: contains taskgens that generate sources used by the build. 3. build: contains the normal taskgens.master
1 changed files with 16 additions and 2 deletions
Loading…
Reference in new issue