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)
downloadpoky-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 fa50832284..d37f94e74a 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
764 764
765 <para> 765 <para>
766 During a build, this temporary source code is available in the Yocto 766 During a build, this temporary source code is available in the Yocto
767 Project build directory, which is defined by the <filename>TMPDIR</filename> variable. 767 Project build directory, which is defined by the
768 The actual location within the build directory 768 <filename><ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-TMPDIR'>TMPDIR</ulink></filename> variable.
769 for the package source code depends on the package name and 769 The actual location within the build directory for the package source code
770 the architecture of the target device. 770 is defined by the
771 <filename><ulink url='http://www.yoctoproject.org/docs/latest/poky-ref-manual/poky-ref-manual.html#var-WORKDIR'>WORKDIR</ulink></filename>
772 variable and depends on the package name and the architecture of the target device.
771 Here is the source code location for packages that are not target device-dependent: 773 Here is the source code location for packages that are not target device-dependent:
772 <literallayout class='monospaced'> 774 <literallayout class='monospaced'>
773 ${TMPDIR}/work/${PACKAGE_ARCH}-poky-${TARGET_OS}/${PN}-${PV}-${PR} 775 ${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
777 is an example temporary package source code location for the 779 is an example temporary package source code location for the
778 <filename>v86d</filename> package: 780 <filename>v86d</filename> package:
779 <literallayout class='monospaced'> 781 <literallayout class='monospaced'>
780 ~/poky/build/tmp/work/qemux86-poky-linux/v86-01.9-r0 782 ~/poky/build/tmp/work/qemux86-poky-linux/v86d-01.9-r0
781 </literallayout> 783 </literallayout>
782 </para> 784 </para>
783 785