summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-07 11:20:12 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:50 +0100
commitf0d805d47cc91a25d599d03fe6fcb103f362aa4e (patch)
treed77bc889973222c1f92dc89b06af0125a4895c5c /documentation
parentd066247ade2d86897bc4c42ba2c34c549286d06b (diff)
downloadpoky-f0d805d47cc91a25d599d03fe6fcb103f362aa4e.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 85cbf25746..b3a94942b9 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
1044 </glossdef> 1044 </glossdef>
1045 </glossentry> 1045 </glossentry>
1046 1046
1047 <glossentry id='var-EXTERNALSRC'><glossterm>EXTERNALSRC</glossterm>
1048 <glossdef>
1049 <para>
1050 When a recipe inherits
1051 <filename>externalsrc.bbclass</filename>, this
1052 variable points to the source tree, which is
1053 outside of the OpenEmbedded build system.
1054 When set, this variable sets the
1055 <link linkend='var-S'><filename>S</filename></link>
1056 variable, which is what the OpenEmbedded build system uses
1057 to locate unpacked recipe source code.
1058 </para>
1059
1060 <para>
1061 For more information on
1062 <filename>externalsrc.bbclass</filename>, see the
1063 "<link linkend='ref-classes-externalsrc'><filename>externalsrc.bbclass</filename></link>"
1064 section.
1065 You can also find information on how to use this variable
1066 in the
1067 "<ulink url='&YOCTO_DOCS_DEV_URL;#building-software-from-an-external-source'>Building Software from an External Source</ulink>"
1068 section in the Yocto Project Development Manual.
1069 </para>
1070 </glossdef>
1071 </glossentry>
1072
1073 <glossentry id='var-EXTERNALSRC_BUILD'><glossterm>EXTERNALSRC_BUILD</glossterm>
1074 <glossdef>
1075 <para>
1076 When a recipe inherits
1077 <filename>externalsrc.bbclass</filename>, this
1078 variable points to the directory in which the recipe's
1079 source code is built,
1080 which is outside of the OpenEmbedded build system.
1081 When set, this variable sets the
1082 <link linkend='var-B'><filename>B</filename></link>
1083 variable, which is what the OpenEmbedded build system uses
1084 to locate the Build Directory.
1085 </para>
1086
1087 <para>
1088 For more information on
1089 <filename>externalsrc.bbclass</filename>, see the
1090 "<link linkend='ref-classes-externalsrc'><filename>externalsrc.bbclass</filename></link>"
1091 section.
1092 You can also find information on how to use this variable
1093 in the
1094 "<ulink url='&YOCTO_DOCS_DEV_URL;#building-software-from-an-external-source'>Building Software from an External Source</ulink>"
1095 section in the Yocto Project Development Manual.
1096 </para>
1097 </glossdef>
1098 </glossentry>
1099
1047 <glossentry id='var-EXTRA_IMAGE_FEATURES'><glossterm>EXTRA_IMAGE_FEATURES</glossterm> 1100 <glossentry id='var-EXTRA_IMAGE_FEATURES'><glossterm>EXTRA_IMAGE_FEATURES</glossterm>
1048 <glossdef> 1101 <glossdef>
1049 <para> 1102 <para>