Re: [poky] [PATCH] meta-poky/conf: bblayers.conf.sample: move meta-yocto repos out of oe-core

Alexander Kanavin <[email protected]> Tue, 28 Oct 2025 13:47:49 +0100
Newsgroups org.yoctoproject.lists.poky
Message-ID <CANNYZj9kGHhK-AG+y+=Q-EREJcqbqi5WexAfoAnBbJKrSTaVpw@mail.gmail.com>
On Tue, 28 Oct 2025 at 13:19, Antonin Godard <[email protected]> wrote:
> I haven't tested this, but maybe in the meantime we can have a temporary
> template to set this up? Something like:
>
> templates
> ├── default
> │   ├── bblayers.conf.sample
> │   ├── conf-notes.txt
> │   ├── conf-summary.txt
> │   ├── local.conf.sample
> │   ├── local.conf.sample.extended
> │   └── site.conf.sample
> └── no-poky-repo
>     ├── bblayers.conf.sample
>     ├── conf-notes.txt -> ../default/conf-notes.txt
>     ├── conf-summary.txt -> ../default/conf-summary.txt
>     ├── local.conf.sample -> ../default/local.conf.sample
>     ├── local.conf.sample.extended -> ../default/local.conf.sample.extended
>     └── site.conf.sample -> ../default/site.conf.sample
>
> With the only difference in no-poky-repo being the layers layout, compared to
> the default one.

Yes, I'll be ok with this. Don't know about RP or others :)

Alex