summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-3.0.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-01-05 08:34:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-06 17:39:09 +0000
commit8b1909aa6f7a51a878dc3d4a9223403ad3e164a9 (patch)
treee1418f545ad6640afb5fde004696eef2a9e6e67b /documentation/migration-guides/migration-3.0.rst
parentae280972ffba62d7ed839b692957f61b0955cbca (diff)
downloadpoky-8b1909aa6f7a51a878dc3d4a9223403ad3e164a9.tar.gz
manuals: simplify references to classes
Now that .bbclass is removed from class section titles. We can now have, for example, :ref:`ref-classes-insane` instead of :ref:`insane <ref-classes-insane>`. Then, when necessary, rework paragraphs so that they have lines of even length, not exceeding 80 characters. (From yocto-docs rev: e76190e3be78c1e483bec0469f1e437dbf8f3791) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Suggested-by: Quentin Schulz <foss+yocto@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-3.0.rst')
-rw-r--r--documentation/migration-guides/migration-3.0.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-3.0.rst b/documentation/migration-guides/migration-3.0.rst
index 5ecfe2d54a..8e7a58e74d 100644
--- a/documentation/migration-guides/migration-3.0.rst
+++ b/documentation/migration-guides/migration-3.0.rst
@@ -49,7 +49,7 @@ The following recipes have been removed.
49- ``core-image-lsb-sdk``: Part of removed LSB support. 49- ``core-image-lsb-sdk``: Part of removed LSB support.
50 50
51- ``cve-check-tool``: Functionally replaced by the ``cve-update-db`` 51- ``cve-check-tool``: Functionally replaced by the ``cve-update-db``
52 recipe and :ref:`cve-check <ref-classes-cve-check>` class. 52 recipe and :ref:`ref-classes-cve-check` class.
53 53
54- ``eglinfo``: No longer maintained. ``eglinfo`` from ``mesa-demos`` is 54- ``eglinfo``: No longer maintained. ``eglinfo`` from ``mesa-demos`` is
55 an adequate and maintained alternative. 55 an adequate and maintained alternative.
@@ -144,7 +144,7 @@ CVE Checking
144------------ 144------------
145 145
146``cve-check-tool`` has been functionally replaced by a new 146``cve-check-tool`` has been functionally replaced by a new
147``cve-update-db`` recipe and functionality built into the :ref:`cve-check <ref-classes-cve-check>` 147``cve-update-db`` recipe and functionality built into the :ref:`ref-classes-cve-check`
148class. The result uses NVD JSON data feeds rather than the deprecated 148class. The result uses NVD JSON data feeds rather than the deprecated
149XML feeds that ``cve-check-tool`` was using, supports CVSSv3 scoring, 149XML feeds that ``cve-check-tool`` was using, supports CVSSv3 scoring,
150and makes other improvements. 150and makes other improvements.
@@ -287,7 +287,7 @@ The following miscellaneous changes have occurred.
287 :term:`NATIVELSBSTRING` to use all lowercase 287 :term:`NATIVELSBSTRING` to use all lowercase
288 characters even if it does not contain a version number. This change 288 characters even if it does not contain a version number. This change
289 is necessary only if you are not using 289 is necessary only if you are not using
290 :ref:`uninative <ref-classes-uninative>` and :term:`SANITY_TESTED_DISTROS`. 290 :ref:`ref-classes-uninative` and :term:`SANITY_TESTED_DISTROS`.
291 291
292- In the ``base-files`` recipe, writing the hostname into 292- In the ``base-files`` recipe, writing the hostname into
293 ``/etc/hosts`` and ``/etc/hostname`` is now done within the main 293 ``/etc/hosts`` and ``/etc/hostname`` is now done within the main