diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-01-05 08:34:26 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-06 17:39:09 +0000 |
| commit | 8b1909aa6f7a51a878dc3d4a9223403ad3e164a9 (patch) | |
| tree | e1418f545ad6640afb5fde004696eef2a9e6e67b /documentation/migration-guides/migration-2.4.rst | |
| parent | ae280972ffba62d7ed839b692957f61b0955cbca (diff) | |
| download | poky-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-2.4.rst')
| -rw-r--r-- | documentation/migration-guides/migration-2.4.rst | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/documentation/migration-guides/migration-2.4.rst b/documentation/migration-guides/migration-2.4.rst index 74149f8058..9637301a47 100644 --- a/documentation/migration-guides/migration-2.4.rst +++ b/documentation/migration-guides/migration-2.4.rst | |||
| @@ -197,12 +197,10 @@ Kernel Device Tree Move | |||
| 197 | ----------------------- | 197 | ----------------------- |
| 198 | 198 | ||
| 199 | Kernel Device Tree support is now easier to enable in a kernel recipe. | 199 | Kernel Device Tree support is now easier to enable in a kernel recipe. |
| 200 | The Device Tree code has moved to a | 200 | The Device Tree code has moved to a :ref:`ref-classes-kernel-devicetree` class. |
| 201 | :ref:`kernel-devicetree <ref-classes-kernel-devicetree>` class. | ||
| 202 | Functionality is automatically enabled for any recipe that inherits the | 201 | Functionality is automatically enabled for any recipe that inherits the |
| 203 | :ref:`kernel <ref-classes-kernel>` class and sets the | 202 | :ref:`kernel <ref-classes-kernel>` class and sets the :term:`KERNEL_DEVICETREE` |
| 204 | :term:`KERNEL_DEVICETREE` variable. The | 203 | variable. The previous mechanism for doing this, |
| 205 | previous mechanism for doing this, | ||
| 206 | ``meta/recipes-kernel/linux/linux-dtb.inc``, is still available to avoid | 204 | ``meta/recipes-kernel/linux/linux-dtb.inc``, is still available to avoid |
| 207 | breakage, but triggers a deprecation warning. Future releases of the | 205 | breakage, but triggers a deprecation warning. Future releases of the |
| 208 | Yocto Project will remove ``meta/recipes-kernel/linux/linux-dtb.inc``. | 206 | Yocto Project will remove ``meta/recipes-kernel/linux/linux-dtb.inc``. |
| @@ -271,11 +269,11 @@ The following are additional changes: | |||
| 271 | from ``meta-poky`` to OE-Core (i.e. from | 269 | from ``meta-poky`` to OE-Core (i.e. from |
| 272 | ``meta-poky/conf/distro/include`` to ``meta/conf/distro/include``). | 270 | ``meta-poky/conf/distro/include`` to ``meta/conf/distro/include``). |
| 273 | 271 | ||
| 274 | - The :ref:`buildhistory <ref-classes-buildhistory>` class now makes | 272 | - The :ref:`ref-classes-buildhistory` class now makes |
| 275 | a single commit per build rather than one commit per subdirectory in | 273 | a single commit per build rather than one commit per subdirectory in |
| 276 | the repository. This behavior assumes the commits are enabled with | 274 | the repository. This behavior assumes the commits are enabled with |
| 277 | :term:`BUILDHISTORY_COMMIT` = "1", which | 275 | :term:`BUILDHISTORY_COMMIT` = "1", which |
| 278 | is typical. Previously, the :ref:`buildhistory <ref-classes-buildhistory>` class made one commit | 276 | is typical. Previously, the :ref:`ref-classes-buildhistory` class made one commit |
| 279 | per subdirectory in the repository in order to make it easier to see | 277 | per subdirectory in the repository in order to make it easier to see |
| 280 | the changes for a particular subdirectory. To view a particular | 278 | the changes for a particular subdirectory. To view a particular |
| 281 | change, specify that subdirectory as the last parameter on the | 279 | change, specify that subdirectory as the last parameter on the |
