summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-02-09 17:02:46 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:07:56 -0800
commitd8b27b6662139911ca917a86f04f798c6eab69c9 (patch)
tree213d0c4de62cc7ba571d8dbe0005311a73289698 /documentation/dev-manual
parent280addd637768bdca3047b9827332dd58da5193d (diff)
downloadast2050-yocto-poky-d8b27b6662139911ca917a86f04f798c6eab69c9.zip
ast2050-yocto-poky-d8b27b6662139911ca917a86f04f798c6eab69c9.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index fa50832..d37f94e 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -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>
OpenPOWER on IntegriCloud