documentation/dev-manual/dev-manual-common-tasks.xml: Edits for links.

(From yocto-docs rev: f3a72e580eadca90d0f9f5d4173a3cb6da1579cd)

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-09 17:02:46 -06:00 committed by Richard Purdie
parent 280addd637
commit d8b27b6662
1 changed files with 7 additions and 5 deletions

View File

@ -764,10 +764,12 @@ so that there are some definite steps on how to do this. I need more detail her
<para>
During a build, this temporary source code is available in the Yocto
Project build directory, which is defined by the <filename>TMPDIR</filename> variable.
The actual location within the build directory
for the package source code depends on the package name and
the architecture of the target device.
Project build directory, which is defined by the
<filename><ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-TMPDIR'>TMPDIR</ulink></filename> variable.
The actual location within the build directory for the package source code
is defined by the
<filename><ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-WORKDIR'>WORKDIR</ulink></filename>
variable and depends on the package name and the architecture of the target device.
Here is the source code location for packages that are not target device-dependent:
<literallayout class='monospaced'>
${TMPDIR}/work/${PACKAGE_ARCH}-poky-${TARGET_OS}/${PN}-${PV}-${PR}
@ -777,7 +779,7 @@ so that there are some definite steps on how to do this. I need more detail her
is an example temporary package source code location for the
<filename>v86d</filename> package:
<literallayout class='monospaced'>
~/poky/build/tmp/work/qemux86-poky-linux/v86-01.9-r0
~/poky/build/tmp/work/qemux86-poky-linux/v86d-01.9-r0
</literallayout>
</para>