[Buildroot] Buildroot 2016.05 released

Peter Korsgaard peter at korsgaard.com
Tue May 31 22:07:29 UTC 2016


Hi,

Buildroot 2016.05 is released - Go download it at:

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

or

http://buildroot.net/downloads/buildroot-2016.05.tar.bz2

Or get it from Git:

git://git.buildroot.net/buildroot

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

This was another fairly big development cycle with more than 1400 changes
all over the tree and more than 100 unique contributors! I'm very happy
to see so many "new" people next to the "oldtimers".

Of noteworthy new features/changes we have:

- Architectures: new ARM variants: Cortex A17 and M4, improved nonmmu
  (cortex-M) support, m68k has been re-enabled with support for
  ColdFire. For x86, support for the i386 variant has been dropped.

- Toolchain: Add GCC 6 support, remove GCC 4.5, mark GCC 4.7 as
  deprecated. Go programming language support, Add Binutils 2.26
  support. Old Sourcery PowerPC external toolchains removed, Sourcery
  MIPS 2016.06-8, AMD64 2015.11-139, NiosII 2015.11-130 added, Linaro
  ARM/ARMeb/Aarch64 toolchains updated.

- New defconfigs: Firefly RK3288, Boundary Devices i.MX7 Nitrogen7,
  STM32F429 and STM32F469 Discovery boards, Hardkernel ODROID-C2,
  Raspberry Pi Zero and Raspberry Pi 3. Some Qemu defconfigs were
  added for m68k, eXtensa-nommu and ColdFire.

- Lots (89) of new packages, mainly related to kodi and python.

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

http://git.buildroot.net/buildroot/plain/CHANGES?id=2016.05

Many thanks to the people contributing to this release:

git shortlog -s -n 2016.02..

   372	Gustavo Zacarias
   207	Bernd Kuhls
    97	Thomas Petazzoni
    53	Jörg Krause
    53	Peter Korsgaard
    47	Vicente Olivert Riera
    39	Martin Bark
    36	Yegor Yefremov
    32	Baruch Siach
    32	Yann E. MORIN
    30	Romain Naour
    23	Frank Hunleth
    21	Gary Bisson
    21	Waldemar Brodkorb
    20	Luca Ceresoli
    16	Mauro Condarelli
    16	Peter Seiderer
    14	Jerzy Grzegorek
    13	Gabe Evans
    13	Max Filippov
    12	Geoff Levand
    11	Francois Perrad
    11	Samuel Martin
     9	Arnout Vandecappelle
     8	Ezequiel García
     8	Fabio Porcedda
     7	Julian Scheel
     6	Jan Viktorin
     6	Ludovic Desroches
     6	Thomas De Schampheleire
     5	Fabio Estevam
     5	Julien CORJON
     5	Pieter Smith
     5	Romain Izard
     5	ludovic.desroches at atmel.com
     4	Alexander Dahl
     4	Benoît Allard
     4	Danomi Manchego
     4	Ricardo Martincoski
     4	Rodrigo Rebello
     4	Sergio Prado
     3	Alan Ott
     3	Angelo Compagnucci
     3	Benoît Mauduit
     3	Carlos Santos
     3	David PICARD
     3	Gwenhael Goavec-Merou
     3	Julien Corjon
     3	Lee Jones
     3	Marcin Niestroj
     3	Masahiro Yamada
     3	Maxime Hadjinlian
     2	André Hentschel
     2	Ariel D'Alessandro
     2	Christian Stewart
     2	Cyril Bur
     2	Joris Lijssens
     2	Matt Weber
     2	Mike Williams
     2	Olivier Schonken
     2	Pauli Sundberg
     2	Petr Vorel
     2	Phil Eichinger
     2	Ubaldo Porcheddu
     2	Vasant Hegde
     2	Vincent Stehlé
     2	Zoltan Gyarmati
     1	Alan Yaniger
     1	Alexey Brodkin
     1	Alistair Francis
     1	Antoine Ténart
     1	Arnout Vandecappelle (Essensium/Mind)
     1	Atul Singh
     1	Ben Boeckel
     1	Bjørn Forsman
     1	Brendan Heading
     1	Brian 'redbeard' Harrington
     1	Brian Kim
     1	Clayton Shotwell
     1	Damien Riegel
     1	Doug Kehn
     1	Erdem MEYDANLI
     1	Ian Haylock
     1	Ignacy Gawędzki
     1	Jason Abele
     1	Johan Sagaert
     1	Joshua Henderson
     1	Julien BOIBESSOT
     1	Julien Boibessot
     1	Mamatha Inamdar
     1	Marc Gonzalez
     1	Matthew Shyu
     1	Matthew Starr
     1	Maxime Coquelin
     1	Michel Marti
     1	Nathaniel Roach
     1	Nicolas Cavallari
     1	Nicolas Dichtel
     1	Niels Skou Olsen
     1	Niranjan Reddy
     1	Nitin Mendiratta
     1	Paulo Zaneti
     1	Rahul Bedarkar
     1	Roland Franke
     1	Sam bobroff
     1	Samuel Mendoza-Jonas
     1	Santosh Multhalli
     1	Schenk, Michael
     1	Sebastian Frias
     1	Stanislav Vasic
     1	Steve Calfee
     1	Tiago Brusamarello
     1	Trent Piepho
     1	Vivien Didelot
     1	kei-k at ca2.so-net.ne.jp
     1	niranjan.reddy

And a special thanks to our patch reviewers:

git log 2016.02.. | grep -Ei '(reviewed|acked)-by:' | \
    sed 's/.*by: //' | sort | uniq -c | sort -n -r

     50 Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
     36 "Yann E. MORIN" <yann.morin.1998 at free.fr>
     23 Romain Naour <romain.naour at gmail.com>
     21 Yegor Yefremov <yegorslists at googlemail.com>
      6 Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
      5 Gustavo Zacarias <gustavo at zacarias.com.ar>
      4 Julien Corjon <corjon.j at ecagroup.com>
      4 Bernd Kuhls <bernd.kuhls at t-online.de>
      2 Vicente Olivert Riera <Vincent.Riera at imgtec.com>
      2 Samuel Martin <s.martin49 at gmail.com>
      2 Matt Weber <matt at thewebers.ws>
      1 Ricardo Martincoski <ricardo.martincoski at gmail.com>
      1 Maxime Hadjinlian <maxime.hadjinlian at gmail.com>
      1 Julien Boibessot <julien.boibessot at armadeus.com>
      1 Geoff Levand <geoff at infradead.org>

Once again our autobuilders have helped us fix a huge amount of build
issues. Thanks to all the people reviewing failures and fixing issues:

for i in $(git log --format=%H 2016.02..); do \
    git show --quiet $i | grep -q http://autobuild && \
    git show --quiet --format="%an" $i ; done | sort | uniq -c | \
        sort -rn -k1

     35 Gustavo Zacarias
     34 Bernd Kuhls
     29 Thomas Petazzoni
     21 Jörg Krause
     20 Baruch Siach
     11 Romain Naour
      9 Waldemar Brodkorb
      8 Vicente Olivert Riera
      7 Peter Korsgaard
      7 Martin Bark
      6 Yegor Yefremov
      5 Samuel Martin
      5 Luca Ceresoli
      4 Peter Seiderer
      3 Yann E. MORIN
      3 Max Filippov
      2 Rodrigo Rebello
      2 Geoff Levand
      2 Arnout Vandecappelle
      1 Gwenhael Goavec-Merou
      1 Gary Bisson
      1 Francois Perrad

The next release will be 2016.08. Expect the first release candidate in
early August, and the final release at the end of the month.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list