summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/release-notes-4.2.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/release-notes-4.2.rst')
-rw-r--r--documentation/migration-guides/release-notes-4.2.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/documentation/migration-guides/release-notes-4.2.rst b/documentation/migration-guides/release-notes-4.2.rst
index 4cf1974d4f..a3e821cb4b 100644
--- a/documentation/migration-guides/release-notes-4.2.rst
+++ b/documentation/migration-guides/release-notes-4.2.rst
@@ -11,12 +11,8 @@ New Features / Enhancements in 4.2
11 :term:`buildtools` tarball. 11 :term:`buildtools` tarball.
12 12
13- BitBake in this release now supports a new ``addpylib`` directive to enable 13- BitBake in this release now supports a new ``addpylib`` directive to enable
14 Python libraries within layers. 14 Python libraries within layers. For more information,
15 15 see :ref:`bitbake-user-manual/bitbake-user-manual-metadata:extending python library code`.
16 This directive should be added to your layer configuration
17 as in the below example from ``meta/conf/layer.conf``::
18
19 addpylib ${LAYERDIR}/lib oe
20 16
21- BitBake has seen multiple internal changes that may impact 17- BitBake has seen multiple internal changes that may impact
22 memory and disk usage as well as parsing time, in particular: 18 memory and disk usage as well as parsing time, in particular: