diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 7b1717ca2e..ee1fcadad1 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -4160,12 +4160,16 @@ | |||
| 4160 | 4160 | ||
| 4161 | <glossentry id='var-FILES'><glossterm>FILES</glossterm> | 4161 | <glossentry id='var-FILES'><glossterm>FILES</glossterm> |
| 4162 | <info> | 4162 | <info> |
| 4163 | FILES[doc] = "The list of directories or files that are placed in packages." | 4163 | FILES[doc] = "The list of directories or files that are placed in a package." |
| 4164 | </info> | 4164 | </info> |
| 4165 | <glossdef> | 4165 | <glossdef> |
| 4166 | <para role="glossdeffirst"> | 4166 | <para role="glossdeffirst"> |
| 4167 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 4167 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
| 4168 | The list of directories or files that are placed in packages. | 4168 | The list of files and directories that are placed in a |
| 4169 | package. | ||
| 4170 | The | ||
| 4171 | <link linkend='var-PACKAGES'><filename>PACKAGES</filename></link> | ||
| 4172 | variable lists the packages generated by a recipe. | ||
| 4169 | </para> | 4173 | </para> |
| 4170 | 4174 | ||
| 4171 | <para> | 4175 | <para> |
| @@ -4176,7 +4180,7 @@ | |||
| 4176 | resulting package. | 4180 | resulting package. |
| 4177 | Here is an example: | 4181 | Here is an example: |
| 4178 | <literallayout class='monospaced'> | 4182 | <literallayout class='monospaced'> |
| 4179 | FILES_${PN} += "${bindir}/mydir1/ ${bindir}/mydir2/myfile" | 4183 | FILES_${PN} += "${bindir}/mydir1 ${bindir}/mydir2/myfile" |
| 4180 | </literallayout> | 4184 | </literallayout> |
| 4181 | </para> | 4185 | </para> |
| 4182 | 4186 | ||
