summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/technical-details.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/technical-details.xml')
-rw-r--r--documentation/poky-ref-manual/technical-details.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky-ref-manual/technical-details.xml b/documentation/poky-ref-manual/technical-details.xml
index 72689a0e22..b1d7c40799 100644
--- a/documentation/poky-ref-manual/technical-details.xml
+++ b/documentation/poky-ref-manual/technical-details.xml
@@ -236,7 +236,7 @@
236 To complicate the problem, there are things that should not be included in 236 To complicate the problem, there are things that should not be included in
237 the checksum. 237 the checksum.
238 First, there is the actual specific build path of a given task - 238 First, there is the actual specific build path of a given task -
239 the <filename>WORKDIR</filename>. 239 the <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>.
240 It does not matter if the working directory changes because it should not 240 It does not matter if the working directory changes because it should not
241 affect the output for target packages. 241 affect the output for target packages.
242 Also, the build process has the objective of making native/cross packages relocatable. 242 Also, the build process has the objective of making native/cross packages relocatable.
@@ -391,7 +391,7 @@
391 391
392 <para> 392 <para>
393 There are two types of output, one is just about creating a directory 393 There are two types of output, one is just about creating a directory
394 in <filename>WORKDIR</filename>. 394 in <link linkend='var-WORKDIR'><filename>WORKDIR</filename></link>.
395 A good example is the output of either <filename>do_install</filename> or 395 A good example is the output of either <filename>do_install</filename> or
396 <filename>do_package</filename>. 396 <filename>do_package</filename>.
397 The other type of output occurs when a set of data is merged into a shared directory 397 The other type of output occurs when a set of data is merged into a shared directory