On 9/14/22 16:03, Alexander Kanavin wrote:
On Wed, 14 Sept 2022 at 09:42, ChenQi <qi.c...@windriver.com> wrote:

Yes. The bblayers.conf.sample is generated dynamically according to
project setup.
Can we step back for a moment, I'd like to know more about how you do
this. Is the code that does dynamic generation of the list in bblayers
published somewhere? How a decision to include (or not) a layer is
made?

Alex

The codes are in: https://github.com/WindRiver-Labs/wrlinux-x

e.g.

./wrlinux-x/setup.sh --all-layers (this pulls down all supported layers)

./wrlinux-x/setup.sh --all-layers --dl-layers (this pulls down all supported layers, together with their needed tarballs/git repos)

./wrlinux-x/setup.sh (this pulls down the default list of layers)

./wrlinux-x/setup.sh --layers meta-xxx (this pulls down the default list of layers + meta-xxx and its dependencies)

And the final list of layers are in <project_dir>/config/bblayers.conf.sample, which will be updated if needed when re-running the setup.sh script.

Regards,

Qi


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#170641): 
https://lists.openembedded.org/g/openembedded-core/message/170641
Mute This Topic: https://lists.openembedded.org/mt/93368468/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to