summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-08-12 14:10:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-18 23:50:47 +0100
commitfeda248d593521726533796ad9c3e0e98cca47de (patch)
treea1a0b2b81a89e17b1360bb31dc6af5c6fb6c2dfb /documentation
parentf82a65776bd6fa33a0b5b6ecbb322384629f222a (diff)
downloadpoky-feda248d593521726533796ad9c3e0e98cca47de.tar.gz
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
-rw-r--r--documentation/ref-manual/ref-variables.xml10
-rw-r--r--documentation/ref-manual/usingpoky.xml2
3 files changed, 9 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 9312d873b4..48d3ecb632 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3048,7 +3048,7 @@
3048 3048
3049 PV = "1.5.1+git${SRCPV}" 3049 PV = "1.5.1+git${SRCPV}"
3050 3050
3051 S = "${WORKDIR}/git/" 3051 S = "${WORKDIR}/git"
3052 3052
3053 EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'" 3053 EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"
3054 3054
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 @@
4160 4160
4161 <glossentry id='var-FILES'><glossterm>FILES</glossterm> 4161 <glossentry id='var-FILES'><glossterm>FILES</glossterm>
4162 <info> 4162 <info>
4163 FILES[doc] = "The list of directories or files that are placed in packages." 4163 FILES[doc] = "The list of directories or files that are placed in a package."
4164 </info> 4164 </info>
4165 <glossdef> 4165 <glossdef>
4166 <para role="glossdeffirst"> 4166 <para role="glossdeffirst">
4167<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> 4167<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
4168 The list of directories or files that are placed in packages. 4168 The list of files and directories that are placed in a
4169 package.
4170 The
4171 <link linkend='var-PACKAGES'><filename>PACKAGES</filename></link>
4172 variable lists the packages generated by a recipe.
4169 </para> 4173 </para>
4170 4174
4171 <para> 4175 <para>
@@ -4176,7 +4180,7 @@
4176 resulting package. 4180 resulting package.
4177 Here is an example: 4181 Here is an example:
4178 <literallayout class='monospaced'> 4182 <literallayout class='monospaced'>
4179 FILES_${PN} += "${bindir}/mydir1/ ${bindir}/mydir2/myfile" 4183 FILES_${PN} += "${bindir}/mydir1 ${bindir}/mydir2/myfile"
4180 </literallayout> 4184 </literallayout>
4181 </para> 4185 </para>
4182 4186
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 @@
338 <title>Running Specific Tasks</title> 338 <title>Running Specific Tasks</title>
339 339
340 <para> 340 <para>
341 Any given package consists of a set of tasks. 341 Any given recipe consists of a set of tasks.
342 The standard BitBake behavior in most cases is: 342 The standard BitBake behavior in most cases is:
343 <filename>do_fetch</filename>, 343 <filename>do_fetch</filename>,
344 <filename>do_unpack</filename>, 344 <filename>do_unpack</filename>,