summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-structure.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-structure.xml')
-rw-r--r--documentation/poky-ref-manual/ref-structure.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml
index 478e8b5ec6..3e6a6a2b6a 100644
--- a/documentation/poky-ref-manual/ref-structure.xml
+++ b/documentation/poky-ref-manual/ref-structure.xml
@@ -159,7 +159,7 @@
159 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink> of your choice. 159 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink> of your choice.
160 For example, the following command creates a build directory named 160 For example, the following command creates a build directory named
161 <filename>mybuilds</filename> that is outside of the 161 <filename>mybuilds</filename> that is outside of the
162 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>sourc directory</ulink>: 162 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>:
163 <literallayout class='monospaced'> 163 <literallayout class='monospaced'>
164 $ source oe-init-build-env ~/mybuilds 164 $ source oe-init-build-env ~/mybuilds
165 </literallayout> 165 </literallayout>
@@ -380,6 +380,7 @@
380 package's <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>. 380 package's <filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>.
381 Examples of logs are the output from the <filename>check_pkg</filename> or 381 Examples of logs are the output from the <filename>check_pkg</filename> or
382 <filename>distro_check</filename> tasks. 382 <filename>distro_check</filename> tasks.
383 Running a build does not necessarily mean this directory is created.
383 </para> 384 </para>
384 </section> 385 </section>
385 386