diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 17:24:16 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:25 +0100 |
commit | edaa121c7b52e71095afdd17f65274e43b485f7b (patch) | |
tree | faf05f6b82dec125947ba97b404f060fc95619fd /documentation/migration-guides | |
parent | 9fece9c36125aeec1ee3b3845fc914ec0dbf3034 (diff) | |
download | poky-edaa121c7b52e71095afdd17f65274e43b485f7b.tar.gz |
manuals: add references to the "do_build" task
[YOCTO #14508]
(From yocto-docs rev: c8efd2eeb329344c48935f8998e9a689d66348ca)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r-- | documentation/migration-guides/migration-3.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-3.4.rst b/documentation/migration-guides/migration-3.4.rst index 8e0eb3b639..4ceea7b0e4 100644 --- a/documentation/migration-guides/migration-3.4.rst +++ b/documentation/migration-guides/migration-3.4.rst | |||
@@ -206,7 +206,7 @@ Package/recipe splitting | |||
206 | Image / SDK generation changes | 206 | Image / SDK generation changes |
207 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 207 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
208 | 208 | ||
209 | - Recursive dependencies on the ``do_build`` task are now disabled when | 209 | - Recursive dependencies on the :ref:`ref-tasks-build` task are now disabled when |
210 | building SDKs. These are generally not needed; in the unlikely event | 210 | building SDKs. These are generally not needed; in the unlikely event |
211 | that you do encounter problems then it will probably be as a result of | 211 | that you do encounter problems then it will probably be as a result of |
212 | missing explicit dependencies that need to be added. | 212 | missing explicit dependencies that need to be added. |