Re: [bitbake-devel] [PATCH 1/2] bitbake-setup: support multiple source override files
Alexander Kanavin <[email protected]> Fri, 29 May 2026 18:46:32 +0200
| Newsgroups | org.openembedded.lists.bitbake-devel,org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <CANNYZj_iZGyJQo-OrTXfH1rBSxtrQtOcCT9Mfnb3uiBJpwQL3Q@mail.gmail.com> |
On Fri, 29 May 2026 at 16:52, Ernest Van Hoecke via lists.openembedded.org <[email protected]> wrote: > The bitbake-setup documentation currently states that: > "The --source-overrides option can be passed multiple times, in which > case the overrides are applied in the order specified in the > command-line." > > However, this is not currently true and only the last --source-overrides > argument is actually used. To be honest, I'd rather fix the documentation, and avoid increasing code complexity in the lack of clear use case. It's always possible to merge multiple jsons into one with a simple python script. This would also keep things consistent with the 'multiple sets of sources in json' idea, where you'd only pick one of them. Alex