summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/terms.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/terms.rst')
-rw-r--r--documentation/ref-manual/terms.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst
index 3f18d3404e..cba514c345 100644
--- a/documentation/ref-manual/terms.rst
+++ b/documentation/ref-manual/terms.rst
@@ -88,11 +88,11 @@ universal, the list includes them just in case:
88 - Provide a directory path and specifically name the Build 88 - Provide a directory path and specifically name the Build
89 Directory. Any intermediate folders in the pathname must exist. 89 Directory. Any intermediate folders in the pathname must exist.
90 This next example creates a Build Directory named 90 This next example creates a Build Directory named
91 ``YP-&POKYVERSION;`` within the existing directory ``mybuilds``: 91 ``YP-&DISTRO;`` within the existing directory ``mybuilds``:
92 92
93 .. code-block:: shell 93 .. code-block:: shell
94 94
95 $ source poky/oe-init-build-env mybuilds/YP-&POKYVERSION; 95 $ source poky/oe-init-build-env mybuilds/YP-&DISTRO;
96 96
97 .. note:: 97 .. note::
98 98
@@ -357,13 +357,13 @@ universal, the list includes them just in case:
357 repository results in a local Git repository whose top-level folder 357 repository results in a local Git repository whose top-level folder
358 is also named "poky". 358 is also named "poky".
359 359
360 While it is not recommended that you use tarball expansion to set up 360 While it is not recommended that you use tarball extraction to set up
361 the Source Directory, if you do, the top-level directory name of the 361 the Source Directory, if you do, the top-level directory name of the
362 Source Directory is derived from the Yocto Project release tarball. 362 Source Directory is derived from the Yocto Project release tarball.
363 For example, downloading and unpacking 363 For example, downloading and unpacking poky tarballs from
364 :yocto_dl:`/releases/yocto/&DISTRO_REL_TAG;/&YOCTO_POKY;.tar.bz2` 364 :yocto_dl:`/releases/yocto/&DISTRO_REL_TAG;/`
365 results in a Source Directory whose root folder is named 365 results in a Source Directory whose root folder is named poky.
366 ``&YOCTO_POKY;``. 366
367 367
368 It is important to understand the differences between the Source 368 It is important to understand the differences between the Source
369 Directory created by unpacking a released tarball as compared to 369 Directory created by unpacking a released tarball as compared to