| Message ID | 20251224-remove-poky-references-v1-15-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/securing-images.rst | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/documentation/dev-manual/securing-images.rst b/documentation/dev-manual/securing-images.rst > index f4b528e55..31c945367 100644 > --- a/documentation/dev-manual/securing-images.rst > +++ b/documentation/dev-manual/securing-images.rst > @@ -66,7 +66,7 @@ more secure: > - Regularly scan and apply fixes for CVE security issues affecting > all software components in the product, see ":ref:`dev-manual/vulnerabilities:checking for vulnerabilities`". > > -- Regularly update your version of Poky and OE-Core from their upstream > +- Regularly update your version of :term:`Poky` and :term:`OpenEmbedded-Core (OE-Core)` from their upstream This excludes BitBake but probably shouldn't. Should we simply say something along the lines of "BitBake and your layers (e.g. oe-core, meta-yocto, ...)"? Cheers, Quentin
diff --git a/documentation/dev-manual/securing-images.rst b/documentation/dev-manual/securing-images.rst index f4b528e55..31c945367 100644 --- a/documentation/dev-manual/securing-images.rst +++ b/documentation/dev-manual/securing-images.rst @@ -66,7 +66,7 @@ more secure: - Regularly scan and apply fixes for CVE security issues affecting all software components in the product, see ":ref:`dev-manual/vulnerabilities:checking for vulnerabilities`". -- Regularly update your version of Poky and OE-Core from their upstream +- Regularly update your version of :term:`Poky` and :term:`OpenEmbedded-Core (OE-Core)` from their upstream developers, e.g. to apply updates and security fixes from stable and :term:`LTS` branches. @@ -88,7 +88,7 @@ Security Flags The Yocto Project has security flags that you can enable that help make your build output more secure. The security flags are in the ``meta/conf/distro/include/security_flags.inc`` file in your -:term:`Source Directory` (e.g. ``poky``). +:term:`OpenEmbedded-Core (OE-Core)`. .. note::
Remove references to the Poky repository, replace by OpenEmbedded-Core. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/dev-manual/securing-images.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)