| Message ID | 20260127-remove-poky-references-v2-15-74bf80cc4e5a@bootlin.com |
|---|---|
| State | New |
| Headers | show |
| Series | Remove obsolete poky repo references | expand |
Hi Antonin, On 1/27/26 9:19 AM, Antonin Godard via lists.yoctoproject.org wrote: > Remove references to the Poky repository, replace by OpenEmbedded-Core. > Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de> Minor comment below. > Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> > --- > documentation/security-manual/securing-images.rst | 9 +++++---- > 1 file changed, 5 insertions(+), 4 deletions(-) > > diff --git a/documentation/security-manual/securing-images.rst b/documentation/security-manual/securing-images.rst > index cc6f95003..e502f83e3 100644 > --- a/documentation/security-manual/securing-images.rst > +++ b/documentation/security-manual/securing-images.rst > @@ -50,9 +50,10 @@ more secure: > - Regularly scan and apply fixes for CVE security issues affecting > all software components in the product, see ":ref:`security-manual/vulnerabilities:checking for vulnerabilities`". > > -- Regularly update your version of Poky and OE-Core from their upstream > - developers, e.g. to apply updates and security fixes from stable > - and :term:`LTS` branches. > +- Regularly update your version of :term:`BitBake` and your layers (e.g. > + :term:`OpenEmbedded-Core (OE-Core)`, :yocto_git:`meta-yocto </meta-yocto/>`, > + ...) from their upstream developers, e.g. to apply updates and security fixes I find the wording a bit odd "update your version [...] from their upstream developers". Maybe we can simply remove the "from their upstream developers" part? Thanks! Quentin
diff --git a/documentation/security-manual/securing-images.rst b/documentation/security-manual/securing-images.rst index cc6f95003..e502f83e3 100644 --- a/documentation/security-manual/securing-images.rst +++ b/documentation/security-manual/securing-images.rst @@ -50,9 +50,10 @@ more secure: - Regularly scan and apply fixes for CVE security issues affecting all software components in the product, see ":ref:`security-manual/vulnerabilities:checking for vulnerabilities`". -- Regularly update your version of Poky and OE-Core from their upstream - developers, e.g. to apply updates and security fixes from stable - and :term:`LTS` branches. +- Regularly update your version of :term:`BitBake` and your layers (e.g. + :term:`OpenEmbedded-Core (OE-Core)`, :yocto_git:`meta-yocto </meta-yocto/>`, + ...) from their upstream developers, e.g. to apply updates and security fixes + from stable and :term:`LTS` branches. - Ensure you remove or disable debugging functionality before producing the final image. For information on how to do this, see the @@ -72,7 +73,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/security-manual/securing-images.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-)