diff options
author | Elvis Stansvik <elvstone@gmail.com> | 2020-12-31 12:27:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-04 11:25:57 +0000 |
commit | 3b2b57e4087c78cecff3d8f2c1f71f0f7fd090a7 (patch) | |
tree | 608fc6a885c54acc70d5050778191e514e0b6033 | |
parent | 16cd1024beb81ea3982f66eb2306986deb4b62bc (diff) | |
download | poky-3b2b57e4087c78cecff3d8f2c1f71f0f7fd090a7.tar.gz |
ref-manual: terms: Fix poky tarball root folder
When extracting the tarball the root folder is not named `poky`, but
e.g. `poky-gatesgarth-24.0.0`.
(From yocto-docs rev: 8c92f709cbd96310b7153dd55dae8fa4899a7818)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/terms.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst index c07dd4b128..966962005b 100644 --- a/documentation/ref-manual/terms.rst +++ b/documentation/ref-manual/terms.rst | |||
@@ -349,7 +349,8 @@ universal, the list includes them just in case: | |||
349 | Source Directory is derived from the Yocto Project release tarball. | 349 | Source Directory is derived from the Yocto Project release tarball. |
350 | For example, downloading and unpacking | 350 | For example, downloading and unpacking |
351 | :yocto_dl:`/releases/yocto/&DISTRO_REL_TAG;/&YOCTO_POKY;.tar.bz2` | 351 | :yocto_dl:`/releases/yocto/&DISTRO_REL_TAG;/&YOCTO_POKY;.tar.bz2` |
352 | results in a Source Directory whose root folder is named ``poky``. | 352 | results in a Source Directory whose root folder is named |
353 | ``&YOCTO_POKY;``. | ||
353 | 354 | ||
354 | It is important to understand the differences between the Source | 355 | It is important to understand the differences between the Source |
355 | Directory created by unpacking a released tarball as compared to | 356 | Directory created by unpacking a released tarball as compared to |