Update for 2026.05

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard
2026-06-08 22:38:49 +02:00
parent 94b2cc09e2
commit 313414b92c
5 changed files with 42 additions and 12 deletions

10
CHANGES
View File

@@ -1,3 +1,13 @@
2026.05, released June 8th, 2026
Various fixes.
Defconfigs: Correct legal-info for at91sam9x5ek*
(at91bootstrap3) and Arcturus ucp1020 (Linux)
Updated/fixed packages: jailhouse, libde265, libinput, libusb,
php, python3, runc
2026.05-rc4, released June 4th, 2026
Fixes all over the tree.

View File

@@ -92,9 +92,9 @@ all:
.PHONY: all
# Set and export the version string
export BR2_VERSION := 2026.05-rc4
export BR2_VERSION := 2026.05
# Actual time the release is cut (for reproducible builds)
BR2_VERSION_EPOCH = 1780580000
BR2_VERSION_EPOCH = 1780950000
# Save running make version since it's clobbered by the make package
RUNNING_MAKE_VERSION := $(MAKE_VERSION)

View File

@@ -16,6 +16,7 @@
<th>Latest release date</th>
<th colspan="2">Downloads</td>
</tr>
<!--
<tr>
<th>Candidate</th>
<th>2026.05.x</th>
@@ -42,30 +43,31 @@
<a href="/downloads/buildroot-2026.05-rc4.tar.xz.sign">[PGP sig]</a>
</td>
</tr>
-->
<tr>
<th>Stable</th>
<th>2026.02.x</th>
<td>June 2026</td>
<th>2026.05.x</th>
<td>September 2026</td>
<td>
2026.02.2<br/>
<a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2026.02.2/CHANGES">
2026.05<br/>
<a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2026.05/CHANGES">
Changelog
</a>
</td>
<td>2026-05-20</td>
<td>2026-06-08</td>
<td>
<a href="/downloads/buildroot-2026.02.2.tar.gz">
<a href="/downloads/buildroot-2026.05.tar.gz">
<img src="images/zip.png" width="24" alt="">
.tar.gz
</a><br/>
<a href="/downloads/buildroot-2026.02.2.tar.gz.sign">[PGP sig]</a>
<a href="/downloads/buildroot-2026.05.tar.gz.sign">[PGP sig]</a>
</td>
<td>
<a href="/downloads/buildroot-2026.02.2.tar.xz">
<a href="/downloads/buildroot-2026.05.tar.xz">
<img src="images/package.png" width="24" alt="">
.tar.xz
</a><br/>
<a href="/downloads/buildroot-2026.02.2.tar.xz.sign">[PGP sig]</a>
<a href="/downloads/buildroot-2026.05.tar.xz.sign">[PGP sig]</a>
</td>
</tr>
<tr>

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">2026.05 released</h4>
<p><small class="text-muted"><i class="glyphicon glyphicon-time"></i>8 June 2026</small></p>
</div>
<div class="timeline-body">
<p>The stable 2026.05 release is out - Thanks to everyone
contributing and testing the release candidates. See the
<a href="https://gitlab.com/buildroot.org/buildroot/-/blob/2026.05/CHANGES">CHANGES</a>
file for more details
and go to the <a href="/downloads/">downloads page</a> to pick up the
<a href="/downloads/buildroot-2026.05.tar.xz">2026.05 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='2026.02'
RELEASE='2026.05'
### Change here for more memory/cores ###
VM_MEMORY=2048