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 <antonin.godard@bootlin.com>
(cherry picked from commit be0d9bf14ee7405f008a42e20ce772446aa1a861)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Paul Barker <paul@pbarker.dev>
This commit is contained in:
Antonin Godard
2026-09-11 16:56:03 +02:00
committed by Paul Barker
parent 9908ac8154
commit 4bcc4a2f70

View File

@@ -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: