| Message ID | 20251224-remove-poky-references-v1-12-658a5f4dbde2@bootlin.com |
|---|---|
| State | Superseded |
| Headers | show |
| Series | Remove obsolete poky repo references | expand |
Hi Antonin, On 12/24/25 5:31 PM, Antonin Godard via lists.yoctoproject.org wrote: > Remove references to the Poky repository, replace by OpenEmbedded-Core. > > Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> > --- > documentation/dev-manual/layers.rst | 31 ++++++++++++++++--------------- > 1 file changed, 16 insertions(+), 15 deletions(-) > > diff --git a/documentation/dev-manual/layers.rst b/documentation/dev-manual/layers.rst > index 15d54cc02..49e17c0fb 100644 > --- a/documentation/dev-manual/layers.rst > +++ b/documentation/dev-manual/layers.rst > @@ -279,7 +279,7 @@ following list: > repository that use the ``meta-layer_name`` format. > > - *Group Your Layers Locally:* Clone your repository alongside other > - cloned ``meta`` directories from the :term:`Source Directory`. > + layers in your :term:`Source Directory`. > > Making Sure Your Layer is Compatible With Yocto Project > ======================================================= > @@ -518,10 +518,10 @@ possible. > Overlaying a File Using Your Layer > ---------------------------------- > > -As an example, consider the main formfactor recipe and a corresponding > -formfactor append file both from the :term:`Source Directory`. > +As an example, consider the main ``formfactor`` recipe and a corresponding > +``formfactor`` append file both from :term:`OpenEmbedded-Core (OE-Core)`. > Here is the main > -formfactor recipe, which is named ``formfactor_0.0.bb`` and located in > +``formfactor`` recipe, which is named ``formfactor_0.0.bb`` and located in > the "meta" layer at ``meta/recipes-bsp/formfactor``:: > > SUMMARY = "Device formfactor information" > @@ -598,8 +598,8 @@ Installing Additional Files Using Your Layer > -------------------------------------------- > > As another example, consider the main ``xserver-xf86-config`` recipe and a > -corresponding ``xserver-xf86-config`` append file both from the :term:`Source > -Directory`. Here is the main ``xserver-xf86-config`` recipe, which is named > +corresponding ``xserver-xf86-config`` append file both from > +:term:`OpenEmbedded-Core (OE-Core)`. Here is the main ``xserver-xf86-config`` recipe, which is named > ``xserver-xf86-config_0.1.bb`` and located in the "meta" layer at > ``meta/recipes-graphics/xorg-xserver``:: > > @@ -886,7 +886,9 @@ Add your layer by using the ``bitbake-layers add-layer`` command:: > Here is an example that adds a > layer named ``meta-scottrif`` to the configuration file. Following the > command that adds the layer is another ``bitbake-layers`` command that > -shows the layers that are in your ``bblayers.conf`` file:: > +shows the layers that are in your ``bblayers.conf`` file: > + > +.. code-block:: console > > $ bitbake-layers add-layer meta-scottrif > NOTE: Starting bitbake server... > @@ -894,14 +896,13 @@ shows the layers that are in your ``bblayers.conf`` file:: > Parsing of 1441 .bb files complete (0 cached, 1441 parsed). 2055 targets, 56 skipped, 0 masked, 0 errors. > $ bitbake-layers show-layers > NOTE: Starting bitbake server... > - layer path priority > - ========================================================================== > - meta /home/scottrif/poky/meta 5 > - meta-poky /home/scottrif/poky/meta-poky 5 > - meta-yocto-bsp /home/scottrif/poky/meta-yocto-bsp 5 > - workspace /home/scottrif/poky/build/workspace 99 > - meta-scottrif /home/scottrif/poky/build/meta-scottrif 6 > - > + layer path priority > + ========================================================================================== > + meta /home/scottrif/project/layers/openembedded-core/meta 5 > + meta-poky /home/scottrif/project/layers/meta-yocto/meta-poky 5 > + meta-yocto-bsp /home/scottrif/project/layers/meta-yocto/meta-yocto-bsp 5 > + workspace /home/scottrif/project/build/workspace 99 > + meta-scottrif /home/scottrif/project/build/meta-scottrif 6 > s/project/yocto/ ? Regardless of your choice, Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
diff --git a/documentation/dev-manual/layers.rst b/documentation/dev-manual/layers.rst index 15d54cc02..49e17c0fb 100644 --- a/documentation/dev-manual/layers.rst +++ b/documentation/dev-manual/layers.rst @@ -279,7 +279,7 @@ following list: repository that use the ``meta-layer_name`` format. - *Group Your Layers Locally:* Clone your repository alongside other - cloned ``meta`` directories from the :term:`Source Directory`. + layers in your :term:`Source Directory`. Making Sure Your Layer is Compatible With Yocto Project ======================================================= @@ -518,10 +518,10 @@ possible. Overlaying a File Using Your Layer ---------------------------------- -As an example, consider the main formfactor recipe and a corresponding -formfactor append file both from the :term:`Source Directory`. +As an example, consider the main ``formfactor`` recipe and a corresponding +``formfactor`` append file both from :term:`OpenEmbedded-Core (OE-Core)`. Here is the main -formfactor recipe, which is named ``formfactor_0.0.bb`` and located in +``formfactor`` recipe, which is named ``formfactor_0.0.bb`` and located in the "meta" layer at ``meta/recipes-bsp/formfactor``:: SUMMARY = "Device formfactor information" @@ -598,8 +598,8 @@ Installing Additional Files Using Your Layer -------------------------------------------- As another example, consider the main ``xserver-xf86-config`` recipe and a -corresponding ``xserver-xf86-config`` append file both from the :term:`Source -Directory`. Here is the main ``xserver-xf86-config`` recipe, which is named +corresponding ``xserver-xf86-config`` append file both from +:term:`OpenEmbedded-Core (OE-Core)`. Here is the main ``xserver-xf86-config`` recipe, which is named ``xserver-xf86-config_0.1.bb`` and located in the "meta" layer at ``meta/recipes-graphics/xorg-xserver``:: @@ -886,7 +886,9 @@ Add your layer by using the ``bitbake-layers add-layer`` command:: Here is an example that adds a layer named ``meta-scottrif`` to the configuration file. Following the command that adds the layer is another ``bitbake-layers`` command that -shows the layers that are in your ``bblayers.conf`` file:: +shows the layers that are in your ``bblayers.conf`` file: + +.. code-block:: console $ bitbake-layers add-layer meta-scottrif NOTE: Starting bitbake server... @@ -894,14 +896,13 @@ shows the layers that are in your ``bblayers.conf`` file:: Parsing of 1441 .bb files complete (0 cached, 1441 parsed). 2055 targets, 56 skipped, 0 masked, 0 errors. $ bitbake-layers show-layers NOTE: Starting bitbake server... - layer path priority - ========================================================================== - meta /home/scottrif/poky/meta 5 - meta-poky /home/scottrif/poky/meta-poky 5 - meta-yocto-bsp /home/scottrif/poky/meta-yocto-bsp 5 - workspace /home/scottrif/poky/build/workspace 99 - meta-scottrif /home/scottrif/poky/build/meta-scottrif 6 - + layer path priority + ========================================================================================== + meta /home/scottrif/project/layers/openembedded-core/meta 5 + meta-poky /home/scottrif/project/layers/meta-yocto/meta-poky 5 + meta-yocto-bsp /home/scottrif/project/layers/meta-yocto/meta-yocto-bsp 5 + workspace /home/scottrif/project/build/workspace 99 + meta-scottrif /home/scottrif/project/build/meta-scottrif 6 Adding the layer to this file enables the build system to locate the layer during the build.
Remove references to the Poky repository, replace by OpenEmbedded-Core. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/dev-manual/layers.rst | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-)