mirror of
https://git.yoctoproject.org/poky
synced 2026-03-28 01:02:21 +01:00
(From yocto-docs rev: 9276628507233aef554450c807d8456a0eb00225) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
29 lines
762 B
ReStructuredText
29 lines
762 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:
|
|
|