From f574b9f0749a8979ce8980608bb5dbb23906f913 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 20 Mar 2017 09:31:33 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'documentation/dev-manual') 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 @@ --source keyword to a particular plug-in implementation that populates a corresponding partition. + + If you use plug-ins that have build-time dependencies + (e.g. native tools, bootloaders, and so forth) + when building a Wic image, you need to specify those + dependencies using the + WKS_FILE_DEPENDS + variable. + -- cgit v1.2.3-54-g00ecf