diff options
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 53 |
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> |
