diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-08-27 09:24:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-28 10:30:43 +0100 |
commit | a512748684c65835a2fb5670b493e28cc7af0a57 (patch) | |
tree | 31a0fd92d549f579dc54ab06da221580507cf307 /documentation | |
parent | accd9e7b62b263446f2969be6f4915a61f3cfcb9 (diff) | |
download | poky-a512748684c65835a2fb5670b493e28cc7af0a57.tar.gz |
dev-manual: Updated general multiconfig syntax.
A task or package can only depend on a task... not a task
or package.
(From yocto-docs rev: 63f14e131ebf2bb8379a07f8958bf69a06af1124)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index cd7a435106..e0b7d06f9f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -5476,11 +5476,8 @@ | |||
5476 | build, you must declare the dependencies in the recipe | 5476 | build, you must declare the dependencies in the recipe |
5477 | using the following statement form: | 5477 | using the following statement form: |
5478 | <literallayout class='monospaced'> | 5478 | <literallayout class='monospaced'> |
5479 | <replaceable>task_or_package</replaceable>[mcdepends] = "multiconfig:<replaceable>from_multiconfig</replaceable>:<replaceable>to_multiconfig</replaceable>:<replaceable>recipe_name</replaceable>:<replaceable>task_or_package_on_which_to_depend</replaceable>" | 5479 | <replaceable>task_or_package</replaceable>[mcdepends] = "multiconfig:<replaceable>from_multiconfig</replaceable>:<replaceable>to_multiconfig</replaceable>:<replaceable>recipe_name</replaceable>:<replaceable>task_on_which_to_depend</replaceable>" |
5480 | </literallayout> | 5480 | </literallayout> |
5481 | <note> | ||
5482 | Dependencies can be on tasks or packages. | ||
5483 | </note> | ||
5484 | To better show how to use this statement, consider the | 5481 | To better show how to use this statement, consider the |
5485 | example scenario from the first paragraph of this section. | 5482 | example scenario from the first paragraph of this section. |
5486 | The following statement needs to be added to the recipe | 5483 | The following statement needs to be added to the recipe |