Newer
Older
2022.08, released September 10th, 2022
Fixes all over the tree.
Autotools: Drop --runstatedir=/run as it causes build issues
with older packages
Defconfigs: rockpro64: Change to mainline ATF to fix build issue
Updated/fixed packages: dhcpd, fwup, gcc, gdb, go, linux-tools,
minidlna, mosquitto, mv-ddr-mervell, networkd-dispatcher,
optee-os, polkit, python-pillow, python3, sconeserver, uuu,
wolfssl
2022.08-rc2, released September 1st, 2022
Fixes all over the tree.
dependencies: Ensure 'find' and 'xargs' are available on the
build host.
A large number of typo fixes.
Defconfigs: bananapi m1, olimex a20/a33/lime: Use standard FPU
configuration, pine64_sopine: Use mainline ATF to fix build
Updated/fixed packages: ace, alsa-utils, busybox, cups,
dbus-broker, directfb, domoticz, drbd-utils, edk2,
edk2-platforms, ffmpeg, freeradius-server, freeswitch, gauche,
gcc, gdb, glibc, gnutls, gst1-plugins-bad, gst1-plugins-good,
hawktracer, igd-ethercat, imagemagick, intel-mediadriver,
jack2, jose, jpeg, jquery-ui-themes, kodi, libcamera, libdill,
libgit2, libglvnd, libgpg-error, libgpgme, libinput, libp11,
libsepol, libtirpc, libvirtd, libvncserver, libwpe, libzlib,
linux, linux-tools-perf, llvm, lshw, makedumpfile,
mali-driver, memcached, minetest, mutt, ne10, netsniff-ng,
ntpsec, ocrad, ola, opencv4, openocd, opensc, optee-os,
pcsc-lite, postgresql, protobuf, pulseaudio, python-autobahn,
python-paho-mqtt, python-protobuf, python-pygame, python3, qemu,
qoriq-cadence-dp-firmware, qt5doc, qt6base, ranger, rng-tools,
rsync, rustc, sconeserver, sdl2, snort, sqlite, squid,
stress-ng, strongswan, sunxi-mali-utgard-driver, sysdig,
sysklogd, syslinux, syslog-ng, tcf-agent, tcpreplay,
tesseract-ocr, uacme, uboot-tools, uclibc, udpcast, usbguard,
v4l2loopback, vim, webkitgtk, wolftpm, wpewebkit, xenomai,
xserver_xorg-server, zeek, zerofree
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
Fixes all over the tree and new features.
Architecture
- Support for NDS32 removed
- Support for C-SKY removed
- Support for configurable page size on ARM64 added
- Architecture menu re-organized: the MMU selection now
appears in this architecture menu.
Toolchain:
- GCC 12.x support added, GCC 11.x is now the default
compiler, and support for building a GCC 9.x toolchain has
been removed.
- glibc bumped to 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4
- uclibc bumped to 1.0.42
- BR2_GCC_ENABLE_LTO option removed, the toolchain is now
always built with LTO support. The new option BR2_ENABLE_LTO
enables the use of LTO in a subset of packages that have
explicit handling for LTO.
- GDB enabled on OpenRISC.
- Toolchain menu now appears before "Build options". The
selection of the C library now determines whether static
library (BR2_STATIC_LIBS) will be available or not, instead
of the other way around.
Filesystem:
- genimage.cfg files now use shortcuts from genimage for the
GUID of well-known GPT partitions.
Bootloaders:
- U-Boot can now be built with host-gnutls as a dependency,
needed for some configurations
- OP-TEE can now be built with host-python-pillow as a
dependency, needed for some configurations.
- OP-TEE source can now be retrieved from a custom tarball
URL.
- Grub has been bumped to 2.06.
Over 390 packages updated.
New defconfigs: aspeed_ast2500evb, aspeed_ast2600evb,
broadcom_northstar, canaan_kd233, qemu_riscv64_nommu_virt,
sipeed_maix_bit, sipeed_maix_bit_sdcard, sipeed_maix_dock,
sipeed_maix_dock_sdcard, sipeed_maix_go,
sipeed_maix_go_sdcard, sipeed_maixduino,
sipeed_maixduino_sdcard
Removed defconfigs: andes_ae300, csky_gx6605s,
friendlyarm_nanopi_neo, minnowboard_max-graphical
New packages: clpeak, compiler-rt, crucible, dbus-broker, dht,
double-conversion, dust, freeradius-server, gdal, hawktracer,
hyperfine, libb2, libdeflate, libdill, mbw, mender-connect,
minizip-zlib, nerdctl, ntpsec, opencl-hpp, opensc,
python-alembic, python-appdirs, python-beniget,
python-construct, python-dtschema, python-gast, python-kflash,
python-lark, python-maturin, python-mypy-extensions,
python-pylibfdt, python-pythran, python-pyrsistent,
python-qrcode, python-rfc3987, python-rtoml,
python-ruamel-yaml, python-scipy, python-typeguard,
python-typing-inspect, python-zlmdb, qt6base, rtl8723ds,
spirv-llvm-translator, tealdeer, uuu, vis-network, volk,
wolftpm, zeek, zerofree
Removed packages: rtl8723bs
Issues resolved:
#14556: python-crossbar fails to build
#14951: boost compile error when running make silently
#14646: OpenSSH 8.9p1 compiler error under mipsel
#14841: support/download/git fails with "fatal: No such remote
'origin'" due to incorrect check for origin remote
#13356: libabseil-cpp: not building for raspberry pi
#14911: host-python3 build needs python3 on the host
#13831: mesa3d - kmsro driver requires dri3
#13816: xstart failed since update the x11 libraries
#13796: Problems compiling package gst-plugins-good
#14191: patchelf v0.9 corrupt Nvidia shared libraries
#14891: sudo: group setup fails since commit 9b7f8da96b
#14881: Watchdogd Package missing INSTALL_STAGING
#14876: arm-trusted-firmware can no longer be compiled with fPIE
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
2022.05.3, released October 2nd, 2022
Important / security related fixes.
Fixed compatibility issue with make 4.3 and the 'printvars' /
'show-vars' commands.
Dependencies: Ensure 'find' and 'xargs' are available on the
build host.
A large number of typo fixes.
Defconfigs: Galileo: Fix defconfig syntax, Licheepi zero: Fix
U-Boot dependencies, Bananapi m1, Olimx a20 olinuxino lime
1+2, a33 olinuxino: Use standard FPU configuration, Pine 64
sopine, Rockpro 64: Change to mainline ATF to fix build issue.
Updated/fixed packages: ace, arm-trusted-firmware,
babeltrace2, boost, botan, busybox, clamav, cog, containerd,
cups, dhcpcd, directfb, docker-cli, docker-engine, connman,
edk2, edk2-platform, elf2flt, expat, ffmpeg, ficl, freeswitch,
gcc, gdb, git, glibc, gnutls, go, gocryptfs, graphicsmagick,
grub2, gst1-plugins-bad, gst1-plugins-good, heirloom-mailx,
icu, igh-ethercat, imagemagick, imx-gpu-viv, jack2, jose,
jpeg, jquery-ui-themes, kodi, kvm-unit-tests, libcamera,
libconfuse, libfreeimage, libglvnd, libgpg-error, libinput,
libmdbx, libp11, libsepol, libtirpc, libupnp, libvirt,
libvncserver, libwpe, libxml2, libzlib, linux, linux-tools,
lshw, m4, makedevs, mali-driver, mariadb, memcached, mesa3d,
minidlna, mosquitto, mutt, mv-ddr-marvell, ncurses, ne10,
netsniff-ng, networkd-dispatcher, ocrad, ola, opencv4,
openocd, openssh, openvmtools, pango, pcsc-lite, pistache,
polkit, postgis, postgresql, python-crossbar,
python-paho-mqtt, python-pygame, python-service-identity,
python-txdbus, python3, qemu, qlibc,
qoriq-cadence-dp-firmware, qt5xmlpatterns, ranger, redis,
rng-tools, rsync, rsyslog, rtl8189es, rtl8723bu, runc, rustc,
sconeserver, sdl2, snort, sox, sqlite, squid, stress-ng,
strongswan, sunxi-mali-utgard-driver, sysdig, syslinux,
syslog-ng, tcf-agent, tcpreplay, tesseract-ocr, tinyproxy,
uacme, uboot-tools, uclibc, unzip, usbguard, v4l2loopback,
vim, waffle, webkitgtk, weston, wolfssl, wpewebkit, xfsprogs,
xserver_xorg-server, xtables-addons, zziplib
Issues resolved:
#13216: [Documentation] 2020.02.6 requires GNU find utils
#14556: python-crossbar fails to build
#14796: 64 bit time and seccomp conflict (OpenSSH server crash)
#14951: boost compile error when running make silently
2022.05.2, released August 31st, 2022
Important / security related fixes.
dependencies: Ensure 'cmp' is available on the build host.
pkg-utils: The KCONFIG_ENABLE_OPT macro used to enforce a specific
Kconfig option to be enabled (E.G. for kernel options needed by
packages) no longer changes a =m (modular) with =y (built in).
check-host-rpath: Silence readelf warnings when clang is used
GCC 10.x updated to 10.4.0
Loading
Loading full blame...