| Message ID | 20251224-remove-poky-references-v1-20-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/migration-guides/migration-1.4.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/documentation/migration-guides/migration-1.4.rst b/documentation/migration-guides/migration-1.4.rst > index 6db2a035b8..5d8d0ffde8 100644 > --- a/documentation/migration-guides/migration-1.4.rst > +++ b/documentation/migration-guides/migration-1.4.rst > @@ -82,7 +82,7 @@ Custom Interfaces File (netbase change) > If you have created your own custom ``etc/network/interfaces`` file by > creating an append file for the ``netbase`` recipe, you now need to > create an append file for the ``init-ifupdown`` recipe instead, which > -you can find in the :term:`Source Directory` at > +you can find in :term:`OpenEmbedded-Core (OE-Core)` at > ``meta/recipes-core/init-ifupdown``. For information on how to use suggestion: Make "``init-ifupdown`` recipe" a link to the recipe? Regardless, Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Thanks! Quentin
diff --git a/documentation/migration-guides/migration-1.4.rst b/documentation/migration-guides/migration-1.4.rst index 6db2a035b8..5d8d0ffde8 100644 --- a/documentation/migration-guides/migration-1.4.rst +++ b/documentation/migration-guides/migration-1.4.rst @@ -82,7 +82,7 @@ Custom Interfaces File (netbase change) If you have created your own custom ``etc/network/interfaces`` file by creating an append file for the ``netbase`` recipe, you now need to create an append file for the ``init-ifupdown`` recipe instead, which -you can find in the :term:`Source Directory` at +you can find in :term:`OpenEmbedded-Core (OE-Core)` at ``meta/recipes-core/init-ifupdown``. For information on how to use append files, see the ":ref:`dev-manual/layers:appending other layers metadata with your layer`"
Remove references to the Poky repository, replace by OpenEmbedded-Core. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/migration-guides/migration-1.4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)