Re: [poky] [PATCH 1/2] meta-poky/conf/templates/default/bblayers.conf.sample: do not assume integrated poky repo
Richard Purdie <[email protected]> Tue, 24 Jun 2025 14:11:49 +0100
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <6fb30604dfb196088f07c6b59f437eeb0f1df788.camel@linuxfoundation.org> |
On Mon, 2025-06-23 at 18:55 +0200, Alexander Kanavin via lists.yoctoproject.org wrote: > From: Alexander Kanavin <[email protected]> > > The list of layers was written assuming the template is used with > the 'integrated' poky checkout, where content of meta-yocto is > 'overlaid' on content of openembedded-core, and the layers are > all in the same top level poky repository directory. > > This doesn't work when oe-core and meta-yocto are cloned separately, > where relative path that starts from oe-core would have to go one > level above oe-core and then go into meta-yocto, assuming the > separate repo clones are in the same top level directory. > > 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... Cheers, Richard