| Message ID | 20251224-remove-poky-references-v1-52-658a5f4dbde2@bootlin.com |
|---|---|
| State | Superseded |
| Headers | show |
| Series | Remove obsolete poky repo references | expand |
Hi Antonin, On 12/24/25 5:32 PM, Antonin Godard via lists.yoctoproject.org wrote: > Refresh the document now that the Poky repository is obsolete. > > Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> > --- > documentation/test-manual/understand-autobuilder.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/documentation/test-manual/understand-autobuilder.rst b/documentation/test-manual/understand-autobuilder.rst > index 23b3ef7d7..2b5eb144f 100644 > --- a/documentation/test-manual/understand-autobuilder.rst > +++ b/documentation/test-manual/understand-autobuilder.rst > @@ -104,7 +104,7 @@ roughly consist of: > This is a call into the Helper scripts to set up a checkout of all > the pieces this build might need. It might clone the BitBake > repository and the OpenEmbedded-Core repository. It may clone the > - Poky repository, as well as additional layers. It will use the data > + :term:`OpenEmbedded-Core (OE-Core)` repository, as well as additional layers. It will use the data We already listed OE-Core as "might clone" in the previous sentence. Just merge both, into """ It might clone the BitBake repository, :term:`OpenEmbedded-Core (OE-Core)` repository, as well as additional layers. """ Cheers, Quentin
diff --git a/documentation/test-manual/understand-autobuilder.rst b/documentation/test-manual/understand-autobuilder.rst index 23b3ef7d7..2b5eb144f 100644 --- a/documentation/test-manual/understand-autobuilder.rst +++ b/documentation/test-manual/understand-autobuilder.rst @@ -104,7 +104,7 @@ roughly consist of: This is a call into the Helper scripts to set up a checkout of all the pieces this build might need. It might clone the BitBake repository and the OpenEmbedded-Core repository. It may clone the - Poky repository, as well as additional layers. It will use the data + :term:`OpenEmbedded-Core (OE-Core)` repository, as well as additional layers. It will use the data from the ``layerinfo.json`` file to help understand the configuration. It will also use a local cache of repositories to speed up the clone checkouts. For additional information, see
Refresh the document now that the Poky repository is obsolete. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/test-manual/understand-autobuilder.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)