diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-13 08:42:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-01 19:20:29 +0000 |
commit | 55621c31f1edbdb2f3d72e80916fed031e2ba298 (patch) | |
tree | 49499b82a28ed611fb478605e11fa173294f1e87 /documentation/migration-guides/migration-3.2.rst | |
parent | 7ecd9877e6a1b235070d6feba59a3840ebbc5255 (diff) | |
download | poky-55621c31f1edbdb2f3d72e80916fed031e2ba298.tar.gz |
manuals: add missing references to classes
Sometimes fixing line length in modified paragraphs too.
[YOCTO #14508]
Reported-by: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: 885b60f5540849bf19240a01a77efce1d1b5d9f0)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides/migration-3.2.rst')
-rw-r--r-- | documentation/migration-guides/migration-3.2.rst | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-3.2.rst b/documentation/migration-guides/migration-3.2.rst index a714bd6bca..630d5c2b94 100644 --- a/documentation/migration-guides/migration-3.2.rst +++ b/documentation/migration-guides/migration-3.2.rst | |||
@@ -217,7 +217,13 @@ Most recipes and classes that inherit the :ref:`deploy <ref-classes-deploy>` cla | |||
217 | Custom SDK / SDK-style recipes need to include ``nativesdk-sdk-provides-dummy`` | 217 | Custom SDK / SDK-style recipes need to include ``nativesdk-sdk-provides-dummy`` |
218 | ------------------------------------------------------------------------------- | 218 | ------------------------------------------------------------------------------- |
219 | 219 | ||
220 | All ``nativesdk`` packages require ``/bin/sh`` due to their postinstall scriptlets, thus this package has to be dummy-provided within the SDK and ``nativesdk-sdk-provides-dummy`` now does this. If you have a custom SDK recipe (or your own SDK-style recipe similar to e.g. ``buildtools-tarball``), you will need to ensure ``nativesdk-sdk-provides-dummy`` or an equivalent is included in :term:`TOOLCHAIN_HOST_TASK`. | 220 | All :ref:`nativesdk <ref-classes-nativesdk>` packages require ``/bin/sh`` due |
221 | to their postinstall scriptlets, thus this package has to be dummy-provided | ||
222 | within the SDK and ``nativesdk-sdk-provides-dummy`` now does this. If you have | ||
223 | a custom SDK recipe (or your own SDK-style recipe similar to e.g. | ||
224 | ``buildtools-tarball``), you will need to ensure | ||
225 | ``nativesdk-sdk-provides-dummy`` or an equivalent is included in | ||
226 | :term:`TOOLCHAIN_HOST_TASK`. | ||
221 | 227 | ||
222 | 228 | ||
223 | ``ld.so.conf`` now moved back to main ``glibc`` package | 229 | ``ld.so.conf`` now moved back to main ``glibc`` package |