diff options
author | Antonin Godard <antonin.godard@bootlin.com> | 2025-03-25 10:20:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-27 15:25:05 +0000 |
commit | e7999d5413443c304fcfbb4425ec92c26b8eed81 (patch) | |
tree | 8c705254632da4adedc7bfb6bf0dee1c5aa26ec1 | |
parent | 1bc62987386fe2432cf474e2225d4163999904b0 (diff) | |
download | poky-e7999d5413443c304fcfbb4425ec92c26b8eed81.tar.gz |
migration-guides/migration-5.2.rst: add information about autotools changes
Original patch by Ross Burton:
https://lists.yoctoproject.org/g/docs/message/6466
Moved to the migration manual as it is potentially a breaking change.
Co-developed-by: Ross Burton <ross.burton@arm.com>
(From yocto-docs rev: 9b795ad8fdeadf17f08e03eedc93bc922a2d5736)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/migration-guides/migration-5.2.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/documentation/migration-guides/migration-5.2.rst b/documentation/migration-guides/migration-5.2.rst index a5ac33d816..c4ee3fadd5 100644 --- a/documentation/migration-guides/migration-5.2.rst +++ b/documentation/migration-guides/migration-5.2.rst | |||
@@ -140,6 +140,17 @@ replacing is not as straightforward. For more examples, see the commit | |||
140 | c++/binutils)" </openembedded-core/commit/?id=4ccc3bc8266c>` in | 140 | c++/binutils)" </openembedded-core/commit/?id=4ccc3bc8266c>` in |
141 | :term:`OpenEmbedded-Core (OE-Core)`. | 141 | :term:`OpenEmbedded-Core (OE-Core)`. |
142 | 142 | ||
143 | :ref:`ref-classes-autotools` changes | ||
144 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
145 | |||
146 | - Changes to how ``aclocal`` is invoked means that ``ACLOCALDIR`` and | ||
147 | ``ACLOCALEXTRAPATH`` are no longer used. | ||
148 | |||
149 | - Directories containing m4 files are no longer found automatically and | ||
150 | passed to ``autoreconf``. If a recipe fails to configure because it cannot | ||
151 | find m4 macros, then usually the solution is to set ``EXTRA_AUTORECONF += "-I | ||
152 | path/to/m4"`` in the recipe. | ||
153 | |||
143 | Recipe changes | 154 | Recipe changes |
144 | ~~~~~~~~~~~~~~ | 155 | ~~~~~~~~~~~~~~ |
145 | 156 | ||