From ab3e880f15ad063a03bf63b7db0ed078ff1cc5d1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 10 Jul 2014 16:03:30 +0300 Subject: ref-manual: Fixed grammar problem in FILES variable description. (From yocto-docs rev: faf5bc08e3f015dfb610ebdb73a0747793451033) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 36 +++++++++++++++++------------- 1 file changed, 21 insertions(+), 15 deletions(-) (limited to 'documentation/ref-manual/ref-variables.xml') 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. -- cgit v1.2.3-54-g00ecf