diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index d7902ca5a2..7b1717ca2e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -4191,6 +4191,8 @@ | |||
| 4191 | You can find a list of these variables at the top of the | 4191 | You can find a list of these variables at the top of the |
| 4192 | <filename>meta/conf/bitbake.conf</filename> file in the | 4192 | <filename>meta/conf/bitbake.conf</filename> file in the |
| 4193 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | 4193 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. |
| 4194 | You will also find the default values of the various | ||
| 4195 | <filename>FILES_*</filename> variables in this file. | ||
| 4194 | </note> | 4196 | </note> |
| 4195 | 4197 | ||
| 4196 | <para> | 4198 | <para> |
| @@ -4205,7 +4207,6 @@ | |||
| 4205 | variable for information on how to identify these files to | 4207 | variable for information on how to identify these files to |
| 4206 | the PMS. | 4208 | the PMS. |
| 4207 | </para> | 4209 | </para> |
| 4208 | |||
| 4209 | </glossdef> | 4210 | </glossdef> |
| 4210 | </glossentry> | 4211 | </glossentry> |
| 4211 | 4212 | ||
| @@ -9181,6 +9182,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 9181 | ${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN} | 9182 | ${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN} |
| 9182 | </literallayout> | 9183 | </literallayout> |
| 9183 | </para> | 9184 | </para> |
| 9185 | |||
| 9186 | <para> | ||
| 9187 | During packaging, the | ||
| 9188 | <link linkend='ref-tasks-package'><filename>do_package</filename></link> | ||
| 9189 | task goes through <filename>PACKAGES</filename> and uses | ||
| 9190 | the | ||
| 9191 | <link linkend='var-FILES'><filename>FILES</filename></link> | ||
| 9192 | variable corresponding to each package to assign files to | ||
| 9193 | the package. | ||
| 9194 | If a file matches the <filename>FILES</filename> variable | ||
| 9195 | for more than one package in <filename>PACKAGES</filename>, | ||
| 9196 | it will be assigned to the earliest (leftmost) package. | ||
| 9197 | </para> | ||
| 9184 | </glossdef> | 9198 | </glossdef> |
| 9185 | </glossentry> | 9199 | </glossentry> |
| 9186 | 9200 | ||
