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 @@ You can find a list of these variables at the top of the meta/conf/bitbake.conf file in the Source Directory. + You will also find the default values of the various + FILES_* variables in this file. @@ -4205,7 +4207,6 @@ variable for information on how to identify these files to the PMS. - @@ -9181,6 +9182,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" ${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN} + + + During packaging, the + do_package + task goes through PACKAGES and uses + the + FILES + variable corresponding to each package to assign files to + the package. + If a file matches the FILES variable + for more than one package in PACKAGES, + it will be assigned to the earliest (leftmost) package. +