diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-11-23 18:47:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-13 23:31:34 +0000 |
commit | a19add4aaaa4ff64ae3403eae415c08713bbdb38 (patch) | |
tree | 35e27a4aa032849c826344fd99f0207c39cb18bb /documentation/migration-guides/migration-1.7.rst | |
parent | 2b578eae4e50774dd449282beb287e10b0485cbc (diff) | |
download | poky-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-1.7.rst')
-rw-r--r-- | documentation/migration-guides/migration-1.7.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-1.7.rst b/documentation/migration-guides/migration-1.7.rst index 8c642da202..88a6855d50 100644 --- a/documentation/migration-guides/migration-1.7.rst +++ b/documentation/migration-guides/migration-1.7.rst | |||
@@ -43,7 +43,8 @@ The following :ref:`autotools <ref-classes-autotools>` class changes | |||
43 | occurred: | 43 | occurred: |
44 | 44 | ||
45 | - *A separate build directory is now used by default:* The | 45 | - *A separate build directory is now used by default:* The |
46 | ``autotools`` class has been changed to use a directory for building | 46 | :ref:`autotools <ref-classes-autotools>` class has been |
47 | changed to use a directory for building | ||
47 | (:term:`B`), which is separate from the source directory | 48 | (:term:`B`), which is separate from the source directory |
48 | (:term:`S`). This is commonly referred to as ``B != S``, or | 49 | (:term:`S`). This is commonly referred to as ``B != S``, or |
49 | an out-of-tree build. | 50 | an out-of-tree build. |
@@ -54,7 +55,8 @@ occurred: | |||
54 | manner, you will need to either patch the software so that it can | 55 | manner, you will need to either patch the software so that it can |
55 | build separately, or you will need to change the recipe to inherit | 56 | build separately, or you will need to change the recipe to inherit |
56 | the :ref:`autotools-brokensep <ref-classes-autotools>` class | 57 | the :ref:`autotools-brokensep <ref-classes-autotools>` class |
57 | instead of the ``autotools`` or ``autotools_stage`` classes. | 58 | instead of the :ref:`autotools <ref-classes-autotools>` |
59 | or ``autotools_stage`` classes. | ||
58 | 60 | ||
59 | - The ``--foreign`` option is no longer passed to ``automake`` when | 61 | - The ``--foreign`` option is no longer passed to ``automake`` when |
60 | running ``autoconf``: This option tells ``automake`` that a | 62 | running ``autoconf``: This option tells ``automake`` that a |