diff options
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-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 | ||