summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Schulz <quentin.schulz@cherry.de>2026-03-05 11:26:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2026-03-16 10:25:52 +0000
commitb301218f4da7793624db3545efd8bf66888b77b0 (patch)
tree9690d5c81e82e77483c7658df6154c031a9326c2
parent0288ddd51d140354ceb30d303bed7a6940bdb381 (diff)
downloadpoky-scarthgap.tar.gz
overview-manual/concepts: list other possible class directoriesscarthgap
Classes can be located in three different directories since Langdale (4.1), so let's update which directories you can find in a distribution layer. (From yocto-docs rev: 2141bc2b04ef4210e008752a97ed82979d817dae) Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> (cherry picked from commit fd11d75980315d87ef375091efedad69a123f680) Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 3254fe1b1b..06a6834600 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -429,7 +429,8 @@ in your ``conf/local.conf`` file in the :term:`Build Directory`.
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:
431 431
432- *classes:* Class files (``.bbclass``) hold common functionality that 432- *classes*, *classes-global*, *classes-recipe:* Class files (``.bbclass``)
433 hold common functionality that
433 can be shared among recipes in the distribution. When your recipes 434 can be shared among recipes in the distribution. When your recipes
434 inherit a class, they take on the settings and functions for that 435 inherit a class, they take on the settings and functions for that
435 class. You can read more about class files in the 436 class. You can read more about class files in the