Re: [poky] [PATCH] meta-poky/conf: bblayers.conf.sample: move meta-yocto repos out of oe-core
Alexander Kanavin <[email protected]> Tue, 18 Nov 2025 11:37:31 +0100
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <CANNYZj_2V2qu0BWBY_mCkZoC6+brOkfLu1FvYX=EOpbJk0sj_w@mail.gmail.com> |
As all blockers for this patch have been resolved, and the docs have been updated to assume dis-integrated repos: https://git.yoctoproject.org/yocto-docs/commit/?id=0ddb5f4be84a97a66cc92c3c68c820af5223e108 this patch needs to be taken into testing and integrated into meta-yocto, otherwise the docs are giving instructions that don't work with current meta-yocto master. Alex On Tue, 28 Oct 2025 at 11:50, Antonin Godard via lists.yoctoproject.org <[email protected]> wrote: > > Since the Poky repository will stop being updated (in favor of > bitbake-setup), the meta-poky and meta-yocto-bsp are no longer part > of ##OEROOT## by default when cloning the OE-Core and meta-yocto > repositories separately. > > As a consequence the current bblayers.conf.sample file will not work > unless a user takes the extra steps of moving meta-poky and > meta-yocto-bsp out of meta-yocto and move it in openembedded-core. > > Instead, make the assumption that meta-yocto has been cloned next to > openembedded-core with its default name ("meta-yocto") and update the > paths accordingly. This layout is the one provided by bitbake-setup. > > Signed-off-by: Antonin Godard <[email protected]> > --- > I'm also in the process of creating a document in yocto-docs that > describes how to build the Poky reference distro without bitbake-setup, > and that uses this file to setup layers. So this layout will also be > reflected in the documentation. > --- > meta-poky/conf/templates/default/bblayers.conf.sample | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-poky/conf/templates/default/bblayers.conf.sample b/meta-poky/conf/templates/default/bblayers.conf.sample > index 8b1cbdf..d34b552 100644 > --- a/meta-poky/conf/templates/default/bblayers.conf.sample > +++ b/meta-poky/conf/templates/default/bblayers.conf.sample > @@ -7,6 +7,6 @@ BBFILES ?= "" > > BBLAYERS ?= " \ > ##OEROOT##/meta \ > - ##OEROOT##/meta-poky \ > - ##OEROOT##/meta-yocto-bsp \ > + ##OEROOT##/../meta-yocto/meta-poky \ > + ##OEROOT##/../meta-yocto/meta-yocto-bsp \ > " > > --- > base-commit: fe65e142d0d9ba0e51ff9175ffa82e902f982a20 > change-id: 20251028-update-bblayers-sample-8b46ca3e8a55 > > Best regards, > -- > Antonin Godard <[email protected]> > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#13774): https://lists.yoctoproject.org/g/poky/message/13774 > Mute This Topic: https://lists.yoctoproject.org/mt/115991155/1686489 > Group Owner: [email protected] > Unsubscribe: https://lists.yoctoproject.org/g/poky/unsub [[email protected]] > -=-=-=-=-=-=-=-=-=-=-=- >