* [Buildroot] [pull request] Pull request for branch uclibc-0.9.30.2
@ 2010-01-14 9:18 Thomas Petazzoni
2010-01-14 9:18 ` [Buildroot] [PATCH 1/1] Add uClibc 0.9.30.2 Thomas Petazzoni
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2010-01-14 9:18 UTC (permalink / raw)
To: buildroot
The following changes since commit 6327fbc8b62a7728f9ba546eb04046c0adc4112f:
Peter Korsgaard (1):
kernel-headers: bump 2.6.27.x / 2.6.31.x / 2.6.32.x stable versions
are available in the git repository at:
git://git.busybox.net/~tpetazzoni/git/buildroot uclibc-0.9.30.2
Thomas Petazzoni (1):
Add uClibc 0.9.30.2
toolchain/uClibc/Config.in | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [PATCH 1/1] Add uClibc 0.9.30.2
2010-01-14 9:18 [Buildroot] [pull request] Pull request for branch uclibc-0.9.30.2 Thomas Petazzoni
@ 2010-01-14 9:18 ` Thomas Petazzoni
2010-01-14 9:23 ` [Buildroot] [pull request] Pull request for branch uclibc-0.9.30.2 Thomas Petazzoni
2010-01-15 14:21 ` Peter Korsgaard
2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2010-01-14 9:18 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
toolchain/uClibc/Config.in | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in
index 16708a6..b17c60f 100644
--- a/toolchain/uClibc/Config.in
+++ b/toolchain/uClibc/Config.in
@@ -5,7 +5,7 @@ comment "uClibc Options"
choice
prompt "uClibc C library Version"
- default BR2_UCLIBC_VERSION_0_9_30_1
+ default BR2_UCLIBC_VERSION_0_9_30_2
help
Select the version of uClibc you wish to use.
@@ -26,6 +26,9 @@ choice
config BR2_UCLIBC_VERSION_0_9_30_1
bool "uClibc 0.9.30.1"
+ config BR2_UCLIBC_VERSION_0_9_30_2
+ bool "uClibc 0.9.30.2"
+
config BR2_UCLIBC_VERSION_SNAPSHOT
bool "daily snapshot"
@@ -44,6 +47,7 @@ config BR2_UCLIBC_VERSION_STRING
default 0.9.29 if BR2_UCLIBC_VERSION_0_9_29
default 0.9.30 if BR2_UCLIBC_VERSION_0_9_30
default 0.9.30.1 if BR2_UCLIBC_VERSION_0_9_30_1
+ default 0.9.30.2 if BR2_UCLIBC_VERSION_0_9_30_2
default $BR2_USE_UCLIBC_SNAPSHOT if BR2_UCLIBC_VERSION_SNAPSHOT
config BR2_UCLIBC_CONFIG
@@ -52,6 +56,7 @@ config BR2_UCLIBC_CONFIG
default "toolchain/uClibc/uClibc-0.9.29.config" if BR2_UCLIBC_VERSION_0_9_29
default "toolchain/uClibc/uClibc-0.9.30.config" if BR2_UCLIBC_VERSION_0_9_30
default "toolchain/uClibc/uClibc-0.9.30.config" if BR2_UCLIBC_VERSION_0_9_30_1
+ default "toolchain/uClibc/uClibc-0.9.30.config" if BR2_UCLIBC_VERSION_0_9_30_2
default "toolchain/uClibc/uClibc-snapshot.config" if BR2_UCLIBC_VERSION_SNAPSHOT
help
Some people may wish to use their own modified uClibc configuration
--
1.6.3.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [Buildroot] [pull request] Pull request for branch uclibc-0.9.30.2
2010-01-14 9:18 [Buildroot] [pull request] Pull request for branch uclibc-0.9.30.2 Thomas Petazzoni
2010-01-14 9:18 ` [Buildroot] [PATCH 1/1] Add uClibc 0.9.30.2 Thomas Petazzoni
@ 2010-01-14 9:23 ` Thomas Petazzoni
2010-01-15 14:22 ` Peter Korsgaard
2010-01-15 14:21 ` Peter Korsgaard
2 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2010-01-14 9:23 UTC (permalink / raw)
To: buildroot
On Thu, 14 Jan 2010 10:18:43 +0100
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:
> Add uClibc 0.9.30.2
I'm testing it right now. I've just sent the patch early to avoid
duplicate work.
Concerning the patches that we have on uClibc 0.9.30.1:
* uClibc-0.9.30.1-64bit-strtouq.patch
Fixed by a7cd0cf2a31493506795528125a1d87428b67374
* uClibc-0.9.30.1-arm-fix-linuxthreads-sysdep.patch
Apparently fixed by 721ad11a13423115831da863fb5c5bbd0f340adb
* uClibc-0.9.30.1-c99-ldbl-math.patch
Fixed by aa148d76e87a63863808529a6687d053adc5a46d
* uClibc-0.9.30.1-dl-sysdep-inline.patch
Fixed by f12e73b50c47896faf4498a5085f9bfbd828a1c3
* uClibc-0.9.30.1-fix-getaddrinfo.patch
Fixed by 65119bba48b4ec904e81e99b701c8388afdb09a0
* uClibc-0.9.30.1-unifdef-getline.patch
Fixed by 27a28684fa518d92af24266eadc5d2efcc152104
So it looks like all the patches we were carrying for uClibc 0.9.30.1
have been merged upstream.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [pull request] Pull request for branch uclibc-0.9.30.2
2010-01-14 9:18 [Buildroot] [pull request] Pull request for branch uclibc-0.9.30.2 Thomas Petazzoni
2010-01-14 9:18 ` [Buildroot] [PATCH 1/1] Add uClibc 0.9.30.2 Thomas Petazzoni
2010-01-14 9:23 ` [Buildroot] [pull request] Pull request for branch uclibc-0.9.30.2 Thomas Petazzoni
@ 2010-01-15 14:21 ` Peter Korsgaard
2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2010-01-15 14:21 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> The following changes since commit 6327fbc8b62a7728f9ba546eb04046c0adc4112f:
Thomas> Peter Korsgaard (1):
Thomas> kernel-headers: bump 2.6.27.x / 2.6.31.x / 2.6.32.x stable versions
Thomas> are available in the git repository at:
Thomas> git://git.busybox.net/~tpetazzoni/git/buildroot uclibc-0.9.30.2
Sorry, I didn't see your pull request until after I had pushed a similar
commit. Seems like we misunderstood eachother on IRC ..
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] [pull request] Pull request for branch uclibc-0.9.30.2
2010-01-14 9:23 ` [Buildroot] [pull request] Pull request for branch uclibc-0.9.30.2 Thomas Petazzoni
@ 2010-01-15 14:22 ` Peter Korsgaard
0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2010-01-15 14:22 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> On Thu, 14 Jan 2010 10:18:43 +0100
Thomas> Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:
>> Add uClibc 0.9.30.2
Thomas> I'm testing it right now. I've just sent the patch early to avoid
Thomas> duplicate work.
Which would have worked if I had checked my mail ;)
It seems to work fine here as well (arm11).
Thomas> So it looks like all the patches we were carrying for uClibc 0.9.30.1
Thomas> have been merged upstream.
Exactly.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-01-15 14:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-14 9:18 [Buildroot] [pull request] Pull request for branch uclibc-0.9.30.2 Thomas Petazzoni
2010-01-14 9:18 ` [Buildroot] [PATCH 1/1] Add uClibc 0.9.30.2 Thomas Petazzoni
2010-01-14 9:23 ` [Buildroot] [pull request] Pull request for branch uclibc-0.9.30.2 Thomas Petazzoni
2010-01-15 14:22 ` Peter Korsgaard
2010-01-15 14:21 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox