diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-02-05 14:50:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-03 17:40:10 +0000 |
commit | 77b3d06758de9f2bf1eab1ff3130f53db5902838 (patch) | |
tree | b9714dca2a379f46a6078bab21b65389797dcd56 /documentation/ref-manual/ref-variables.xml | |
parent | a1a4808dc69de8fe12e53b302663b42a560c1788 (diff) | |
download | poky-77b3d06758de9f2bf1eab1ff3130f53db5902838.tar.gz |
ref-manual: Updated the S variable entry in the glossary.
Fixes [YOCTO #8542]
I did a bit of re-wording based on the suggested stuff in the
bug.
(From yocto-docs rev: 8ab2ae205f79429c2986a9ba86bcba07f5e05cd8)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index a76a8c2ecb..f752856b9d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -10486,17 +10486,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10486 | The location in the | 10486 | The location in the |
10487 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | 10487 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> |
10488 | where unpacked recipe source code resides. | 10488 | where unpacked recipe source code resides. |
10489 | This location is within the work directory | 10489 | By default, this directory is |
10490 | (<filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>), | 10490 | <filename>${</filename><link linkend='var-WORKDIR'><filename>WORKDIR</filename></link><filename>}/${</filename><link linkend='var-BPN'><filename>BPN</filename></link><filename>}-${</filename><link linkend='var-PV'><filename>PV</filename></link><filename>}</filename>, |
10491 | which is not static. | 10491 | where <filename>${BPN}</filename> is the base recipe name |
10492 | The unpacked source location depends on the recipe name | 10492 | and <filename>${PV}</filename> is the recipe version. |
10493 | (<filename><link linkend='var-PN'>PN</link></filename>) and | 10493 | If the source tarball extracts the code to a directory |
10494 | recipe version | 10494 | named anything other than <filename>${BPN}-${PV}</filename>, |
10495 | (<filename><link linkend='var-PV'>PV</link></filename>) as | 10495 | or if the source code if fetched from an SCM such as |
10496 | follows: | 10496 | Git or Subversion, then you must set <filename>S</filename> |
10497 | <literallayout class='monospaced'> | 10497 | in the recipe so that the OpenEmbedded build system |
10498 | ${WORKDIR}/${PN}-${PV} | 10498 | knows where to find the unpacked source. |
10499 | </literallayout> | ||
10500 | </para> | 10499 | </para> |
10501 | 10500 | ||
10502 | <para> | 10501 | <para> |
@@ -10510,6 +10509,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
10510 | <literallayout class='monospaced'> | 10509 | <literallayout class='monospaced'> |
10511 | poky/build/tmp/work/qemux86-poky-linux/db/5.1.19-r3/db-5.1.19 | 10510 | poky/build/tmp/work/qemux86-poky-linux/db/5.1.19-r3/db-5.1.19 |
10512 | </literallayout> | 10511 | </literallayout> |
10512 | The unpacked source code resides in the | ||
10513 | <filename>db-5.1.19</filename> folder. | ||
10513 | </para> | 10514 | </para> |
10514 | </glossdef> | 10515 | </glossdef> |
10515 | </glossentry> | 10516 | </glossentry> |