Files
poky/documentation/migration-guides/release-notes-4.2.rst
Michael Opdenacker 46e3d2aefc migration-guides: fix 4.2 migration note issues
- Eliminate this warning:
  WARNING: Title underline too short.
- Remove a leftover patch file

(From yocto-docs rev: 15f1f9b234ba81177ff5fafdb3d42c002daffa56)

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-01-06 17:39:09 +00:00

29 lines
763 B
ReStructuredText

.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
Release notes for 4.2 (mickledore)
----------------------------------
New Features / Enhancements in 4.2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Python 3.8 is the minimum Python version required on the build host.
For host distributions that do not provide it, this is included as part of the
:term:`buildtools` tarball.
- This release now supports a new ``addpylib`` directive to enable
Python libraries within layers.
This directive should be added to your layer configuration,
as in the below example from ``meta/conf/layer.conf``::
addpylib ${LAYERDIR}/lib oe
- Architecture-specific enhancements:
- Kernel-related enhancements:
- QEMU/runqemu enhancements:
- Image-related enhancements: