* [Buildroot] buildroot 2009.02-rc1 releases
@ 2009-01-16 19:52 Peter Korsgaard
2009-01-16 20:52 ` danieljlaird at hotmail.com
` (2 more replies)
0 siblings, 3 replies; 13+ messages in thread
From: Peter Korsgaard @ 2009-01-16 19:52 UTC (permalink / raw)
To: buildroot
Hi,
With the source mirror stuff in place, we have all the features
required for the release, so I have released buildroot-2009.02-rc1 as
promised.
You can get it from:
http://buildroot.uclibc.org/downloads/buildroot-2009.02-rc1.tar.gz
or
http://buildroot.uclibc.org/downloads/buildroot-2009.02-rc1.tar.bz2
Please give it a spin and report back issues to the mailing list or
the bug tracker.
The plan is still to release the final 2009.02 release by FOSDEM
(February 7th).
Notice: I have NOT created a release branch as I want the release to
get as much testing as possible, so PLEASE only commit fixes to the
tree until we have the release out the door.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 13+ messages in thread* [Buildroot] buildroot 2009.02-rc1 releases 2009-01-16 19:52 [Buildroot] buildroot 2009.02-rc1 releases Peter Korsgaard @ 2009-01-16 20:52 ` danieljlaird at hotmail.com 2009-01-16 20:59 ` Ulf Samuelsson 2009-01-16 20:59 ` [Buildroot] buildroot 2009.02-rc1 releases [atngw100] Robert Nelson 2009-01-18 13:17 ` [Buildroot] buildroot 2009.02-rc1 releases Hamish Moffatt 2 siblings, 1 reply; 13+ messages in thread From: danieljlaird at hotmail.com @ 2009-01-16 20:52 UTC (permalink / raw) To: buildroot Fantastic job, I have a couple of small fixes (only fixes) I want to apply - will try and get them in early next week. A more stable release plan is really good. Is is worth starting a list somewhere of features, changes etc we would like early on in the development of a new release? - For me I would like us to have a serious look again at package structure as I am sure we could create less top level packages and extend on the idea of games/java/network/multimedia etc. - I will also be adding stuff to do with sysroot'ed external toolchains as thats what I use. Cheers Dan -------------------------------------------------- From: "Peter Korsgaard" <jacmet@uclibc.org> Sent: Friday, January 16, 2009 7:52 PM To: <buildroot@uclibc.org> Subject: [Buildroot] buildroot 2009.02-rc1 releases > Hi, > > With the source mirror stuff in place, we have all the features > required for the release, so I have released buildroot-2009.02-rc1 as > promised. > > You can get it from: > > http://buildroot.uclibc.org/downloads/buildroot-2009.02-rc1.tar.gz > > or > > http://buildroot.uclibc.org/downloads/buildroot-2009.02-rc1.tar.bz2 > > Please give it a spin and report back issues to the mailing list or > the bug tracker. > > The plan is still to release the final 2009.02 release by FOSDEM > (February 7th). > > Notice: I have NOT created a release branch as I want the release to > get as much testing as possible, so PLEASE only commit fixes to the > tree until we have the release out the door. > > -- > Bye, Peter Korsgaard > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot > ^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] buildroot 2009.02-rc1 releases 2009-01-16 20:52 ` danieljlaird at hotmail.com @ 2009-01-16 20:59 ` Ulf Samuelsson 2009-01-16 21:10 ` Markus Heidelberg 0 siblings, 1 reply; 13+ messages in thread From: Ulf Samuelsson @ 2009-01-16 20:59 UTC (permalink / raw) To: buildroot fre 2009-01-16 klockan 20:52 +0000 skrev danieljlaird at hotmail.com: > Fantastic job, > > I have a couple of small fixes (only fixes) I want to apply - will try and > get them in early next week. > A more stable release plan is really good. > > Is is worth starting a list somewhere of features, changes etc we would like > early on in the development of a new release? > > - For me I would like us to have a serious look again at package structure > as I am sure we could create less top level packages and extend on the idea > of games/java/network/multimedia etc. > - I will also be adding stuff to do with sysroot'ed external toolchains as > thats what I use. > I think it would be a good idea to have all things supported by busybox in a single menu, instead of spread out all over the place. This menu should be enabled by the BR2_PACKAGE_BUSYBOX_HIDE_OTHERS config > Cheers > Dan ^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] buildroot 2009.02-rc1 releases 2009-01-16 20:59 ` Ulf Samuelsson @ 2009-01-16 21:10 ` Markus Heidelberg 0 siblings, 0 replies; 13+ messages in thread From: Markus Heidelberg @ 2009-01-16 21:10 UTC (permalink / raw) To: buildroot Ulf Samuelsson, 16.01.2009: > fre 2009-01-16 klockan 20:52 +0000 skrev danieljlaird at hotmail.com: > > - For me I would like us to have a serious look again at package structure > > as I am sure we could create less top level packages and extend on the idea > > of games/java/network/multimedia etc. > > I think it would be a good idea to have all things supported > by busybox in a single menu, instead of spread out > all over the place. > This menu should be enabled by the > BR2_PACKAGE_BUSYBOX_HIDE_OTHERS config I think, if putting all busybox alternatives into a single menu, then the BR2_PACKAGE_BUSYBOX_HIDE_OTHERS option would lose it's purpose and could be removed, because the menu would already have a descriptive title. Markus ^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] buildroot 2009.02-rc1 releases [atngw100] 2009-01-16 19:52 [Buildroot] buildroot 2009.02-rc1 releases Peter Korsgaard 2009-01-16 20:52 ` danieljlaird at hotmail.com @ 2009-01-16 20:59 ` Robert Nelson 2009-01-16 21:49 ` Ulf Samuelsson 2009-01-16 22:17 ` Ulf Samuelsson 2009-01-18 13:17 ` [Buildroot] buildroot 2009.02-rc1 releases Hamish Moffatt 2 siblings, 2 replies; 13+ messages in thread From: Robert Nelson @ 2009-01-16 20:59 UTC (permalink / raw) To: buildroot On 1/16/2009 1:52 PM, Peter Korsgaard wrote: > Hi, > > With the source mirror stuff in place, we have all the features > required for the release, so I have released buildroot-2009.02-rc1 as > promised. > > You can get it from: > > http://buildroot.uclibc.org/downloads/buildroot-2009.02-rc1.tar.gz > > or > > http://buildroot.uclibc.org/downloads/buildroot-2009.02-rc1.tar.bz2 > > Please give it a spin and report back issues to the mailing list or > the bug tracker. > > The plan is still to release the final 2009.02 release by FOSDEM > (February 7th). > > Notice: I have NOT created a release branch as I want the release to > get as much testing as possible, so PLEASE only commit fixes to the > tree until we have the release out the door. > > Hello guys, atngw100_defconfig's failing, for some reason "4.2.2" isn't being correctly past with "BR2_GCC_VERSION" from the defconfig to the build. Started with a fresh download, 'make atngw100_defconfig', 'make'... Build system: debian lenny amd64 ******* #rm -f /media/mirror/testing/buildroot-2009.02-rc1/build_avr32/staging_dir/usr/bin/{ar,as,ld,nm,objdump,ranlib,strip} mkdir -p /media/mirror/testing/buildroot-2009.02-rc1/dl --2009-01-16 14:37:42-- ftp://www.at91.com/pub/buildroot//gcc--avr32-1.1.3.tar.bz2 => `/media/mirror/testing/buildroot-2009.02-rc1/dl/gcc--avr32-1.1.3.tar.bz2' Resolving www.at91.com... 194.2.24.29 Connecting to www.at91.com|194.2.24.29|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /pub/buildroot/ ... done. ==> SIZE gcc--avr32-1.1.3.tar.bz2 ... done. ==> PASV ... done. ==> RETR gcc--avr32-1.1.3.tar.bz2 ... No such file `gcc--avr32-1.1.3.tar.bz2'. -- Robert Nelson http://www.rcn-ee.com/ ^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] buildroot 2009.02-rc1 releases [atngw100] 2009-01-16 20:59 ` [Buildroot] buildroot 2009.02-rc1 releases [atngw100] Robert Nelson @ 2009-01-16 21:49 ` Ulf Samuelsson 2009-01-16 22:17 ` Ulf Samuelsson 1 sibling, 0 replies; 13+ messages in thread From: Ulf Samuelsson @ 2009-01-16 21:49 UTC (permalink / raw) To: buildroot fre 2009-01-16 klockan 14:59 -0600 skrev Robert Nelson: > On 1/16/2009 1:52 PM, Peter Korsgaard wrote: > > Hi, > > > > With the source mirror stuff in place, we have all the features > > required for the release, so I have released buildroot-2009.02-rc1 as > > promised. > > > > You can get it from: > > > > http://buildroot.uclibc.org/downloads/buildroot-2009.02-rc1.tar.gz > > > > or > > > > http://buildroot.uclibc.org/downloads/buildroot-2009.02-rc1.tar.bz2 > > > > Please give it a spin and report back issues to the mailing list or > > the bug tracker. > > > > The plan is still to release the final 2009.02 release by FOSDEM > > (February 7th). > > > > Notice: I have NOT created a release branch as I want the release to > > get as much testing as possible, so PLEASE only commit fixes to the > > tree until we have the release out the door. > > > > That is because 4.2.2 was deprecated which probably makes sense at this time. I think that if you do a make menuconfig, then the default compiler becomes 4.2.3 automagically. I will update the defconfig. BR Ulf Samuelsson > > Hello guys, > > atngw100_defconfig's failing, for some reason "4.2.2" isn't being > correctly past with "BR2_GCC_VERSION" from the defconfig to the build. > > Started with a fresh download, 'make atngw100_defconfig', 'make'... > > Build system: debian lenny amd64 > > ******* > #rm -f > /media/mirror/testing/buildroot-2009.02-rc1/build_avr32/staging_dir/usr/bin/{ar,as,ld,nm,objdump,ranlib,strip} > mkdir -p /media/mirror/testing/buildroot-2009.02-rc1/dl > --2009-01-16 14:37:42-- > ftp://www.at91.com/pub/buildroot//gcc--avr32-1.1.3.tar.bz2 > => > `/media/mirror/testing/buildroot-2009.02-rc1/dl/gcc--avr32-1.1.3.tar.bz2' > Resolving www.at91.com... 194.2.24.29 > Connecting to www.at91.com|194.2.24.29|:21... connected. > Logging in as anonymous ... Logged in! > ==> SYST ... done. ==> PWD ... done. > ==> TYPE I ... done. ==> CWD /pub/buildroot/ ... done. > ==> SIZE gcc--avr32-1.1.3.tar.bz2 ... done. > ==> PASV ... done. ==> RETR gcc--avr32-1.1.3.tar.bz2 ... > No such file `gcc--avr32-1.1.3.tar.bz2'. > > -- > Robert Nelson > http://www.rcn-ee.com/ > > > > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot -- Ulf Samuelsson <ulf.samuelsson@atmel.com> Atmel Nordic AB ^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] buildroot 2009.02-rc1 releases [atngw100] 2009-01-16 20:59 ` [Buildroot] buildroot 2009.02-rc1 releases [atngw100] Robert Nelson 2009-01-16 21:49 ` Ulf Samuelsson @ 2009-01-16 22:17 ` Ulf Samuelsson 1 sibling, 0 replies; 13+ messages in thread From: Ulf Samuelsson @ 2009-01-16 22:17 UTC (permalink / raw) To: buildroot fre 2009-01-16 klockan 14:59 -0600 skrev Robert Nelson: > On 1/16/2009 1:52 PM, Peter Korsgaard wrote: > > Hi, > > > > With the source mirror stuff in place, we have all the features > > required for the release, so I have released buildroot-2009.02-rc1 as > > promised. > > > > You can get it from: > > > > http://buildroot.uclibc.org/downloads/buildroot-2009.02-rc1.tar.gz > > > > or > > > > http://buildroot.uclibc.org/downloads/buildroot-2009.02-rc1.tar.bz2 > > > > Please give it a spin and report back issues to the mailing list or > > the bug tracker. > > > > The plan is still to release the final 2009.02 release by FOSDEM > > (February 7th). > > > > Notice: I have NOT created a release branch as I want the release to > > get as much testing as possible, so PLEASE only commit fixes to the > > tree until we have the release out the door. > > > > > > Hello guys, > > atngw100_defconfig's failing, for some reason "4.2.2" isn't being > correctly past with "BR2_GCC_VERSION" from the defconfig to the build. > > Started with a fresh download, 'make atngw100_defconfig', 'make'... > > Build system: debian lenny amd64 > I checked, and the 4.2.3 is actually using older binutils & uClibc and there was some issue with it, (Don't remember which) so I will make sure that the gcc-4.2.2 is enabled. 4.2.2 is what is used by HCE in the Atmel Buildroot so this should be considered the latest, There are maybe some new patches, that also should be added before release. BR Ulf Samuelsson > ******* > #rm -f > /media/mirror/testing/buildroot-2009.02-rc1/build_avr32/staging_dir/usr/bin/{ar,as,ld,nm,objdump,ranlib,strip} > mkdir -p /media/mirror/testing/buildroot-2009.02-rc1/dl > --2009-01-16 14:37:42-- > ftp://www.at91.com/pub/buildroot//gcc--avr32-1.1.3.tar.bz2 > => > `/media/mirror/testing/buildroot-2009.02-rc1/dl/gcc--avr32-1.1.3.tar.bz2' > Resolving www.at91.com... 194.2.24.29 > Connecting to www.at91.com|194.2.24.29|:21... connected. > Logging in as anonymous ... Logged in! > ==> SYST ... done. ==> PWD ... done. > ==> TYPE I ... done. ==> CWD /pub/buildroot/ ... done. > ==> SIZE gcc--avr32-1.1.3.tar.bz2 ... done. > ==> PASV ... done. ==> RETR gcc--avr32-1.1.3.tar.bz2 ... > No such file `gcc--avr32-1.1.3.tar.bz2'. > > -- > Robert Nelson > http://www.rcn-ee.com/ > > > > _______________________________________________ > buildroot mailing list > buildroot at busybox.net > http://lists.busybox.net/mailman/listinfo/buildroot -- Ulf Samuelsson <ulf.samuelsson@atmel.com> Atmel Nordic AB ^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] buildroot 2009.02-rc1 releases 2009-01-16 19:52 [Buildroot] buildroot 2009.02-rc1 releases Peter Korsgaard 2009-01-16 20:52 ` danieljlaird at hotmail.com 2009-01-16 20:59 ` [Buildroot] buildroot 2009.02-rc1 releases [atngw100] Robert Nelson @ 2009-01-18 13:17 ` Hamish Moffatt 2009-01-18 14:18 ` Peter Korsgaard 2 siblings, 1 reply; 13+ messages in thread From: Hamish Moffatt @ 2009-01-18 13:17 UTC (permalink / raw) To: buildroot On Fri, Jan 16, 2009 at 08:52:19PM +0100, Peter Korsgaard wrote: > With the source mirror stuff in place, we have all the features > required for the release, so I have released buildroot-2009.02-rc1 as > promised. Awesome work Peter. Thanks. If there's any other buildroot users/hackers at the linux.conf.au conference this week (in Hobart, Australia) speak up, as maybe we could meet for a chat. Hamish -- Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au> ^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] buildroot 2009.02-rc1 releases 2009-01-18 13:17 ` [Buildroot] buildroot 2009.02-rc1 releases Hamish Moffatt @ 2009-01-18 14:18 ` Peter Korsgaard 2009-01-19 17:14 ` Thomas Petazzoni 0 siblings, 1 reply; 13+ messages in thread From: Peter Korsgaard @ 2009-01-18 14:18 UTC (permalink / raw) To: buildroot >>>>> "Hamish" == Hamish Moffatt <hamish@cloud.net.au> writes: Hamish> On Fri, Jan 16, 2009 at 08:52:19PM +0100, Peter Korsgaard wrote: >> With the source mirror stuff in place, we have all the features >> required for the release, so I have released buildroot-2009.02-rc1 as >> promised. Hamish> Awesome work Peter. Thanks. You're welcome. Hamish> If there's any other buildroot users/hackers at the Hamish> linux.conf.au conference this week (in Hobart, Australia) Hamish> speak up, as maybe we could meet for a chat. Sorry, it's too far for me this year - I'll be at FOSDEM though. -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] buildroot 2009.02-rc1 releases 2009-01-18 14:18 ` Peter Korsgaard @ 2009-01-19 17:14 ` Thomas Petazzoni 2009-01-19 19:22 ` Peter Korsgaard 0 siblings, 1 reply; 13+ messages in thread From: Thomas Petazzoni @ 2009-01-19 17:14 UTC (permalink / raw) To: buildroot Le Sun, 18 Jan 2009 15:18:09 +0100, Peter Korsgaard <jacmet@uclibc.org> a ?crit : > Sorry, it's too far for me this year - I'll be at FOSDEM though. Do you plan to present Buildroot in the embedded devroom ? I'll be at FOSDEM, too. Thomas -- Thomas Petazzoni, Free Electrons Kernel, drivers and embedded Linux development, consulting, training and support. http://free-electrons.com ^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] buildroot 2009.02-rc1 releases 2009-01-19 17:14 ` Thomas Petazzoni @ 2009-01-19 19:22 ` Peter Korsgaard 2009-01-19 19:35 ` Arnar Mar Sig 0 siblings, 1 reply; 13+ messages in thread From: Peter Korsgaard @ 2009-01-19 19:22 UTC (permalink / raw) To: buildroot >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes: >> Sorry, it's too far for me this year - I'll be at FOSDEM though. Thomas> Do you plan to present Buildroot in the embedded devroom ? No, sorry - I thought about it, but ran out of time - Maybe next year? But I'll be there to comment on the ptxdist presentation ;) Thomas> I'll be at FOSDEM, too. Great, maybe we can meet for a beer or so. -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] buildroot 2009.02-rc1 releases 2009-01-19 19:22 ` Peter Korsgaard @ 2009-01-19 19:35 ` Arnar Mar Sig 2009-01-19 21:13 ` Peter Korsgaard 0 siblings, 1 reply; 13+ messages in thread From: Arnar Mar Sig @ 2009-01-19 19:35 UTC (permalink / raw) To: buildroot On Jan 19, 2009, at 8:22 PM, Peter Korsgaard wrote: >>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free- >>>>>> electrons.com> writes: > >>> Sorry, it's too far for me this year - I'll be at FOSDEM though. > > Thomas> Do you plan to present Buildroot in the embedded devroom ? > > No, sorry - I thought about it, but ran out of time - Maybe next year? > > But I'll be there to comment on the ptxdist presentation ;) > > Thomas> I'll be at FOSDEM, too. > > Great, maybe we can meet for a beer or so. I will also be there, so.. Buildroot beer party;) ? Greets Arnar Mar Sig Valka ehf ^ permalink raw reply [flat|nested] 13+ messages in thread
* [Buildroot] buildroot 2009.02-rc1 releases 2009-01-19 19:35 ` Arnar Mar Sig @ 2009-01-19 21:13 ` Peter Korsgaard 0 siblings, 0 replies; 13+ messages in thread From: Peter Korsgaard @ 2009-01-19 21:13 UTC (permalink / raw) To: buildroot >>>>> "Arnar" == Arnar Mar Sig <antab@valka.is> writes: >> Great, maybe we can meet for a beer or so. Arnar> I will also be there, so.. Buildroot beer party;) ? Yeah, release beer. -- Bye, Peter Korsgaard ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2009-01-19 21:13 UTC | newest] Thread overview: 13+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-01-16 19:52 [Buildroot] buildroot 2009.02-rc1 releases Peter Korsgaard 2009-01-16 20:52 ` danieljlaird at hotmail.com 2009-01-16 20:59 ` Ulf Samuelsson 2009-01-16 21:10 ` Markus Heidelberg 2009-01-16 20:59 ` [Buildroot] buildroot 2009.02-rc1 releases [atngw100] Robert Nelson 2009-01-16 21:49 ` Ulf Samuelsson 2009-01-16 22:17 ` Ulf Samuelsson 2009-01-18 13:17 ` [Buildroot] buildroot 2009.02-rc1 releases Hamish Moffatt 2009-01-18 14:18 ` Peter Korsgaard 2009-01-19 17:14 ` Thomas Petazzoni 2009-01-19 19:22 ` Peter Korsgaard 2009-01-19 19:35 ` Arnar Mar Sig 2009-01-19 21:13 ` Peter Korsgaard
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox