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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
|
.. SPDX-License-Identifier: CC-BY-SA-2.0-UK
Release notes for 5.1 (styhead)
---------------------------------
New Features / Enhancements in 5.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Linux kernel 6.X, gcc 14.X, glibc 2.X, LLVM 18.X, and over XXX other recipe upgrades
- New variables:
- :term:`CVE_CHECK_MANIFEST_JSON_SUFFIX`: suffix for the CVE JSON manifest file.
- :term:`PRSERV_UPSTREAM`: Upstream PR service (``host:port``) for the local
PR server to connect to.
- :term:`RECIPE_UPGRADE_EXTRA_TASKS`: space-delimited list of tasks to run
after the new sources have been unpacked in the
``scripts/lib/devtool/upgrade.py`` upgrade() method.
- :term:`UNPACKDIR`: allow change of the :ref:`ref-tasks-unpack` task
directory.
- Architecture-specific enhancements:
- The default kernel is the current stable (6.10), and there is also support
for the latest long-term release (6.6).
- New core recipes:
- `fmt <https://fmt.dev>`__: an open-source formatting library for C++
(imported from meta-oe).
- `xcb-util-errors <http://xcb.freedesktop.org/XcbUtil/>`__: gives human
readable names to error codes and event codes
- QEMU / ``runqemu`` enhancements:
- runqemu: ``QB_DRIVE_TYPE`` now support for sd card (``/dev/mmcblk``)
- Rust improvements:
- SDK-related improvements:
- included ``nativesdk-python3-pip`` in buildtools.
- Testing:
- oeqa/selftest: Only rewrite envvars paths that absolutely point to builddir
- Enable ptests for ``python3-cffi``, ``python3-idna``, ``python3-libarchive-c``,
``python3-mako``, ``python3-packaging``, ``python3-uritools`` and ``python3-rpds-py``.
- Included ``nativesdk-python3-pip`` in :term:`buildtools` by default.
- Enable ptests for ``python3-cffi``, ``python3-idna``,
``python3-libarchive-c``, ``python3-mako``, ``python3-packaging``,
``python3-uritools`` and ``python3-rpds-py``.
- Utility script changes:
- New ``cve-json-to-text`` script that converts the ``cve-check`` result
from the JSON format to the TEXT format as ``cve-check`` removed text
format.
- New ``makefile-getvar`` script to extract value from a Makefile.
- New ``pull-spdx-licenses`` script to pull SPDX license data, update
license list JSON data and update license directory.
- Several improvements in ``oe-build-perf-report`` report.
- ``oe-debuginfod``: add parameter "-d" to store debuginfod files in project
sub-directory.
- ``resulttool``: support test report generation in JUnit XML format.
- BitBake improvements:
- New go module fetcher (``gomod://``) for downloading module dependencies to the
module cache from a module proxy.
- Fetcher for Rust crates: added a check for latest upstream version.
- ``syncrpc`` now requires a minimum version of the websockets module depend
on Python version.
- Improve ``bitbake-hashclient`` stress statistics reporting.
- ``bitbake-hashserv`` added ``reuseport`` parameter to enable SO_REUSEPORT,
allowing multiple servers to bind to the same port for load balancing
- Improve cloning speed with :term:`BB_GIT_SHALLOW` and
:term:`BB_GENERATE_MIRROR_TARBALLS`.
- `BitBake` UI now includes log paths for failed task.
- ``fetcher2``: support for wget and wget2.
- ``fetcher2``: support npm package name with '@' character.
- ``fetcher2``: remote name for ``git://`` is now ``origin`` by default.
- Codeparser now support shell substitution in quotes, for example::
var1="$(cmd1 ...)"
- devtool improvements:
- Fix ``_test_devtool_add_git_url`` test
- recipetool improvements:
- Packaging changes:
- Security improvements:
- Toaster Web UI improvements:
- Prominent documentation updates:
- Miscellaneous changes:
- Fix reproducibility for ``spirv-tools``
- Allow selection of host key types used by openssh.
- New glibc task ``do_symlist`` to list exported symbols.
- ``initramfs-framework`` support for force reboot in the case of fatal error.
- The :ref:`ref-classes-insane` class now checks for ``patch-status`` and
``pep517-backend`` by default.
- New ``yocto-space-optimize`` include file to allow turning off debug compiler options
for a small set of recipes to reduce build on disk footprint and package/sstate sizes.
- Image creation tasks inheriting from the :ref:`ref-classes-image` class
now produce a ``manifest.json`` file listing the images created. The
output manifest path is defined by the :term:`IMAGE_OUTPUT_MANIFEST`
variable.
- New :ref:`ref-classes-vex` class generates the minimum information that is necessary
for VEX generation by an external CVE checking tool.
- New :ref:`ref-classes-retain` class creates a tarball of the work directory for a recipe
when one of its tasks fails, or any other nominated directories.
- New ``localpkgfeed`` class in meta-selftest to create a subset of the
package feed that just contain the packages depended on by this recipe.
- New :term:`PACKAGECONFIG` options for individual recipes:
- ``appstream``: qt6
- ``cronie``: inotify
- ``gstreamer1``.0-plugins-bad: gtk3
- ``libsdl2``: libsamplerate
- ``mesa``: tegra
- ``openssh``: hostkey-rsa hostkey-ecdsa hostkey-ed25519
- ``pciutils``: kmod zlib
- ``piglit``: wayland
- ``pulseaudio``: oss-output
- ``python3``: staticlibpython
- ``python3-jsonschema``: format-nongpl (previously "nongpl")
- ``systemd``: bpf-framework
- ``util-linux``: libmount-mountfd-support
- Stop referring :term:`WORKDIR` for :term:`S` and :term:`B` and trigger
:ref:`ref-classes-insane` errors when :term:`S` or :term:`B` are equal to
:term:`WORKDIR`.
Known Issues in 5.1
~~~~~~~~~~~~~~~~~~~
Recipe License changes in 5.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The following corrections have been made to the :term:`LICENSE` values set by recipes:
- ``dejagnu``: update :term:`LICENSE` to ``GPL-3.0-only``.
- ``gcr``: update :term:`LICENSE` to ``LGPL-2.0-only``.
- ``glibc``: update :term:`LICENSE` to ``GPL-2.0-only & LGPL-2.1-or-later``.
- ``gpgme``: update :term:`LICENSE` for different packages.
- ``libgcrypt``: add license ``BSD-3-Clause``.
- ``linux-firmware``: separate license ``Firmware-linaro`` for linaro-license package.
- ``iw``: update :term:`LICENSE` to ``ISC``.
- ``ppp``: add license ``RSA-MD`` .
- ``tiff``: update :term:`LICENSE` to ``libtiff``.
- ``unzip``: update :term:`LICENSE` to ``Info-ZIP``.
- ``xz``: add :term:`LICENSE` ``PD`` for xz, xz-dev and xz-doc package.
- ``zip``: update :term:`LICENSE` to ``Info-ZIP``.
Security Fixes in 5.1
~~~~~~~~~~~~~~~~~~~~~
Recipe Upgrades in 5.1
~~~~~~~~~~~~~~~~~~~~~~
Contributors to 5.1
~~~~~~~~~~~~~~~~~~~
Thanks to the following people who contributed to this release:
- Adithya Balakumar
- Adriaan Schmidt
- Adrian Freihofer
- Alban Bedel
- Alejandro Hernandez Samaniego
- Aleksandar Nikolic
- Alessandro Pecugi
- Alexander Kanavin
- Alexander Sverdlin
- Alexandre Belloni
- Alexandre Truong
- Alexis Lothoré
- Andrew Fernandes
- Andrew Oppelt
- Andrey Zhizhikin
- Anton Almqvist
- Antonin Godard
- Anuj Mittal
- Archana Polampalli
- Bartosz Golaszewski
- Benjamin Bara
- Benjamin Szőke
- Bruce Ashfield
- Carlos Alberto Lopez Perez
- Changhyeok Bae
- Changqing Li
- Chen Qi
- Chris Laplante
- Chris Spencer
- Christian Bräuner Sørensen
- Christian Lindeberg
- Christian Taedcke
- Clara Kowalsky
- Clément Péron
- Colin McAllister
- Corentin Lévy
- Daniel Klauer
- Daniel Semkowicz
- Daniil Batalov
- Dan McGregor
- Deepesh Varatharajan
- Deepthi Hemraj
- Denys Dmytriyenko
- Divya Chellam
- Dmitry Baryshkov
- Emil Kronborg
- Enguerrand de Ribaucourt
- Enrico Jörns
- Esben Haabendal
- Etienne Cordonnier
- Fabio Estevam
- Felix Nilsson
- Florian Amstutz
- Gassner, Tobias.ext
- Gauthier HADERER
- Guðni Már Gilbert
- Harish Sadineni
- Heiko Thole
- Het Patel
- Hongxu Jia
- Igor Opaniuk
- Intaek Hwang
- Iskander Amara
- Jaeyoon Jung
- Jan Vermaete
- Jasper Orschulko
- Joe Slater
- Johannes Schneider
- John Ripple
- Jonas Gorski
- Jonas Munsin
- Jonathan GUILLOT
- Jon Mason
- Jookia
- Jordan Crouse
- Jörg Sommer
- Jose Quaresma
- Joshua Watt
- Julien Stephan
- Kai Kang
- Kari Sivonen
- Khem Raj
- Kirill Yatsenko
- Konrad Weihmann
- Lee Chee Yang
- Lei Maohui
- Leon Anavi
- Leonard Göhrs
- Louis Rannou
- Marc Ferland
- Marcus Folkesson
- Marek Vasut
- Mark Hatle
- Markus Volk
- Marlon Rodriguez Garcia
- Marta Rybczynska
- Martin Hundebøll
- Martin Jansa
- Matthew Bullock
- Matthias Pritschet
- Maxin B. John
- Michael Glembotzki
- Michael Haener
- Michael Halstead
- Michael Opdenacker
- Michal Sieron
- Mikko Rapeli
- Mingli Yu
- Naveen Saini
- Niko Mauno
- Ninette Adhikari
- Noe Galea
- Ola x Nilsson
- Oleksandr Hnatiuk
- Otavio Salvador
- Patrick Wicki
- Paul Barker
- Paul Eggleton
- Paul Gerber
- Pedro Ferreira
- Peter Kjellerstedt
- Peter Marko
- Philip Lorenz
- Poonam Jadhav
- Primoz Fiser
- Quentin Schulz
- Ralph Siemsen
- Rasmus Villemoes
- Ricardo Simoes
- Richard Purdie
- Robert Joslyn
- Robert Kovacsics
- Robert Yang
- Ross Burton
- Rudolf J Streif
- Ryan Eatmon
- Sabeeh Khan
- Sakib Sajal
- Samantha Jalabert
- Siddharth Doshi
- simit.ghane
- Simone Weiß
- Soumya Sambu
- Sreejith Ravi
- Stefan Mueller-Klieser
- Sundeep KOKKONDA
- Sven Schwermer
- Teresa Remmet
- Theodore A. Roth
- Thomas Perrot
- Tim Orling
- Tom Hochstein
- Trevor Gamblin
- Troels Dalsgaard Hoffmeyer
- Tronje Krabbe
- Ulrich Ölmann
- Victor Kamensky
- Vijay Anusuri
- Vincent Kriek
- Vivek Puar
- Wadim Egorov
- Wang Mingyu
- Weisser, Pascal.ext
- Willy Tu
- Xiangyu Chen
- Yang-Mark Zhang
- Yash Shinde
- Yi Zhao
- Yoann Congal
- Yogita Urade
- Yuri D'Elia
- Zahir Hussain
- Zev Weiss
- Zoltan Boszormenyi
Repositories / Downloads for Yocto-5.1
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|