diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 678b102c50..66bb6a8138 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2637,10 +2637,11 @@
- To use the FILES variable, provide a package name
- override that identifies the resulting package.
- Then, provide a space-separated list of files or paths that identifies the
- files you want included as part of the resulting package.
+ To use the FILES variable, provide a
+ package name override that identifies the resulting package.
+ Then, provide a space-separated list of files or paths
+ that identify the files you want included as part of the
+ resulting package.
Here is an example:
FILES_${PN} += "${bindir}/mydir1/ ${bindir}/mydir2/myfile"
@@ -2648,24 +2649,29 @@
- When specifying paths as part of the FILES variable,
- it is good practice to use appropriate path variables.
- For example, use ${sysconfdir} rather than
- /etc, or ${bindir} rather
- than /usr/bin.
+ When specifying paths as part of the
+ FILES variable, it is good practice
+ to use appropriate path variables.
+ For example, use ${sysconfdir} rather
+ than /etc, or
+ ${bindir} rather than
+ /usr/bin.
You can find a list of these variables at the top of the
meta/conf/bitbake.conf file in the
Source Directory.
- If some of the files you provide with the FILES variable
- are editable and you know they should not be
- overwritten during the package update process by the Package Management
- System (PMS), you can identify these files so that the PMS will not
+ If some of the files you provide with the
+ FILES variable are editable and you
+ know they should not be overwritten during the package
+ update process by the Package Management System (PMS), you
+ can identify these files so that the PMS will not
overwrite them.
- See the CONFFILES
- variable for information on how to identify these files to the PMS.
+ See the
+ CONFFILES
+ variable for information on how to identify these files to
+ the PMS.