summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-2.1.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-11-23 18:47:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-13 23:31:34 +0000
commita19add4aaaa4ff64ae3403eae415c08713bbdb38 (patch)
tree35e27a4aa032849c826344fd99f0207c39cb18bb /documentation/migration-guides/migration-2.1.rst
parent2b578eae4e50774dd449282beb287e10b0485cbc (diff)
downloadpoky-a19add4aaaa4ff64ae3403eae415c08713bbdb38.tar.gz
migration-guides: add more class references
(From yocto-docs rev: 29031a9da0f1a500a8b2b6a642ee553a352255f8) 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-2.1.rst')
-rw-r--r--documentation/migration-guides/migration-2.1.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-2.1.rst b/documentation/migration-guides/migration-2.1.rst
index 3135d69caa..eb29694bb5 100644
--- a/documentation/migration-guides/migration-2.1.rst
+++ b/documentation/migration-guides/migration-2.1.rst
@@ -106,12 +106,12 @@ as was previously assumed. Rather, the value changes based on whether
106large file support is enabled. For most software that uses ``autoconf``, 106large file support is enabled. For most software that uses ``autoconf``,
107this change should not be a problem. However, if you have a recipe that 107this change should not be a problem. However, if you have a recipe that
108bypasses the standard :ref:`ref-tasks-configure` task 108bypasses the standard :ref:`ref-tasks-configure` task
109from the ``autotools`` class and the software the recipe is building 109from the :ref:`autotools <ref-classes-autotools>` class and the software the recipe is building
110uses a very old version of ``autoconf``, the recipe might be incapable 110uses a very old version of ``autoconf``, the recipe might be incapable
111of determining the correct size of ``off_t`` during ``do_configure``. 111of determining the correct size of ``off_t`` during ``do_configure``.
112 112
113The best course of action is to patch the software as necessary to allow 113The best course of action is to patch the software as necessary to allow
114the default implementation from the ``autotools`` class to work such 114the default implementation from the :ref:`autotools <ref-classes-autotools>` class to work such
115that ``autoreconf`` succeeds and produces a working configure script, 115that ``autoreconf`` succeeds and produces a working configure script,
116and to remove the overridden ``do_configure`` task such that the default 116and to remove the overridden ``do_configure`` task such that the default
117implementation does get used. 117implementation does get used.
@@ -262,7 +262,7 @@ The following changes have been made for the Poky distribution:
262 With this class enabled, a tarball containing a pre-built C library 262 With this class enabled, a tarball containing a pre-built C library
263 is downloaded at the start of the build. 263 is downloaded at the start of the build.
264 264
265 The ``uninative`` class is enabled through the 265 The :ref:`uninative <ref-classes-uninative>` class is enabled through the
266 ``meta/conf/distro/include/yocto-uninative.inc`` file, which for 266 ``meta/conf/distro/include/yocto-uninative.inc`` file, which for
267 those not using the Poky distribution, can include to easily enable 267 those not using the Poky distribution, can include to easily enable
268 the same functionality. 268 the same functionality.