Re: [poky] [PATCH 1/2] meta-poky/conf/templates/default/bblayers.conf.sample: do not assume integrated poky repo
Alexander Kanavin <[email protected]> Tue, 24 Jun 2025 15:42:27 +0200
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <CANNYZj8bcMto=-OHPNEZs_aEM4vr9K1ujVOZ77EDBT-9xC5sRw@mail.gmail.com> |
On Tue, 24 Jun 2025 at 15:11, Richard Purdie <[email protected]> wrote: > > This requires a custom tweak to bblayers.conf when it makes its way > > from meta-yocto into poky that would strip the ../meta-yocto/ part in > > BBLAYERS. As there are already numerous other tweaks of similar > > nature, I think this is feasible. > > Which other tweaks of a similar nature are made? I'm not aware of any > file contents changing between repos... Right, this refers to the poky integration process that cherry-picks files and directories from original repos, e.g. the default template from oe-core (meta/conf/templates/default) does not make it into poky at all. The patch follows the suggestion that such a tweak is possible: https://lists.openembedded.org/g/openembedded-architecture/message/2129 Alex