summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-03-20 09:31:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-24 23:44:02 +0000
commitf574b9f0749a8979ce8980608bb5dbb23906f913 (patch)
tree9ac372b369274bca573af42367e1143a3b652603 /documentation/dev-manual/dev-manual-common-tasks.xml
parent70872b9468f3d9fffd7670c2562753631bd0f1e0 (diff)
downloadpoky-f574b9f0749a8979ce8980608bb5dbb23906f913.tar.gz
dev-manual, ref-manual: Added support for WKS_FILE_DEPENDS variable.
Fixes [YOCTO #11017] There is no current way to specify or list plug-in dependencies when building a Wic image. The variable WKS_FILE_DEPENDS was introduced to allow the user to use this in the recipe building the image. I added a description and example of the variable to the ref-manual variable glossary. I also cross-referenced the variable in the "Plug-ins" section of the dev-manual to point to the variable for more information. (From yocto-docs rev: 5a1072499ab80f74ffec6af2cc0b2f1987843a25) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index ca3feb287d..cdcb1ecbc0 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -5038,6 +5038,14 @@
5038 <filename>--source</filename> keyword to a 5038 <filename>--source</filename> keyword to a
5039 particular plug-in implementation that populates a 5039 particular plug-in implementation that populates a
5040 corresponding partition. 5040 corresponding partition.
5041 <note>
5042 If you use plug-ins that have build-time dependencies
5043 (e.g. native tools, bootloaders, and so forth)
5044 when building a Wic image, you need to specify those
5045 dependencies using the
5046 <ulink url='&YOCTO_DOCS_REF_URL;#var-WKS_FILE_DEPENDS'><filename>WKS_FILE_DEPENDS</filename></ulink>
5047 variable.
5048 </note>
5041 </para> 5049 </para>
5042 5050
5043 <para> 5051 <para>