| Message ID | 6d2c5a08-67b6-58cd-ac67-4cd85805a530@crashcourse.ca |
|---|---|
| State | New |
| Headers | show |
| Series | overview-manual: remind reader that meta-poky is a distro layer | expand |
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index ec5babe4c..06e888799 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst @@ -395,7 +395,8 @@ configurations into their own layer. Settings you provide in in your ``conf/local.conf`` file in the :term:`Build Directory`. The following list provides some explanation and references for what you -typically find in a distribution layer: +typically find in a distribution layer (recall that +:yocto_git:`meta-poky </meta-yocto/tree/meta-poky>` is such a layer): - *classes*, *classes-global*, *classes-recipe:* Class files (``.bbclass``) hold common functionality that
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. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> ---