summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2026-05-19 09:52:13 -0400
committerPaul Barker <paul@pbarker.dev>2026-06-08 21:44:05 +0100
commitaa4087cb461479917976a921dfd0e0a2ae786280 (patch)
tree0baeb92b2f93f16e014747af79f7e0e4a1b75c2a
parent5e5b675713851e8440b64987cb589faf6174be61 (diff)
downloadpoky-aa4087cb461479917976a921dfd0e0a2ae786280.tar.gz
overview-manual: remind reader that meta-poky is a distro layer
Even though it's mentioned a little earlier on that same page, when defining the properties of a "Distro Layer," remind the reader that "meta-poky" is an example of such a layer. (From yocto-docs rev: 27a3d7d4c30f2957661d00455c15f830e1281bb9) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit 4c57f21b681ca92e89903a79b2404132d5b00f10) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Paul Barker <paul@pbarker.dev>
-rw-r--r--documentation/overview-manual/concepts.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 4e6cef43a7..95a6c4f743 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -427,7 +427,8 @@ configurations into their own layer. Settings you provide in
427in your ``conf/local.conf`` file in the :term:`Build Directory`. 427in your ``conf/local.conf`` file in the :term:`Build Directory`.
428 428
429The following list provides some explanation and references for what you 429The following list provides some explanation and references for what you
430typically find in a distribution layer: 430typically find in a distribution layer (recall that
431:yocto_git:`meta-poky </meta-yocto/tree/meta-poky>` is such a layer):
431 432
432- *classes*, *classes-global*, *classes-recipe:* Class files (``.bbclass``) 433- *classes*, *classes-global*, *classes-recipe:* Class files (``.bbclass``)
433 hold common functionality that 434 hold common functionality that