From feda248d593521726533796ad9c3e0e98cca47de Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 12 Aug 2016 14:10:02 -0700 Subject: ref-manual: Various small corrections to package-related stuff Fixes [YOCTO #10135] Some small problems were fixed: * Added a cross-reference in the FILES glossary entry to the PACKAGES variable. The two are tied and there was not a reference to it. * Removed a redundant "/" character in a pathname example in the dev-manual. * Removed a redundant "/" character in an example pathname in the FILES glossary description. (From yocto-docs rev: 11a397c232696deece7ac5c6dafcadb87d7a5775) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 10 +++++++--- documentation/ref-manual/usingpoky.xml | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'documentation/ref-manual') 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 @@ FILES - FILES[doc] = "The list of directories or files that are placed in packages." + FILES[doc] = "The list of directories or files that are placed in a package." - The list of directories or files that are placed in packages. + The list of files and directories that are placed in a + package. + The + PACKAGES + variable lists the packages generated by a recipe. @@ -4176,7 +4180,7 @@ resulting package. Here is an example: - FILES_${PN} += "${bindir}/mydir1/ ${bindir}/mydir2/myfile" + FILES_${PN} += "${bindir}/mydir1 ${bindir}/mydir2/myfile" diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 79322dd198..5fac2b2b40 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml @@ -338,7 +338,7 @@ Running Specific Tasks - Any given package consists of a set of tasks. + Any given recipe consists of a set of tasks. The standard BitBake behavior in most cases is: do_fetch, do_unpack, -- cgit v1.2.3-54-g00ecf