From: Scott Rifenbark Date: Wed, 7 Aug 2013 08:20:12 +0000 (+0300) Subject: ref-manual: New variable entries added. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0d805d47cc91a25d599d03fe6fcb103f362aa4e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: New variable entries added. * EXTERNALSRC * EXTERNALSRC_BUILD These are new. Also fixed a link to the dev-manual that points to the section on how to use external.bbclass. The section name was changed so that it does not imply how to use the class. (From yocto-docs rev: be9b801cac6a8fd6cd3db86eacf432f73da6fd08) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 85cbf257460..b3a94942b95 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1044,6 +1044,59 @@ Core layer for images cannot be removed + EXTERNALSRC + + + When a recipe inherits + externalsrc.bbclass, this + variable points to the source tree, which is + outside of the OpenEmbedded build system. + When set, this variable sets the + S + variable, which is what the OpenEmbedded build system uses + to locate unpacked recipe source code. + + + + For more information on + externalsrc.bbclass, see the + "externalsrc.bbclass" + section. + You can also find information on how to use this variable + in the + "Building Software from an External Source" + section in the Yocto Project Development Manual. + + + + + EXTERNALSRC_BUILD + + + When a recipe inherits + externalsrc.bbclass, this + variable points to the directory in which the recipe's + source code is built, + which is outside of the OpenEmbedded build system. + When set, this variable sets the + B + variable, which is what the OpenEmbedded build system uses + to locate the Build Directory. + + + + For more information on + externalsrc.bbclass, see the + "externalsrc.bbclass" + section. + You can also find information on how to use this variable + in the + "Building Software from an External Source" + section in the Yocto Project Development Manual. + + + + EXTRA_IMAGE_FEATURES