diff options
author | Trevor Woerner <twoerner@gmail.com> | 2025-05-06 14:03:01 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-19 15:54:10 +0100 |
commit | ec53c91af04022d67a408b0e1a956cb3387bbea5 (patch) | |
tree | a145048e7c23176c965da7c6dcbd55415dd70978 /documentation/migration-guides | |
parent | dd3507f6d342750f214924ca35f5e2d0d708ba77 (diff) | |
download | poky-ec53c91af04022d67a408b0e1a956cb3387bbea5.tar.gz |
sphinx-lint: various fixes
A 'make sphinx-lint' pass found the following issues:
trailing-whitespace
missing-space-after-literal
role-with-double-backticks
missing-space-before-role (role missing opening tag colon)
(From yocto-docs rev: 6d4c67457e00a80dda4cd05bc5f05d8ebd8da5fc)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r-- | documentation/migration-guides/migration-5.2.rst | 2 | ||||
-rw-r--r-- | documentation/migration-guides/release-notes-5.2.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst index 9e9f466ade..77a11fe270 100644 --- a/documentation/migration-guides/migration-5.2.rst +++ b/documentation/migration-guides/migration-5.2.rst | |||
@@ -83,7 +83,7 @@ systemd changes | |||
83 | files by starting them via | 83 | files by starting them via |
84 | `Also <https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html#Also=>`__, | 84 | `Also <https://www.freedesktop.org/software/systemd/man/latest/systemd.unit.html#Also=>`__, |
85 | the other service files were automatically added to the :term:`FILES` variable of | 85 | the other service files were automatically added to the :term:`FILES` variable of |
86 | the same package. Example: | 86 | the same package. Example: |
87 | 87 | ||
88 | a.service contains:: | 88 | a.service contains:: |
89 | 89 | ||
diff --git a/documentation/migration-guides/release-notes-5.2.rst b/documentation/migration-guides/release-notes-5.2.rst index dd541a7e3a..aad5a2eda0 100644 --- a/documentation/migration-guides/release-notes-5.2.rst +++ b/documentation/migration-guides/release-notes-5.2.rst | |||
@@ -25,7 +25,7 @@ New Features / Enhancements in |yocto-ver| | |||
25 | :ref:`Shared State <overview-manual/concepts:Shared State>` for the | 25 | :ref:`Shared State <overview-manual/concepts:Shared State>` for the |
26 | dependencies. See :doc:`/test-manual/reproducible-builds`. | 26 | dependencies. See :doc:`/test-manual/reproducible-builds`. |
27 | 27 | ||
28 | - ``systemd``: Add term:`WATCHDOG_RUNTIME_SEC`: for controlling the | 28 | - ``systemd``: Add :term:`WATCHDOG_RUNTIME_SEC`: for controlling the |
29 | ``RuntimeWatchdogSec`` option in ``/etc/systemd/system.conf``. | 29 | ``RuntimeWatchdogSec`` option in ``/etc/systemd/system.conf``. |
30 | 30 | ||
31 | - :term:`FIT_UBOOT_ENV` to allow including a u-boot script as a text in a | 31 | - :term:`FIT_UBOOT_ENV` to allow including a u-boot script as a text in a |
@@ -671,7 +671,7 @@ New Features / Enhancements in |yocto-ver| | |||
671 | - New ``bbverbnote`` log utility which can be used to print on the console | 671 | - New ``bbverbnote`` log utility which can be used to print on the console |
672 | (equivalent to the ``bb.verbnote`` Python implementation). | 672 | (equivalent to the ``bb.verbnote`` Python implementation). |
673 | 673 | ||
674 | - :ref:``ref-classes-grub-efi``: Add :term:`GRUB_TITLE` variable to set | 674 | - :ref:`ref-classes-grub-efi`: Add :term:`GRUB_TITLE` variable to set |
675 | custom GRUB titles. | 675 | custom GRUB titles. |
676 | 676 | ||
677 | - ``gawk``: Enable high precision arithmetic support by default (``mpfr`` | 677 | - ``gawk``: Enable high precision arithmetic support by default (``mpfr`` |