All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] DEVELOPERS: concentrate on uClibc
@ 2018-04-28 20:35 Waldemar Brodkorb
  2018-04-28 20:58 ` Thomas Petazzoni
  2018-04-28 21:09 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Waldemar Brodkorb @ 2018-04-28 20:35 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
 DEVELOPERS | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/DEVELOPERS b/DEVELOPERS
index 3a4ad60..45a8979 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1952,11 +1952,6 @@ N:	Wade Berrier <wberrier@gmail.com>
 F:	package/ngrep/
 
 N:	Waldemar Brodkorb <wbx@openadk.org>
-F:	arch/Config.in.m68k
-F:	arch/Config.in.or1k
-F:	arch/Config.in.sparc
-F:	package/glibc/
-F:	package/mksh/
 F:	package/uclibc/
 F:	package/uclibc-ng-test/
 
-- 
2.1.4

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

* [Buildroot] [PATCH] DEVELOPERS: concentrate on uClibc
  2018-04-28 20:35 [Buildroot] [PATCH] DEVELOPERS: concentrate on uClibc Waldemar Brodkorb
@ 2018-04-28 20:58 ` Thomas Petazzoni
  2018-05-01 17:41   ` Waldemar Brodkorb
  2018-04-28 21:09 ` Thomas Petazzoni
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2018-04-28 20:58 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 28 Apr 2018 22:35:12 +0200, Waldemar Brodkorb wrote:
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  DEVELOPERS | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/DEVELOPERS b/DEVELOPERS
> index 3a4ad60..45a8979 100644
> --- a/DEVELOPERS
> +++ b/DEVELOPERS
> @@ -1952,11 +1952,6 @@ N:	Wade Berrier <wberrier@gmail.com>
>  F:	package/ngrep/
>  
>  N:	Waldemar Brodkorb <wbx@openadk.org>
> -F:	arch/Config.in.m68k
> -F:	arch/Config.in.or1k
> -F:	arch/Config.in.sparc
> -F:	package/glibc/
> -F:	package/mksh/
>  F:	package/uclibc/
>  F:	package/uclibc-ng-test/

I understand the wish to concentrate on a smaller number of topics.
However, who is going to take care of the m68k, sparc and OpenRISC
architecture in Buildroot? I think besides you, not many people were
interested by those architectures, and they cause fairly frequent
issues at the toolchain level. Do you have a proposal here ?

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] DEVELOPERS: concentrate on uClibc
  2018-04-28 20:35 [Buildroot] [PATCH] DEVELOPERS: concentrate on uClibc Waldemar Brodkorb
  2018-04-28 20:58 ` Thomas Petazzoni
@ 2018-04-28 21:09 ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-04-28 21:09 UTC (permalink / raw)
  To: buildroot

Hello,

On Sat, 28 Apr 2018 22:35:12 +0200, Waldemar Brodkorb wrote:
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> ---
>  DEVELOPERS | 5 -----
>  1 file changed, 5 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] DEVELOPERS: concentrate on uClibc
  2018-04-28 20:58 ` Thomas Petazzoni
@ 2018-05-01 17:41   ` Waldemar Brodkorb
  2018-05-01 19:19     ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Waldemar Brodkorb @ 2018-05-01 17:41 UTC (permalink / raw)
  To: buildroot

Hi,
Thomas Petazzoni wrote,

> Hello,
> 
> On Sat, 28 Apr 2018 22:35:12 +0200, Waldemar Brodkorb wrote:
> > Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
> > ---
> >  DEVELOPERS | 5 -----
> >  1 file changed, 5 deletions(-)
> > 
> > diff --git a/DEVELOPERS b/DEVELOPERS
> > index 3a4ad60..45a8979 100644
> > --- a/DEVELOPERS
> > +++ b/DEVELOPERS
> > @@ -1952,11 +1952,6 @@ N:	Wade Berrier <wberrier@gmail.com>
> >  F:	package/ngrep/
> >  
> >  N:	Waldemar Brodkorb <wbx@openadk.org>
> > -F:	arch/Config.in.m68k
> > -F:	arch/Config.in.or1k
> > -F:	arch/Config.in.sparc
> > -F:	package/glibc/
> > -F:	package/mksh/
> >  F:	package/uclibc/
> >  F:	package/uclibc-ng-test/
> 
> I understand the wish to concentrate on a smaller number of topics.
> However, who is going to take care of the m68k, sparc and OpenRISC
> architecture in Buildroot? I think besides you, not many people were
> interested by those architectures, and they cause fairly frequent
> issues at the toolchain level. Do you have a proposal here ?

I keep responding on the build failure summary mails before a
release. The normal buildroot mails are more informative for me
then the summary for the architectures I subscribed. There I can see
if it is really specific architecture issue or the failure shows up on many
others. And I am always interested in other uClibc-ng toolchain
related issues on other exotic architectures. (microblaze, nios2, ..)

best regards
 Waldemar

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

* [Buildroot] [PATCH] DEVELOPERS: concentrate on uClibc
  2018-05-01 17:41   ` Waldemar Brodkorb
@ 2018-05-01 19:19     ` Thomas Petazzoni
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2018-05-01 19:19 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 1 May 2018 19:41:18 +0200, Waldemar Brodkorb wrote:

> > I understand the wish to concentrate on a smaller number of topics.
> > However, who is going to take care of the m68k, sparc and OpenRISC
> > architecture in Buildroot? I think besides you, not many people were
> > interested by those architectures, and they cause fairly frequent
> > issues at the toolchain level. Do you have a proposal here ?  
> 
> I keep responding on the build failure summary mails before a
> release. The normal buildroot mails are more informative for me
> then the summary for the architectures I subscribed. There I can see
> if it is really specific architecture issue or the failure shows up on many
> others.

Indeed, makes sense.

> And I am always interested in other uClibc-ng toolchain
> related issues on other exotic architectures. (microblaze, nios2, ..)

Great, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2018-05-01 19:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-28 20:35 [Buildroot] [PATCH] DEVELOPERS: concentrate on uClibc Waldemar Brodkorb
2018-04-28 20:58 ` Thomas Petazzoni
2018-05-01 17:41   ` Waldemar Brodkorb
2018-05-01 19:19     ` Thomas Petazzoni
2018-04-28 21:09 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.