From 4bcc4a2f70d9d636e8be0e786558d93ae0361892 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 11 Sep 2026 16:56:03 +0200 Subject: [PATCH] ref-manual/structure.rst: fix a "local.conf" -> "layer.conf" typo The addpylib directive belongs in layer.conf, not local.conf. (From yocto-docs rev: f42ebb7d763e716950ecc47b527301e0be2d1d68) Signed-off-by: Antonin Godard (cherry picked from commit be0d9bf14ee7405f008a42e20ce772446aa1a861) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/ref-manual/structure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst index b92d9bb411..dae90cd32b 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst @@ -801,7 +801,7 @@ and lists of files and directories with known permissions. This directory contains OpenEmbedded Python library code used during the build process. It is enabled via the ``addpylib`` directive in -``meta/conf/local.conf``. For more information, see +``meta/conf/layer.conf``. For more information, see :ref:`bitbake-user-manual/bitbake-user-manual-metadata:extending python library code`. .. _structure-meta-recipes-bsp: