diff mbox series

[03/10] ref-manual/structure.rst: fix a "local.conf" -> "layer.conf" typo

Message ID 20260911-assorted-fixes-v1-3-0d92a8112918@bootlin.com
State New
Headers show
Series Assorted fixes and additions | expand

Commit Message

Antonin Godard Sept. 11, 2026, 2:56 p.m. UTC
The addpylib directive belongs in layer.conf, not local.conf.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/ref-manual/structure.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst
index 2886713d4..ff103a55e 100644
--- a/documentation/ref-manual/structure.rst
+++ b/documentation/ref-manual/structure.rst
@@ -891,7 +891,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: