mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 01:02:22 +01:00
- 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>
29 lines
763 B
ReStructuredText
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:
|
|
|