Update for 2022.11

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022.11.x 2022.11
Peter Korsgaard 2022-12-05 08:23:19 +01:00
parent 74b1d385b6
commit 40bd4a32aa
5 changed files with 51 additions and 13 deletions

20
CHANGES
View File

@ -1,3 +1,23 @@
2022.11, released December 5th, 2022
Fixes all over the tree.
Defconfigs: Nitrogen8*: Bump rootfs size, Zynqmp
kv260/zcu102/zcu106: Update to Xilinx 2022.2,
Updated/fixed packages: dash, dovecot, elf2flt, exim, gcc,
gdb, git, kodi, libarchive, libmdbx, linuxptp, lxc,
matchbox-keyboard, memcached, netsnmp, optee-client,
python-scipy, python3, qt6base, qt6serialport, rtl8188eu,
rtl8723bu, rtl8723ds, rtl8821au, vim, vlc, wilc-driver
Removed packages: rabbitmq-server
Issues resolved (http://bugs.uclibc.org):
#15131: Target GDB uses internal zlib
#15151: Busybox /etc/init.d scripts are not executable
2022.11-rc3, released November 24th, 2022
Fixes all over the tree.

View File

@ -92,7 +92,7 @@ all:
.PHONY: all
# Set and export the version string
export BR2_VERSION := 2022.11-rc3
export BR2_VERSION := 2022.11
# Actual time the release is cut (for reproducible builds)
BR2_VERSION_EPOCH = 1669308000

View File

@ -42,40 +42,40 @@
</div>
</div>
<h3 style="text-align: center;">Latest stable release: <b>2022.08.2</b></h3>
<h3 style="text-align: center;">Latest stable release: <b>2022.11</b></h3>
<div class="row mt centered">
<div class="col-sm-6">
<div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
<div class="flipper">
<div class="front">
<a href="/downloads/buildroot-2022.08.2.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
<a href="/downloads/buildroot-2022.11.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
</div>
<div class="back">
<a href="/downloads/buildroot-2022.08.2.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
<a href="/downloads/buildroot-2022.11.tar.gz"><img src="images/zip.png" width="180" alt=""></a>
</div>
</div>
</div>
<h3><a href="/downloads/buildroot-2022.08.2.tar.gz">buildroot-2022.08.2.tar.gz</a></h3>
<p><a href="/downloads/buildroot-2022.08.2.tar.gz.sign">PGP signature</a></p>
<h3><a href="/downloads/buildroot-2022.11.tar.gz">buildroot-2022.11.tar.gz</a></h3>
<p><a href="/downloads/buildroot-2022.11.tar.gz.sign">PGP signature</a></p>
</div>
<div class="col-sm-6">
<div class="flip-container center-block" ontouchstart="this.classList.toggle('hover');">
<div class="flipper">
<div class="front">
<a href="/downloads/buildroot-2022.08.2.tar.xz"><img src="images/package.png" width="180" alt=""></a>
<a href="/downloads/buildroot-2022.11.tar.xz"><img src="images/package.png" width="180" alt=""></a>
</div>
<div class="back">
<a href="/downloads/buildroot-2022.08.2.tar.xz"><img src="images/package.png" width="180" alt=""></a>
<a href="/downloads/buildroot-2022.11.tar.xz"><img src="images/package.png" width="180" alt=""></a>
</div>
</div>
</div>
<h3><a href="/downloads/buildroot-2022.08.2.tar.xz">buildroot-2022.08.2.tar.xz</a></h3>
<p><a href="/downloads/buildroot-2022.08.2.tar.xz.sign">PGP signature</a></p>
<h3><a href="/downloads/buildroot-2022.11.tar.xz">buildroot-2022.11.tar.xz</a></h3>
<p><a href="/downloads/buildroot-2022.11.tar.xz.sign">PGP signature</a></p>
</div>
</div>
<!--
<h3 style="text-align: center;">Latest release candidate: <b>2022.11-rc3</b></h3>
<div class="row mt centered">
<div class="col-sm-6">
@ -114,7 +114,7 @@
<a href="/downloads/">http://buildroot.net/downloads/</a>.
</div>
</div>
-->
<div class="panel panel-primary">
<div class="panel-heading">Source code</div>
<div class="panel-body">

View File

@ -9,6 +9,24 @@
<h2>News</h2>
<ul class="timeline">
<li class="timeline-inverted">
<div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="timeline-title">2022.11 released</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>5 December 2022</small></p>
</div>
<div class="timeline-body">
<p>The stable 2022.11 release is out - Thanks to everyone
contributing and testing the release candidates. See the
<a href="http://git.buildroot.net/buildroot/plain/CHANGES?id=2022.11">CHANGES</a>
file for more details
and go to the <a href="/downloads/">downloads page</a> to pick up the
<a href="/downloads/buildroot-2022.11.tar.xz">2022.11 release</a>.</p>
</div>
</div>
</li>
<li>
<div class="timeline-badge"><i class="glyphicon glyphicon-thumbs-up"></i></div>
<div class="timeline-panel">

View File

@ -5,7 +5,7 @@
################################################################################
# Buildroot version to use
RELEASE='2022.08.2'
RELEASE='2022.11'
### Change here for more memory/cores ###
VM_MEMORY=2048