summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/structure.rst
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2023-04-22 15:19:42 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-22 10:42:54 +0100
commit8242bd30def1af9286a8cdbed8c569c58a6af38b (patch)
tree693d99528ea149633cb8ec20bc97a1992922b490 /documentation/ref-manual/structure.rst
parentf901224f8861c67668ecf0d60290d5e092f7d0e5 (diff)
downloadpoky-8242bd30def1af9286a8cdbed8c569c58a6af38b.tar.gz
migration-guides: Add coverage of addpylib directive
To complement what I am adding to the BitBake reference manual, add a section in the 4.2 migration guide, a reference in the structure section of the reference manual (where we talk about meta/lib) and adjust the release notes item to be a little more concise. (From yocto-docs rev: 0903e82a9da263c6d64aead03407eb377eb5bbfe) Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/structure.rst')
-rw-r--r--documentation/ref-manual/structure.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst
index e895382eec..f1b11ad69b 100644
--- a/documentation/ref-manual/structure.rst
+++ b/documentation/ref-manual/structure.rst
@@ -750,7 +750,9 @@ and lists of files and directories with known permissions.
750------------- 750-------------
751 751
752This directory contains OpenEmbedded Python library code used during the 752This directory contains OpenEmbedded Python library code used during the
753build process. 753build process. It is enabled via the ``addpylib`` directive in
754``meta/conf/local.conf``. For more information, see
755:ref:`bitbake-user-manual/bitbake-user-manual-metadata:extending python library code`.
754 756
755.. _structure-meta-recipes-bsp: 757.. _structure-meta-recipes-bsp:
756 758