diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-09-23 17:59:23 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-07 10:54:25 +0100 |
commit | 3c6b2798a0758c6a12f8ea8f451f3a294263da76 (patch) | |
tree | 7d5dce72293077154f2f6167079969f7fec99c34 /documentation/dev-manual | |
parent | 0e8d0ecc6ce511bacc59d06214d6e53ee4dceaad (diff) | |
download | poky-3c6b2798a0758c6a12f8ea8f451f3a294263da76.tar.gz |
manuals: add references to the "do_image" task
[YOCTO #14508]
Reported-by: Quentin Schulz <foss@0leil.net>
(From yocto-docs rev: 2f53d0a52a48f828f00d3bc3f887fd537692a256)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index 7e1cf1dd70..5d1a09cbd0 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -3853,7 +3853,7 @@ to be added to the recipe that builds the ``core-image-sato`` image:: | |||
3853 | do_image[mcdepends] = "mc:x86:arm:core-image-minimal:do_rootfs" | 3853 | do_image[mcdepends] = "mc:x86:arm:core-image-minimal:do_rootfs" |
3854 | 3854 | ||
3855 | In this example, the `from_multiconfig` is "x86". The `to_multiconfig` is "arm". The | 3855 | In this example, the `from_multiconfig` is "x86". The `to_multiconfig` is "arm". The |
3856 | task on which the ``do_image`` task in the recipe depends is the | 3856 | task on which the :ref:`ref-tasks-image` task in the recipe depends is the |
3857 | ``do_rootfs`` task from the ``core-image-minimal`` recipe associated | 3857 | ``do_rootfs`` task from the ``core-image-minimal`` recipe associated |
3858 | with the "arm" multiconfig. | 3858 | with the "arm" multiconfig. |
3859 | 3859 | ||