* [Buildroot] Buildroot 2015.02-rc1 released
@ 2015-02-08 21:26 Peter Korsgaard
2015-02-09 8:07 ` Thomas De Schampheleire
2015-02-09 19:59 ` François Perrad
0 siblings, 2 replies; 6+ messages in thread
From: Peter Korsgaard @ 2015-02-08 21:26 UTC (permalink / raw)
To: buildroot
Hi,
Buildroot 2015.02-rc1 is released - Go download it at:
http://buildroot.net/downloads/buildroot-2015.02-rc1.tar.gz
or
http://buildroot.net/downloads/buildroot-2015.02-rc1.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. Many thanks to the people contributing to this release:
git shortlog -s -n 2014.11..
232 Gustavo Zacarias
166 Thomas Petazzoni
94 Peter Korsgaard
83 Yann E. MORIN
75 Bernd Kuhls
56 Vicente Olivert Riera
41 Romain Naour
33 Baruch Siach
26 Yegor Yefremov
25 Arnout Vandecappelle
25 Francois Perrad
24 J?rg Krause
21 Peter Seiderer
20 Samuel Martin
17 Johan Oudinet
13 Fabio Porcedda
13 Jerzy Grzegorek
12 J?r?me Pouiller
11 Maxime Hadjinlian
7 Gregory Dymarek
6 Guido Mart?nez
6 Richard Genoud
6 Steve Kenton
5 Alex Suykov
5 Bartosz Golaszewski
5 Fatih A??c?
5 Nathaniel Roach
5 Paul Cercueil
5 Thierry Bultel
4 Angelo Compagnucci
4 Clayton Shotwell
4 David Bender
4 Floris Bos
4 Frank Hunleth
4 Pedro Aguilar
4 Ryan Coe
4 Simon Marchi
4 Zoltan Gyarmati
3 Alexander Clouter
3 Alexey Brodkin
3 Bj?rn Forsman
3 Doug Kehn
3 Ivo Slanina
3 Luca Ceresoli
3 Maxim Mikityanskiy
3 Vivien Didelot
2 Alan Ott
2 Andr? Hentschel
2 Beno?t Th?baudeau
2 Guillaume GARDET
2 Gwenhael Goavec-Merou
2 Jens Stimpfle
2 Nicolas Serafini
2 Philippe Proulx
2 Steve James
2 erico.nunes
1 Alvaro G. M
1 Danomi Manchego
1 Erico Nunes
1 Ernesto L. Williams Jr
1 Fabian Mewes
1 Hadrien Boutteville
1 Ilya Lipnitskiy
1 Ivan Sergeev
1 Jaap Crezee
1 Jean-Paul Etienne
1 Jeremy Kerr
1 Jeremy Rosen
1 Johan Derycke
1 Karoly Kasza
1 Nicolas Cavallari
1 Oli Vogt
1 Peter K?mmel
1 Pierre Le Magourou
1 Pieter De Gendt
1 Pieter Ronsijn
1 Ryan Barnett
1 Sagaert Johan
1 Spenser Gilliland
1 Thomas De Schampheleire
1 Vanya Sergeev
1 Vincent
1 Volker Krause
1 claurita
1 gilles.talis at gmail.com
And a special thanks to our patch reviewers:
git log 2014.11.. | grep -Ei '(reviewed|acked)-by:' | \
sed 's/.*by: //' | sort | uniq -c | sort -n -r
152 "Yann E. MORIN" <yann.morin.1998@free.fr>
13 Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
11 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
9 Vicente Olivert Riera <Vincent.Riera@imgtec.com>
8 Romain Naour <romain.naour@openwide.fr>
7 Samuel Martin <s.martin49@gmail.com>
7 Karoly Kasza <kaszak@gmail.com>
4 Markos Chandras <Markos.Chandras@imgtec.com>
2 Matt Weber <matthew.weber@rockwellcollins.com>
1 Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
1 Ryan Barnett <ryan.barnett@rockwellcollins.com>
1 Peter Seiderer <ps.report@gmx.net>
1 Luca Ceresoli <luca@lucaceresoli.net>
1 Gustavo Zacarias <gustavo@zacarias.com.ar>
1 Fabio Porcedda <fabio.porcedda@gmail.com>
1 Bernd Kuhls <bernd.kuhls@t-online.de>
This time again we had more than 80 unique contributors! I'm very happy
to see so many "new" people next to the "oldtimers". We once again had a
lot (1150) of changess all over the tree.
Of noteworthy new features/changes we have:
- Static/shared library handling reworked. This is now a tristate
(shared only / shared and static / static only). Default is now shared
only to speed up the build. BR2_PREFER_STATIC_LIB is now called
BR2_STATIC_LIBS.
- The toolchain (internal and external) will now warn when an unsafe
library or header path is used (such as /usr/include or /usr/lib). If
BR2_COMPILER_PARANOID_UNSAFE_PATH is enabled under build options this
instead becomes an error.
- Architectures: Freescale E5500 and E6500 PowerPC support added,
deprecated MIPS 1/2/3/4 support removed.
- New defconfigs: Freescale p2020ds, MIPS creator CI20, Raspberrypi with
DT, UDOO Quad.
- 'make <foo>_defconfig' now saves the path to the defconfig in the
.config, so a 'make savedefconfig' automatically updates it.
- Infrastructure for packages using the Erland rebar tool has been added.
- Hashes for a large number of packages have been added. Hashes are now
checked for both target and host packages.
- The system menu now has an option to automatically configure a network
interface through DHCP at bootup.
- The default filesystem skeleton now uses a separate tmpfs for /run
instead of a symlink to /tmp/ for security reasons / to protect
against conflicts with user generated temporary files.
- Large number of new packages (99): Erlang and Python modules, Kodi,
SELinux support packages, ..
And the usual package version updates and bug fixes. See the CHANGES
file for details:
http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.02-rc1
Like usual, I will now create a next branch and start merging in new
features, rather than wait until 2015.02 is released.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Buildroot 2015.02-rc1 released
2015-02-08 21:26 [Buildroot] Buildroot 2015.02-rc1 released Peter Korsgaard
@ 2015-02-09 8:07 ` Thomas De Schampheleire
2015-02-09 10:20 ` Peter Korsgaard
2015-02-09 19:59 ` François Perrad
1 sibling, 1 reply; 6+ messages in thread
From: Thomas De Schampheleire @ 2015-02-09 8:07 UTC (permalink / raw)
To: buildroot
On Sun, Feb 8, 2015 at 10:26 PM, Peter Korsgaard <peter@korsgaard.com> wrote:
> Hi,
>
> Buildroot 2015.02-rc1 is released - Go download it at:
>
> http://buildroot.net/downloads/buildroot-2015.02-rc1.tar.gz
>
> or
>
> http://buildroot.net/downloads/buildroot-2015.02-rc1.tar.bz2
>
> Or get it from Git:
>
> git://git.buildroot.net/buildroot
>
[..]
>
> Of noteworthy new features/changes we have:
>
> - Static/shared library handling reworked. This is now a tristate
> (shared only / shared and static / static only). Default is now shared
> only to speed up the build. BR2_PREFER_STATIC_LIB is now called
> BR2_STATIC_LIBS.
>
> - The toolchain (internal and external) will now warn when an unsafe
> library or header path is used (such as /usr/include or /usr/lib). If
> BR2_COMPILER_PARANOID_UNSAFE_PATH is enabled under build options this
> instead becomes an error.
>
> - Architectures: Freescale E5500 and E6500 PowerPC support added,
> deprecated MIPS 1/2/3/4 support removed.
>
> - New defconfigs: Freescale p2020ds, MIPS creator CI20, Raspberrypi with
> DT, UDOO Quad.
>
> - 'make <foo>_defconfig' now saves the path to the defconfig in the
> .config, so a 'make savedefconfig' automatically updates it.
>
> - Infrastructure for packages using the Erland rebar tool has been added.
This should be 'Erlang' (just saying this for the final release notes).
Best regards,
Thomas
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Buildroot 2015.02-rc1 released
2015-02-09 8:07 ` Thomas De Schampheleire
@ 2015-02-09 10:20 ` Peter Korsgaard
0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2015-02-09 10:20 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas De Schampheleire <patrickdepinguin@gmail.com> writes:
Hi,
>> - Infrastructure for packages using the Erland rebar tool has been added.
> This should be 'Erlang' (just saying this for the final release notes).
Argh, thanks. I'll fix that when I do the final release note.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Buildroot 2015.02-rc1 released
2015-02-08 21:26 [Buildroot] Buildroot 2015.02-rc1 released Peter Korsgaard
2015-02-09 8:07 ` Thomas De Schampheleire
@ 2015-02-09 19:59 ` François Perrad
2015-02-09 21:23 ` Yann E. MORIN
1 sibling, 1 reply; 6+ messages in thread
From: François Perrad @ 2015-02-09 19:59 UTC (permalink / raw)
To: buildroot
2015-02-08 22:26 GMT+01:00 Peter Korsgaard <peter@korsgaard.com>:
> Hi,
>
> Buildroot 2015.02-rc1 is released - Go download it at:
>
> http://buildroot.net/downloads/buildroot-2015.02-rc1.tar.gz
>
This tarball contains a symbolic link (docs/images -> docs/website/images).
I don't know if it's useful, but it is unusual.
Fran?ois
> or
>
> http://buildroot.net/downloads/buildroot-2015.02-rc1.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. Many thanks to the people contributing to this release:
>
> git shortlog -s -n 2014.11..
>
> 232 Gustavo Zacarias
> 166 Thomas Petazzoni
> 94 Peter Korsgaard
> 83 Yann E. MORIN
> 75 Bernd Kuhls
> 56 Vicente Olivert Riera
> 41 Romain Naour
> 33 Baruch Siach
> 26 Yegor Yefremov
> 25 Arnout Vandecappelle
> 25 Francois Perrad
> 24 J?rg Krause
> 21 Peter Seiderer
> 20 Samuel Martin
> 17 Johan Oudinet
> 13 Fabio Porcedda
> 13 Jerzy Grzegorek
> 12 J?r?me Pouiller
> 11 Maxime Hadjinlian
> 7 Gregory Dymarek
> 6 Guido Mart?nez
> 6 Richard Genoud
> 6 Steve Kenton
> 5 Alex Suykov
> 5 Bartosz Golaszewski
> 5 Fatih A??c?
> 5 Nathaniel Roach
> 5 Paul Cercueil
> 5 Thierry Bultel
> 4 Angelo Compagnucci
> 4 Clayton Shotwell
> 4 David Bender
> 4 Floris Bos
> 4 Frank Hunleth
> 4 Pedro Aguilar
> 4 Ryan Coe
> 4 Simon Marchi
> 4 Zoltan Gyarmati
> 3 Alexander Clouter
> 3 Alexey Brodkin
> 3 Bj?rn Forsman
> 3 Doug Kehn
> 3 Ivo Slanina
> 3 Luca Ceresoli
> 3 Maxim Mikityanskiy
> 3 Vivien Didelot
> 2 Alan Ott
> 2 Andr? Hentschel
> 2 Beno?t Th?baudeau
> 2 Guillaume GARDET
> 2 Gwenhael Goavec-Merou
> 2 Jens Stimpfle
> 2 Nicolas Serafini
> 2 Philippe Proulx
> 2 Steve James
> 2 erico.nunes
> 1 Alvaro G. M
> 1 Danomi Manchego
> 1 Erico Nunes
> 1 Ernesto L. Williams Jr
> 1 Fabian Mewes
> 1 Hadrien Boutteville
> 1 Ilya Lipnitskiy
> 1 Ivan Sergeev
> 1 Jaap Crezee
> 1 Jean-Paul Etienne
> 1 Jeremy Kerr
> 1 Jeremy Rosen
> 1 Johan Derycke
> 1 Karoly Kasza
> 1 Nicolas Cavallari
> 1 Oli Vogt
> 1 Peter K?mmel
> 1 Pierre Le Magourou
> 1 Pieter De Gendt
> 1 Pieter Ronsijn
> 1 Ryan Barnett
> 1 Sagaert Johan
> 1 Spenser Gilliland
> 1 Thomas De Schampheleire
> 1 Vanya Sergeev
> 1 Vincent
> 1 Volker Krause
> 1 claurita
> 1 gilles.talis at gmail.com
>
> And a special thanks to our patch reviewers:
>
> git log 2014.11.. | grep -Ei '(reviewed|acked)-by:' | \
> sed 's/.*by: //' | sort | uniq -c | sort -n -r
>
> 152 "Yann E. MORIN" <yann.morin.1998@free.fr>
> 13 Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> 11 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> 9 Vicente Olivert Riera <Vincent.Riera@imgtec.com>
> 8 Romain Naour <romain.naour@openwide.fr>
> 7 Samuel Martin <s.martin49@gmail.com>
> 7 Karoly Kasza <kaszak@gmail.com>
> 4 Markos Chandras <Markos.Chandras@imgtec.com>
> 2 Matt Weber <matthew.weber@rockwellcollins.com>
> 1 Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
> 1 Ryan Barnett <ryan.barnett@rockwellcollins.com>
> 1 Peter Seiderer <ps.report@gmx.net>
> 1 Luca Ceresoli <luca@lucaceresoli.net>
> 1 Gustavo Zacarias <gustavo@zacarias.com.ar>
> 1 Fabio Porcedda <fabio.porcedda@gmail.com>
> 1 Bernd Kuhls <bernd.kuhls@t-online.de>
>
> This time again we had more than 80 unique contributors! I'm very happy
> to see so many "new" people next to the "oldtimers". We once again had a
> lot (1150) of changess all over the tree.
>
> Of noteworthy new features/changes we have:
>
> - Static/shared library handling reworked. This is now a tristate
> (shared only / shared and static / static only). Default is now shared
> only to speed up the build. BR2_PREFER_STATIC_LIB is now called
> BR2_STATIC_LIBS.
>
> - The toolchain (internal and external) will now warn when an unsafe
> library or header path is used (such as /usr/include or /usr/lib). If
> BR2_COMPILER_PARANOID_UNSAFE_PATH is enabled under build options this
> instead becomes an error.
>
> - Architectures: Freescale E5500 and E6500 PowerPC support added,
> deprecated MIPS 1/2/3/4 support removed.
>
> - New defconfigs: Freescale p2020ds, MIPS creator CI20, Raspberrypi with
> DT, UDOO Quad.
>
> - 'make <foo>_defconfig' now saves the path to the defconfig in the
> .config, so a 'make savedefconfig' automatically updates it.
>
> - Infrastructure for packages using the Erland rebar tool has been added.
>
> - Hashes for a large number of packages have been added. Hashes are now
> checked for both target and host packages.
>
> - The system menu now has an option to automatically configure a network
> interface through DHCP at bootup.
>
> - The default filesystem skeleton now uses a separate tmpfs for /run
> instead of a symlink to /tmp/ for security reasons / to protect
> against conflicts with user generated temporary files.
>
> - Large number of new packages (99): Erlang and Python modules, Kodi,
> SELinux support packages, ..
>
> And the usual package version updates and bug fixes. See the CHANGES
> file for details:
>
> http://git.buildroot.net/buildroot/plain/CHANGES?id=2015.02-rc1
>
> Like usual, I will now create a next branch and start merging in new
> features, rather than wait until 2015.02 is released.
>
> --
> Bye, Peter Korsgaard
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Buildroot 2015.02-rc1 released
2015-02-09 19:59 ` François Perrad
@ 2015-02-09 21:23 ` Yann E. MORIN
2015-02-09 21:26 ` Yann E. MORIN
0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2015-02-09 21:23 UTC (permalink / raw)
To: buildroot
Fran?ois, All,
On 2015-02-09 20:59 +0100, Fran?ois Perrad spake thusly:
> 2015-02-08 22:26 GMT+01:00 Peter Korsgaard <peter@korsgaard.com>:
> > Hi,
> >
> > Buildroot 2015.02-rc1 is released - Go download it at:
> >
> > http://buildroot.net/downloads/buildroot-2015.02-rc1.tar.gz
> >
>
> This tarball contains a symbolic link (docs/images -> docs/website/images).
> I don't know if it's useful, but it is unusual.
Yes, it is needed for the manual.
The manual and the website share the same images, so we want to share
them rather than dupliacte them.
However, I did not find a satisfactory solution except for the symlink.
But I'll try to revisit this.
Until then, the symlink is on purpose.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 6+ messages in thread
* [Buildroot] Buildroot 2015.02-rc1 released
2015-02-09 21:23 ` Yann E. MORIN
@ 2015-02-09 21:26 ` Yann E. MORIN
0 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2015-02-09 21:26 UTC (permalink / raw)
To: buildroot
Fran?ois, All,
On 2015-02-09 22:23 +0100, Yann E. MORIN spake thusly:
> On 2015-02-09 20:59 +0100, Fran?ois Perrad spake thusly:
> > 2015-02-08 22:26 GMT+01:00 Peter Korsgaard <peter@korsgaard.com>:
> > > http://buildroot.net/downloads/buildroot-2015.02-rc1.tar.gz
> >
> > This tarball contains a symbolic link (docs/images -> docs/website/images).
> > I don't know if it's useful, but it is unusual.
>
> Yes, it is needed for the manual.
>
> The manual and the website share the same images, so we want to share
> them rather than dupliacte them.
>
> However, I did not find a satisfactory solution except for the symlink.
Hmmm... I had a quick look, and the "cleanup" might not be that complex.
Stay tuned! ;-)
Thanks for the report!
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-02-09 21:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-08 21:26 [Buildroot] Buildroot 2015.02-rc1 released Peter Korsgaard
2015-02-09 8:07 ` Thomas De Schampheleire
2015-02-09 10:20 ` Peter Korsgaard
2015-02-09 19:59 ` François Perrad
2015-02-09 21:23 ` Yann E. MORIN
2015-02-09 21:26 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox