blob: edafe378b06df5f2aa85cd36d077d116ce4c64af (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
.. 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:
|