All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ref-manual: terms: Fix poky tarball root folder
@ 2020-12-31 11:27 Elvis Stansvik
  2021-01-04  9:15 ` [docs] " Quentin Schulz
  0 siblings, 1 reply; 2+ messages in thread
From: Elvis Stansvik @ 2020-12-31 11:27 UTC (permalink / raw)
  To: docs; +Cc: Elvis Stansvik

When extracting the tarball the root folder is not named `poky`, but
e.g. `poky-gatesgarth-24.0.0`.
---
 documentation/ref-manual/terms.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst
index c07dd4b12..966962005 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:
      Source Directory is derived from the Yocto Project release tarball.
      For example, downloading and unpacking
      :yocto_dl:`/releases/yocto/&DISTRO_REL_TAG;/&YOCTO_POKY;.tar.bz2`
-     results in a Source Directory whose root folder is named ``poky``.
+     results in a Source Directory whose root folder is named
+     ``&YOCTO_POKY;``.
 
      It is important to understand the differences between the Source
      Directory created by unpacking a released tarball as compared to
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [docs] [PATCH] ref-manual: terms: Fix poky tarball root folder
  2020-12-31 11:27 [PATCH] ref-manual: terms: Fix poky tarball root folder Elvis Stansvik
@ 2021-01-04  9:15 ` Quentin Schulz
  0 siblings, 0 replies; 2+ messages in thread
From: Quentin Schulz @ 2021-01-04  9:15 UTC (permalink / raw)
  To: Elvis Stansvik; +Cc: docs

On Thu, Dec 31, 2020 at 12:27:03PM +0100, Elvis Stansvik wrote:
> When extracting the tarball the root folder is not named `poky`, but
> e.g. `poky-gatesgarth-24.0.0`.
> ---
>  documentation/ref-manual/terms.rst | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst
> index c07dd4b12..966962005 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:
>       Source Directory is derived from the Yocto Project release tarball.
>       For example, downloading and unpacking
>       :yocto_dl:`/releases/yocto/&DISTRO_REL_TAG;/&YOCTO_POKY;.tar.bz2`
> -     results in a Source Directory whose root folder is named ``poky``.
> +     results in a Source Directory whose root folder is named
> +     ``&YOCTO_POKY;``.


Reviewed-by: Quentin Schulz <foss@0leil.net>

Thanks!
Quentin

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-04  9:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-31 11:27 [PATCH] ref-manual: terms: Fix poky tarball root folder Elvis Stansvik
2021-01-04  9:15 ` [docs] " Quentin Schulz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.