From b301218f4da7793624db3545efd8bf66888b77b0 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Thu, 5 Mar 2026 11:26:34 +0100 Subject: [PATCH] overview-manual/concepts: list other possible class directories 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 Signed-off-by: Antonin Godard (cherry picked from commit fd11d75980315d87ef375091efedad69a123f680) Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/overview-manual/concepts.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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`. The following list provides some explanation and references for what you typically find in a distribution layer: -- *classes:* Class files (``.bbclass``) hold common functionality that +- *classes*, *classes-global*, *classes-recipe:* Class files (``.bbclass``) + hold common functionality that can be shared among recipes in the distribution. When your recipes inherit a class, they take on the settings and functions for that class. You can read more about class files in the