documentation/dev-manual/dev-manual-common-tasks.xml: S variable edits

More edits to the "Finding the Temporary Source Code" section as
pointed out by Paul Eggleton.

(From yocto-docs rev: 2987abe413687e216c4fe38d1db855409a595dab)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2012-02-22 11:33:41 -06:00 committed by Richard Purdie
parent 484cc84043
commit 9b5aedc3bc
1 changed files with 10 additions and 3 deletions

View File

@ -775,11 +775,18 @@ so that there are some definite steps on how to do this. I need more detail her
defined by the
<filename><ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-S'>S</ulink></filename> variable.
Below is the default value for the <filename>S</filename> variable as defined in the
<filename>/conf/local.conf</filename> configuration file in the Yocto
Project's Build Directory:
<filename>meta/conf/bitbake.conf</filename> configuration file in the
<link linkend='yocto-project-files'>Yocto Project Files</link>:
<literallayout class='monospaced'>
S = ${WORKDIR}/${PN}-${PV}
S = ${WORKDIR}/${BP}
</literallayout>
<note>
<filename>BP</filename> represents the "Base Package", which is the base package
name and the package version:
<literallayout class='monospaced'>
BP = ${BPN}-${PV}
</literallayout>
</note>
</para>
<para>