Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch avr32-fixes
@ 2009-12-15 11:23 Thomas Petazzoni
  2009-12-15 11:23 ` [Buildroot] [PATCH 1/2] uclibc: get rid of avr32 special version since upstream works Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2009-12-15 11:23 UTC (permalink / raw)
  To: buildroot

The following changes since commit 687d0958a31f6aee8e8e4d26360961327049d9a8:
  Peter Korsgaard (1):
        toolchain/uClibc: avr32 patch should apply to 0.9.30.1

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot avr32-fixes

Thomas Petazzoni (2):
      uclibc: get rid of avr32 special version since upstream works
      update avr32 defconfigs after uclibc avr32 version removal

 configs/atngw100-base_defconfig                    |    5 +--
 configs/atngw100_defconfig                         |    5 +--
 configs/atstk1005_defconfig                        |    3 +-
 configs/atstk100x_defconfig                        |    5 +--
 toolchain/uClibc/Config.in                         |   12 +-------
 ...uClibc-0.9.30-avr32-2.1.5-unifdef-getline.patch |   29 --------------------
 toolchain/uClibc/uclibc.mk                         |    2 -
 7 files changed, 9 insertions(+), 52 deletions(-)
 delete mode 100644 toolchain/uClibc/uClibc-0.9.30-avr32-2.1.5-unifdef-getline.patch

Thanks,
-- 
Thomas Petazzoni

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/2] uclibc: get rid of avr32 special version since upstream works
  2009-12-15 11:23 [Buildroot] [pull request] Pull request for branch avr32-fixes Thomas Petazzoni
@ 2009-12-15 11:23 ` Thomas Petazzoni
  2009-12-15 11:23 ` [Buildroot] [PATCH 2/2] update avr32 defconfigs after uclibc avr32 version removal Thomas Petazzoni
  2009-12-15 11:39 ` [Buildroot] [pull request] Pull request for branch avr32-fixes Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2009-12-15 11:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 toolchain/uClibc/Config.in                         |   12 +-------
 ...uClibc-0.9.30-avr32-2.1.5-unifdef-getline.patch |   29 --------------------
 toolchain/uClibc/uclibc.mk                         |    2 -
 3 files changed, 1 insertions(+), 42 deletions(-)
 delete mode 100644 toolchain/uClibc/uClibc-0.9.30-avr32-2.1.5-unifdef-getline.patch

diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in
index cc7dcd1..16708a6 100644
--- a/toolchain/uClibc/Config.in
+++ b/toolchain/uClibc/Config.in
@@ -5,8 +5,7 @@ comment "uClibc Options"
 
 choice
 	prompt "uClibc C library Version"
-	default BR2_UCLIBC_VERSION_0_9_30_1 if !BR2_avr32
-	default BR2_UCLIBC_VERSION_0_9_30_AVR32_2_1_5 if BR2_avr32
+	default BR2_UCLIBC_VERSION_0_9_30_1
 	help
 	  Select the version of uClibc you wish to use.
 
@@ -21,20 +20,13 @@ choice
 		bool "uClibc 0.9.29"
 
 	config BR2_UCLIBC_VERSION_0_9_30
-		depends on !BR2_avr32
 		depends on BR2_RECENT || BR2_DEPRECATED
 		bool "uClibc 0.9.30"
 
-	config BR2_UCLIBC_VERSION_0_9_30_AVR32_2_1_5
-		depends on BR2_avr32
-		bool "uClibc 0.9.30-avr32-2.1.5"
-
 	config BR2_UCLIBC_VERSION_0_9_30_1
-		depends on !BR2_avr32
 		bool "uClibc 0.9.30.1"
 
 	config BR2_UCLIBC_VERSION_SNAPSHOT
-		depends on !BR2_avr32
 		bool "daily snapshot"
 
 endchoice
@@ -52,7 +44,6 @@ 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-avr32-2.1.5 if BR2_UCLIBC_VERSION_0_9_30_AVR32_2_1_5
 	default $BR2_USE_UCLIBC_SNAPSHOT	if BR2_UCLIBC_VERSION_SNAPSHOT
 
 config BR2_UCLIBC_CONFIG
@@ -61,7 +52,6 @@ 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_AVR32_2_1_5
 	default "toolchain/uClibc/uClibc-snapshot.config" if BR2_UCLIBC_VERSION_SNAPSHOT
 	help
 	  Some people may wish to use their own modified uClibc configuration
diff --git a/toolchain/uClibc/uClibc-0.9.30-avr32-2.1.5-unifdef-getline.patch b/toolchain/uClibc/uClibc-0.9.30-avr32-2.1.5-unifdef-getline.patch
deleted file mode 100644
index eb88884..0000000
--- a/toolchain/uClibc/uClibc-0.9.30-avr32-2.1.5-unifdef-getline.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- uClibc-0.9.30.1.orig/extra/scripts/unifdef.c
-+++ uClibc-0.9.30.1/extra/scripts/unifdef.c
-@@ -206,7 +206,7 @@ static void             done(void);
- static void             error(const char *);
- static int              findsym(const char *);
- static void             flushline(bool);
--static Linetype         getline(void);
-+static Linetype         get_line(void);
- static Linetype         ifeval(const char **);
- static void             ignoreoff(void);
- static void             ignoreon(void);
-@@ -512,7 +512,7 @@ process(void)
- 
- 	for (;;) {
- 		linenum++;
--		lineval = getline();
-+		lineval = get_line();
- 		trans_table[ifstate[depth]][lineval]();
- 		debug("process %s -> %s depth %d",
- 		    linetype_name[lineval],
-@@ -526,7 +526,7 @@ process(void)
-  * help from skipcomment().
-  */
- static Linetype
--getline(void)
-+get_line(void)
- {
- 	const char *cp;
- 	int cursym;
diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk
index f742d4e..7cd9acf 100644
--- a/toolchain/uClibc/uclibc.mk
+++ b/toolchain/uClibc/uclibc.mk
@@ -16,8 +16,6 @@ UCLIBC_VERSION:=$(call qstrip,$(BR2_UCLIBC_VERSION_STRING))
 
 ifeq ($(BR2_UCLIBC_VERSION_SNAPSHOT),y)
 UCLIBC_SITE:=http://www.uclibc.org/downloads/snapshots
-else ifeq ($(findstring avr32,$(UCLIBC_VERSION)),avr32)
-UCLIBC_SITE:=ftp://www.at91.com/pub/buildroot/
 else
 UCLIBC_SITE:=http://www.uclibc.org/downloads
 endif
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/2] update avr32 defconfigs after uclibc avr32 version removal
  2009-12-15 11:23 [Buildroot] [pull request] Pull request for branch avr32-fixes Thomas Petazzoni
  2009-12-15 11:23 ` [Buildroot] [PATCH 1/2] uclibc: get rid of avr32 special version since upstream works Thomas Petazzoni
@ 2009-12-15 11:23 ` Thomas Petazzoni
  2009-12-15 11:39 ` [Buildroot] [pull request] Pull request for branch avr32-fixes Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2009-12-15 11:23 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 configs/atngw100-base_defconfig |    5 ++---
 configs/atngw100_defconfig      |    5 ++---
 configs/atstk1005_defconfig     |    3 ++-
 configs/atstk100x_defconfig     |    5 ++---
 4 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/configs/atngw100-base_defconfig b/configs/atngw100-base_defconfig
index 14417c9..d89daa1 100644
--- a/configs/atngw100-base_defconfig
+++ b/configs/atngw100-base_defconfig
@@ -161,10 +161,9 @@ BR2_DEFAULT_KERNEL_HEADERS="2.6.29.2"
 # BR2_UCLIBC_VERSION_0_9_28_3 is not set
 # BR2_UCLIBC_VERSION_0_9_29 is not set
 # BR2_UCLIBC_VERSION_0_9_30 is not se
-BR2_UCLIBC_VERSION_0_9_30_AVR32_2_1_5=y
-# BR2_UCLIBC_VERSION_0_9_30_1 is not set
+BR2_UCLIBC_VERSION_0_9_30_1=y
 # BR2_UCLIBC_VERSION_SNAPSHOT is not set
-BR2_UCLIBC_VERSION_STRING="0.9.30-avr32-2.1.5"
+BR2_UCLIBC_VERSION_STRING="0.9.30.1"
 BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.30.config"
 # BR2_PTHREAD_DEBUG is not set
 # BR2_PROGRAM_INVOCATION is not set
diff --git a/configs/atngw100_defconfig b/configs/atngw100_defconfig
index 093c92c..6e244eb 100644
--- a/configs/atngw100_defconfig
+++ b/configs/atngw100_defconfig
@@ -161,10 +161,9 @@ BR2_DEFAULT_KERNEL_HEADERS="2.6.29.2"
 # BR2_UCLIBC_VERSION_0_9_28_3 is not set
 # BR2_UCLIBC_VERSION_0_9_29 is not set
 # BR2_UCLIBC_VERSION_0_9_30 is not set
-BR2_UCLIBC_VERSION_0_9_30_AVR32_2_1_5=y
-# BR2_UCLIBC_VERSION_0_9_30_1 is not set
+BR2_UCLIBC_VERSION_0_9_30_1=y
 # BR2_UCLIBC_VERSION_SNAPSHOT is not set
-BR2_UCLIBC_VERSION_STRING="0.9.30-avr32-2.1.5"
+BR2_UCLIBC_VERSION_STRING="0.9.30.1"
 BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.30.config"
 # BR2_PTHREAD_DEBUG is not set
 # BR2_PROGRAM_INVOCATION is not set
diff --git a/configs/atstk1005_defconfig b/configs/atstk1005_defconfig
index 075a871..ffca235 100644
--- a/configs/atstk1005_defconfig
+++ b/configs/atstk1005_defconfig
@@ -169,8 +169,9 @@ BR2_DEFAULT_KERNEL_HEADERS="2.6.28.2"
 # BR2_UCLIBC_VERSION_0_9_28_3 is not set
 # BR2_UCLIBC_VERSION_0_9_29 is not set
 # BR2_UCLIBC_VERSION_0_9_30 is not set
+BR2_UCLIBC_VERSION_0_9_30_1=y
 # BR2_UCLIBC_VERSION_SNAPSHOT is not set
-BR2_UCLIBC_VERSION_STRING="0.9.30-avr32-2.1.5"
+BR2_UCLIBC_VERSION_STRING="0.9.30.1"
 BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.30.config"
 # BR2_PTHREAD_DEBUG is not set
 # BR2_PROGRAM_INVOCATION is not set
diff --git a/configs/atstk100x_defconfig b/configs/atstk100x_defconfig
index ad91b8d..0b75e47 100644
--- a/configs/atstk100x_defconfig
+++ b/configs/atstk100x_defconfig
@@ -160,10 +160,9 @@ BR2_DEFAULT_KERNEL_HEADERS="2.6.28.9"
 # BR2_UCLIBC_VERSION_0_9_28_3 is not set
 # BR2_UCLIBC_VERSION_0_9_29 is not set
 # BR2_UCLIBC_VERSION_0_9_30 is not set
-BR2_UCLIBC_VERSION_0_9_30_AVR32_2_1_5=y
-# BR2_UCLIBC_VERSION_0_9_30_1 is not set
+BR2_UCLIBC_VERSION_0_9_30_1=y
 # BR2_UCLIBC_VERSION_SNAPSHOT is not set
-BR2_UCLIBC_VERSION_STRING="0.9.30-avr32-2.1.5"
+BR2_UCLIBC_VERSION_STRING="0.9.30.1"
 BR2_UCLIBC_CONFIG="toolchain/uClibc/uClibc-0.9.30.config"
 # BR2_PTHREAD_DEBUG is not set
 BR2_PROGRAM_INVOCATION=y
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [pull request] Pull request for branch avr32-fixes
  2009-12-15 11:23 [Buildroot] [pull request] Pull request for branch avr32-fixes Thomas Petazzoni
  2009-12-15 11:23 ` [Buildroot] [PATCH 1/2] uclibc: get rid of avr32 special version since upstream works Thomas Petazzoni
  2009-12-15 11:23 ` [Buildroot] [PATCH 2/2] update avr32 defconfigs after uclibc avr32 version removal Thomas Petazzoni
@ 2009-12-15 11:39 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2009-12-15 11:39 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> The following changes since commit 687d0958a31f6aee8e8e4d26360961327049d9a8:
 Thomas>   Peter Korsgaard (1):
 Thomas>         toolchain/uClibc: avr32 patch should apply to 0.9.30.1

 Thomas> are available in the git repository at:

 Thomas>   git://git.busybox.net/~tpetazzoni/git/buildroot avr32-fixes

 Thomas> Thomas Petazzoni (2):
 Thomas>       uclibc: get rid of avr32 special version since upstream works
 Thomas>       update avr32 defconfigs after uclibc avr32 version removal

Pulled and pushed, thanks!

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-12-15 11:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-15 11:23 [Buildroot] [pull request] Pull request for branch avr32-fixes Thomas Petazzoni
2009-12-15 11:23 ` [Buildroot] [PATCH 1/2] uclibc: get rid of avr32 special version since upstream works Thomas Petazzoni
2009-12-15 11:23 ` [Buildroot] [PATCH 2/2] update avr32 defconfigs after uclibc avr32 version removal Thomas Petazzoni
2009-12-15 11:39 ` [Buildroot] [pull request] Pull request for branch avr32-fixes Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox