diff options
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f51b994c9d..583adc2cd6 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -1354,6 +1354,20 @@ | |||
| 1354 | </glossdef> | 1354 | </glossdef> |
| 1355 | </glossentry> | 1355 | </glossentry> |
| 1356 | 1356 | ||
| 1357 | <glossentry id='var-COPY_LIC_DIRS'><glossterm>COPY_LIC_DIRS</glossterm> | ||
| 1358 | <glossdef> | ||
| 1359 | <para> | ||
| 1360 | If set to "1" along with the | ||
| 1361 | <link linkend='var-COPY_LIC_MANIFEST'><filename>COPY_LIC_MANIFEST</filename></link> | ||
| 1362 | variable, the OpenEmbedded build system creates directories | ||
| 1363 | for each package installed into the image. | ||
| 1364 | The directories contain the license files for each package | ||
| 1365 | in <filename>/usr/share/common-licenses/</filename> within | ||
| 1366 | the image itself. | ||
| 1367 | </para> | ||
| 1368 | </glossdef> | ||
| 1369 | </glossentry> | ||
| 1370 | |||
| 1357 | <glossentry id='var-COPY_LIC_MANIFEST'><glossterm>COPY_LIC_MANIFEST</glossterm> | 1371 | <glossentry id='var-COPY_LIC_MANIFEST'><glossterm>COPY_LIC_MANIFEST</glossterm> |
| 1358 | <glossdef> | 1372 | <glossdef> |
| 1359 | <para> | 1373 | <para> |
| @@ -3204,6 +3218,29 @@ | |||
| 3204 | </glossdef> | 3218 | </glossdef> |
| 3205 | </glossentry> | 3219 | </glossentry> |
| 3206 | 3220 | ||
| 3221 | <glossentry id='var-IMAGE_TYPEDEP'><glossterm>IMAGE_TYPEDEP</glossterm> | ||
| 3222 | <glossdef> | ||
| 3223 | <para> | ||
| 3224 | Specifies a dependency from one image type on another. | ||
| 3225 | Here is an example from the | ||
| 3226 | <link linkend='ref-classes-image-live'><filename>image-live</filename></link> | ||
| 3227 | class: | ||
| 3228 | <literallayout class='monospaced'> | ||
| 3229 | IMAGE_TYPEDEP_live = "ext3" | ||
| 3230 | </literallayout> | ||
| 3231 | In the previous example, the variable ensures that when | ||
| 3232 | "live" is listed with the | ||
| 3233 | <link linkend='var-IMAGE_FSTYPES'><filename>IMAGE_FSTYPES</filename></link> | ||
| 3234 | variable, the OpenEmbedded build system produces an | ||
| 3235 | <filename>ext3</filename> image first since one of the | ||
| 3236 | components of the live | ||
| 3237 | image is an <filename>ext3</filename> | ||
| 3238 | formatted partition containing the root | ||
| 3239 | filesystem. | ||
| 3240 | </para> | ||
| 3241 | </glossdef> | ||
| 3242 | </glossentry> | ||
| 3243 | |||
| 3207 | <glossentry id='var-IMAGE_TYPES'><glossterm>IMAGE_TYPES</glossterm> | 3244 | <glossentry id='var-IMAGE_TYPES'><glossterm>IMAGE_TYPES</glossterm> |
| 3208 | <glossdef> | 3245 | <glossdef> |
| 3209 | <para> | 3246 | <para> |
