diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 19:46:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:26 +0100 |
commit | 623720dcf4f47ae08572a05322b392c395e36d2e (patch) | |
tree | c18954a0050abcb86176efa1386dfdbc8ceb0cd3 | |
parent | e95e686e0c467852f47400aef8c2322f36be0464 (diff) | |
download | poky-623720dcf4f47ae08572a05322b392c395e36d2e.tar.gz |
migration-guides: add reference to the "do_shared_workdir" task
(From yocto-docs rev: a549b39a56c69beecd309ae0621ca673537a467e)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/migration-guides/migration-1.8.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-1.8.rst b/documentation/migration-guides/migration-1.8.rst index 546c798196..f058029b30 100644 --- a/documentation/migration-guides/migration-1.8.rst +++ b/documentation/migration-guides/migration-1.8.rst | |||
@@ -84,7 +84,7 @@ where the ``linux.inc`` file in ``meta-oe`` was updated. | |||
84 | 84 | ||
85 | Recipes that rely on the kernel source code and do not inherit the | 85 | Recipes that rely on the kernel source code and do not inherit the |
86 | module classes might need to add explicit dependencies on the | 86 | module classes might need to add explicit dependencies on the |
87 | ``do_shared_workdir`` kernel task, for example:: | 87 | :ref:`ref-tasks-shared_workdir` kernel task, for example:: |
88 | 88 | ||
89 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | 89 | do_configure[depends] += "virtual/kernel:do_shared_workdir" |
90 | 90 | ||