All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Subject: [Buildroot] Buildroot 2024.11 released
Date: Sun, 08 Dec 2024 13:57:45 +0100	[thread overview]
Message-ID: <871pyi2uye.fsf@dell.be.48ers.dk> (raw)

Hi,

Buildroot 2024.11 is released - Go download it at:

http://buildroot.net/downloads/buildroot-2024.11.tar.gz

or

http://buildroot.net/downloads/buildroot-2024.11.tar.xz

Or get it from Git:

https://gitlab.com/buildroot.org/buildroot.git (2024.11 tag)

Please give it a spin and report any problems to the mailing list or
bug tracker.

Again a quite active development cycle with almost 1600 changes all over
the tree and 103 unique contributors! I'm once again very happy to see
so many "new" people next to the "oldtimers".

Of noteworthy new features/changes we have:

Toolchain:
- binutils 2.43 added, binutils 2.42 becomes the default.
- glibc updated to 2.40
- ARM, Bootlin and Synopsys external toolchains updated
- Support added for ARM FDPIC, which allows to use shared
  libraries on ARM noMMU targets

Go support: allow using a pre-built Go compiler, using the new
go-bin package.

New defconfigs: friendlyarm_nanopi_neo, nvidia_bf3, stm32f746_disco_sd,
ti_am62px_sk, versal_vek280

ew packages: andes-spi-burn, bfscripts, cpp-httplib, dlib, dpdk,
evilwm, go-bin, iana-assignments, iotools, lua-uuid, oath-toolkit,
perl-mime-base32, python-aiohappyeyeballs, python-aiomqtt,
python-argcomplete, python-dotenv, python-dunamai, python-immutabledict,
python-iterable-io, python-path, python-poetry-dynamic-versioning,
python-propcache, python-proto-plus, python-psygnal, python-pyaml,
python-pydantic-settings, python-pyqt5-sip, python-pysnmpcrypto,
python-rgbmatrix, python-sdbus, python-sdbus-networkmanager,
python-simple-websocket, python-tinyhtml5, python-zipstream-ng,
qt6charts, qt6scxml, superiotool, tailscale, tinyinit, uefisettings

Removed packages: bsdiff, popperjs

And the usual package version updates and bug fixes. See the CHANGES
file for details:

https://gitlab.com/buildroot.org/buildroot/-/blob/2024.11/CHANGES

Many thanks to the people contributing to this release:

git shortlog -s -n 2024.08..

   556	James Hilliard
   174	Peter Korsgaard
   109	Bernd Kuhls
    95	Julien Olivain
    64	Francois Perrad
    53	Waldemar Brodkorb
    36	Thomas Petazzoni
    31	Adam Duskett
    31	Yann E. MORIN
    30	Dario Binacchi
    25	Marcus Hoffmann
    24	Romain Naour
    23	Johan Oudinet
    15	Fiona Klute (WIWA)
    14	Brandon Maier
    14	Giulio Benetti
    12	Fabio Estevam
    10	Niklas Cassel
    10	Scott Fan
     9	Christian Stewart
     9	Flávio Tapajós
     8	Adrian Perez de Castro
     8	Bryan Brattlof
     8	J. Neuschäfer
     8	Michael Nosthoff
     8	Thomas Perale
     7	Akhilesh Nema
     7	Michel Alex
     7	Neal Frager
     7	Roy Kollen Svendsen
     6	Ben Wolsieffer
     6	Maxim Kochetkov
     6	TIAN Yuanhao
     6	Vincent Jardin
     5	Arnout Vandecappelle
     5	Baruch Siach
     5	Christian Hitz
     5	Nicolas Cavallari
     5	Petr Vorel
     5	Thomas Devoogdt
     5	Zoltan Gyarmati
     4	George Kiagiadakis
     4	Mattia Narducci
     4	Michael Fischer
     4	Raphaël Mélotte
     4	Yu-Chien Peter Lin
     3	Cherniaev Andrei
     3	Dong Wang
     3	Edgar Bonet
     3	Geoff Levand
     3	Gilles Talis
     3	Guillaume GC. Chaye
     3	Ludwig Kormann
     3	Thomas Claveirole
     3	Vincent Stehlé
     3	Wolfram Sang
     2	Andy Shevchenko
     2	Bagas Sanjaya
     2	Florian Fainelli
     2	Jamie Gibbons
     2	Konstantin Menyaev
     2	Ralf Dragon
     2	Wilfred Mallawa
     2	Yu Chien Peter Lin
     1	Aleksandr Makarov
     1	Anisse Astier
     1	Anssi Hannula
     1	Athaariq Ardhiansyah
     1	Bart Van Severen
     1	Boerge Struempfel
     1	Bryce Johnson
     1	Cody Green
     1	Damien Thébault
     1	Daniel Palmer
     1	Dmitry Chestnykh
     1	Erico Nunes
     1	Hannah Kiekens
     1	He Haorui
     1	Hugo Cornelis
     1	Ismael Luceno
     1	Jean-Michel Hautbois
     1	Joachim Wiberg
     1	Jon Henrik Bjørnstad
     1	José Luis Salvador Rufo
     1	Kieran Bingham
     1	LP C
     1	Michael Trimarchi
     1	Michael Vetter
     1	Mika Westerberg
     1	Parthiban Nallathambi
     1	Paul Cercueil
     1	Pedro Aguilar
     1	Raimundo Sagarzazu
     1	Raphael Gallais-Pou
     1	Raphael Pavlidis
     1	Sabeeh Khan
     1	Sebastien Laveze
     1	Sen Hastings
     1	Simon Rowe
     1	Vladimir Oltean
     1	Yuriy Kolerov
     1	Леонид Юрьев (Leonid Yuriev)
     1	黄子懿

And a special thanks to our patch reviewers (we need more!):

git log --no-merges --grep '(Reviewed|Acked)-by:' -E -i \
  --format="%(trailers:valueonly=true,key=Reviewed-by,key=Acked-by)%-C()" \
  2024.08.. | sort | uniq -c | sort -nr

      9 Petr Vorel <petr.vorel@gmail.com>
      5 Romain Naour <romain.naour@smile.fr>
      5 Leo Yu-Chi Liang <ycliang@andestech.com>
      5 Julien Olivain <ju.o@free.fr>
      4 Vincent Jardin <vjardin@free.fr>
      3 Luca Ceresoli <luca.ceresoli@bootlin.com>
      3 Fiona Klute (WIWA) <fiona.klute@gmx.de>
      3 Dario Binacchi <dario.binacchi@amarulasolutions.com>
      2 Maxim Kochetkov <fido_max@inbox.ru>
      2 Marcus Folkesson <marcus.folkesson@gmail.com>
      2 Damien Le Moal <dlemoal@kernel.org>
      2 Brandon Maier <brandon.maier@collins.com>
      2 Adrian Perez de Castro <aperez@igalia.com>
      1 Yann Morin <yann.morin.1998@free.fr>
      1 Yann E. MORIN <yann.morin@orange.com>
      1 TIAN Yuanhao <tianyuanhao3@163.com>
      1 Thomas Petazzoni <thomas.petazzoni@bootlin.com>
      1 Raphaël Mélotte <raphael.melotte@mind.be>
      1 Niklas Cassel <cassel@kernel.org>
      1 Marcus Hoffmann <buildroot@bubu1.eu>
      1 Kieran Bingham <kieran.bingham@ideasonboard.com>
      1 José Luis Salvador Rufo <salvador.joseluis@gmail.com>
      1 J. Neuschäfer <j.neuschaefer@gmx.net>
      1 Herve Codina <herve.codina@bootlin.com>
      1 Gilles Talis <gilles.talis@gmail.com>
      1 Fiona Klute <fiona.klute@gmx.de>
      1 Fabio Estevam <festevam@gmail.com>
      1 Christian Stewart <christian@aperture.us>
      1 Arnout Vandecappelle <arnout@mind.de>
      1 Alistair Francis <alistair.francis@wdc.com>
      1 Adam Duskett <adam.duskett@amarulasolutions.com>

The next release will be 2025.02, which will become the next long term
support release. Expect the first release candidate at the beginning of
February and the final release at the end of the month.

This release will be supported with security and other important fixes
until 2025.02 is out.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

                 reply	other threads:[~2024-12-08 12:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871pyi2uye.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.com \
    --cc=buildroot@buildroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.