Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] bcusdk: enable tpuarts support in eibd
@ 2017-08-24  7:30 Kurt Van Dijck
  2017-08-24 21:11 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Kurt Van Dijck @ 2017-08-24  7:30 UTC (permalink / raw)
  To: buildroot

Hey,

Please find my patch below.
It enables an extra interface type for eibd.
I don't understand why it wasn't there.

Kind regards,
Kurt

--
commit e62160001f09bff9be8e74b6d47da11c349bb2a6
Author: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
Date:   Thu Aug 24 09:16:36 2017

    bcusdk: enable tpuarts support in eibd
    
    This commit will enable tpuarts in eibd as well.
    tpuarts is equally important to FT1.2.
    It makes no sense to enable only some interfaces.
    
    Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>

diff --git a/package/bcusdk/bcusdk.mk b/package/bcusdk/bcusdk.mk
index 6c7641d..b54b94c 100644
--- a/package/bcusdk/bcusdk.mk
+++ b/package/bcusdk/bcusdk.mk
@@ -14,6 +14,7 @@ BCUSDK_CONF_OPTS = \
 	--enable-onlyeibd \
 	--enable-ft12 \
 	--enable-pei16 \
+	--enable-tpuarts \
 	--enable-eibnetip \
 	--enable-eibnetipserver \
 	--enable-eibnetiptunnel \

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

* [Buildroot] [PATCH] bcusdk: enable tpuarts support in eibd
  2017-08-24  7:30 [Buildroot] [PATCH] bcusdk: enable tpuarts support in eibd Kurt Van Dijck
@ 2017-08-24 21:11 ` Thomas Petazzoni
  2017-08-25  7:15   ` Kurt Van Dijck
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2017-08-24 21:11 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 24 Aug 2017 09:30:08 +0200, Kurt Van Dijck wrote:
> Hey,
> 
> Please find my patch below.
> It enables an extra interface type for eibd.
> I don't understand why it wasn't there.
> 
> Kind regards,
> Kurt
> 
> --
> commit e62160001f09bff9be8e74b6d47da11c349bb2a6
> Author: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
> Date:   Thu Aug 24 09:16:36 2017
> 
>     bcusdk: enable tpuarts support in eibd
>     
>     This commit will enable tpuarts in eibd as well.
>     tpuarts is equally important to FT1.2.
>     It makes no sense to enable only some interfaces.
>     
>     Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>

Thanks, I've applied your patch to the next branch. However, I have a
few comments/questions:

 - Could you use "git send-email" next time to send your patch? Indeed
   the formatting of your patch was not correct, so I had to fix it up
   manually. I.e you shouldn't be adding a "personal" message at the
   top of the patch, but just e-mail out the output of "git
   format-patch", which is exactly what "git send-email" guarantees to
   do correctly.

 - I've added to the commit log some information about the size
   increase caused by this new option. Since it's just 8 KB, it doesn't
   justify adding a new Buildroot Config.in option.

 - Our DEVELOPERS file doesn't list anyone looking after the bcusdk
   package. Would you be willing to take care of this package, since
   you're using it? Basically, it only means that you would be
   receiving notifications when there are build failures on this
   package, and potentially be CC'ed on patches touching this package.

Thanks a lot for your contribution!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] bcusdk: enable tpuarts support in eibd
  2017-08-24 21:11 ` Thomas Petazzoni
@ 2017-08-25  7:15   ` Kurt Van Dijck
  2017-08-25 12:31     ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Kurt Van Dijck @ 2017-08-25  7:15 UTC (permalink / raw)
  To: buildroot

> 
> Hello,
> 
> On Thu, 24 Aug 2017 09:30:08 +0200, Kurt Van Dijck wrote:
> > Hey,
> > 
> > Please find my patch below.
> > It enables an extra interface type for eibd.
> > I don't understand why it wasn't there.
> > 
> > Kind regards,
> > Kurt
> > 
> > --
> > commit e62160001f09bff9be8e74b6d47da11c349bb2a6
> > Author: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
> > Date:   Thu Aug 24 09:16:36 2017
> > 
> >     bcusdk: enable tpuarts support in eibd
> >     
> >     This commit will enable tpuarts in eibd as well.
> >     tpuarts is equally important to FT1.2.
> >     It makes no sense to enable only some interfaces.
> >     
> >     Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
> 
> Thanks, I've applied your patch to the next branch. However, I have a
> few comments/questions:
> 
>  - Could you use "git send-email" next time to send your patch? Indeed
>    the formatting of your patch was not correct, so I had to fix it up
>    manually. I.e you shouldn't be adding a "personal" message at the
>    top of the patch, but just e-mail out the output of "git
>    format-patch", which is exactly what "git send-email" guarantees to
>    do correctly.

Well, there has not been much reason to change, but since you're asking,
I'll give it a try.

> 
>  - I've added to the commit log some information about the size
>    increase caused by this new option. Since it's just 8 KB, it doesn't
>    justify adding a new Buildroot Config.in option.

I didn't understand why the different backends didn't have config options.
Now I know.

> 
>  - Our DEVELOPERS file doesn't list anyone looking after the bcusdk
>    package. Would you be willing to take care of this package, since
>    you're using it? Basically, it only means that you would be
>    receiving notifications when there are build failures on this
>    package, and potentially be CC'ed on patches touching this package.

This basically implies this has been unmaintained for a while, which
explains a few things.
Well, I think that it's good idea I start to take care for the package,
as I'm indeed using it.
Will you add my name in the DEVELOPERS file, or do I need to take action
myself?

Kind regards,
Kurt

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

* [Buildroot] [PATCH] bcusdk: enable tpuarts support in eibd
  2017-08-25  7:15   ` Kurt Van Dijck
@ 2017-08-25 12:31     ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-08-25 12:31 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 25 Aug 2017 09:15:11 +0200, Kurt Van Dijck wrote:
> >  - Could you use "git send-email" next time to send your patch? Indeed
> >    the formatting of your patch was not correct, so I had to fix it up
> >    manually. I.e you shouldn't be adding a "personal" message at the
> >    top of the patch, but just e-mail out the output of "git
> >    format-patch", which is exactly what "git send-email" guarantees to
> >    do correctly.  
> 
> Well, there has not been much reason to change, but since you're asking,
> I'll give it a try.

Well, your e-mail contained the personal message at the top, which gets
included in the commit log by git when doing "git am". If you want to
include personal messages, put them below a "---" at the end of the
commit log.

> >  - I've added to the commit log some information about the size
> >    increase caused by this new option. Since it's just 8 KB, it doesn't
> >    justify adding a new Buildroot Config.in option.  
> 
> I didn't understand why the different backends didn't have config options.
> Now I know.

Well, it's all a matter of whether it makes sense to add gazillions of
Buildroot options. For 8 KB of additional size, it doesn't make much
sense.

> This basically implies this has been unmaintained for a while, which
> explains a few things.
> Well, I think that it's good idea I start to take care for the package,
> as I'm indeed using it.
> Will you add my name in the DEVELOPERS file, or do I need to take action
> myself?

Please send a patch that adds yourself to the DEVELOPERS file for this
package. Thanks a lot for adopting it!

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

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

end of thread, other threads:[~2017-08-25 12:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24  7:30 [Buildroot] [PATCH] bcusdk: enable tpuarts support in eibd Kurt Van Dijck
2017-08-24 21:11 ` Thomas Petazzoni
2017-08-25  7:15   ` Kurt Van Dijck
2017-08-25 12:31     ` Thomas Petazzoni

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