All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Using linux-zigbee ?
@ 2017-07-20 20:57 Thomas Petazzoni
  2017-07-21  3:53 ` Baruch Siach
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2017-07-20 20:57 UTC (permalink / raw)
  To: buildroot

Hello Maxime,

Back in 2014, you added the linux-zigbee package in Buildroot. However,
this project is no longer maintained, and the replacement project is
wpan-tools, for which we already have a Buildroot package.

linux-zigbee has seen no updates since 2014
(https://sourceforge.net/p/linux-zigbee/linux-zigbee/ci/38f42dbfce9e13629263db3bd3b81f14c69bb733/log/?path=).
The fork at https://github.com/linux-wpan/lowpan-tools, which only
contains two additional commits, also from 2014, clearly mentions that
this is deprecated.

In addition, linux-zigbee now fails to build with gcc 7.x:
http://autobuild.buildroot.net/results/29c/29c72bc38042305310576be945c721b2fad95894/build-end.log.

Do you still use linux-zigbee ? Or could we remove it from Buildroot in
favor of wpan-tools ?

Are there other people using linux-zigbee and not wpan-tools ?

Thanks!

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] Using linux-zigbee ?
  2017-07-20 20:57 [Buildroot] Using linux-zigbee ? Thomas Petazzoni
@ 2017-07-21  3:53 ` Baruch Siach
  2017-07-21  6:48   ` Thomas Petazzoni
  2017-07-21  6:50   ` Maxime Hadjinlian
  0 siblings, 2 replies; 4+ messages in thread
From: Baruch Siach @ 2017-07-21  3:53 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

On Thu, Jul 20, 2017 at 10:57:10PM +0200, Thomas Petazzoni wrote:
> Back in 2014, you added the linux-zigbee package in Buildroot. However,
> this project is no longer maintained, and the replacement project is
> wpan-tools, for which we already have a Buildroot package.
> 
> linux-zigbee has seen no updates since 2014
> (https://sourceforge.net/p/linux-zigbee/linux-zigbee/ci/38f42dbfce9e13629263db3bd3b81f14c69bb733/log/?path=).
> The fork at https://github.com/linux-wpan/lowpan-tools, which only
> contains two additional commits, also from 2014, clearly mentions that
> this is deprecated.
> 
> In addition, linux-zigbee now fails to build with gcc 7.x:
> http://autobuild.buildroot.net/results/29c/29c72bc38042305310576be945c721b2fad95894/build-end.log.

The fix[1] for that (remove -Werror) is quite easy, you don't even need to 
patch the code.

> Do you still use linux-zigbee ? Or could we remove it from Buildroot in
> favor of wpan-tools ?

Buildroot carries packages that are deprecated/abandoned for much longer than 
that (e.g. wireless_tools). The command line interface difference between 
linux-zigbee and wpan-tools is a good enough reason to keep linux-zigbee, IMO.

> Are there other people using linux-zigbee and not wpan-tools ?

I use neither.

[1] http://patchwork.ozlabs.org/patch/791782/

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

* [Buildroot] Using linux-zigbee ?
  2017-07-21  3:53 ` Baruch Siach
@ 2017-07-21  6:48   ` Thomas Petazzoni
  2017-07-21  6:50   ` Maxime Hadjinlian
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-07-21  6:48 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 21 Jul 2017 06:53:11 +0300, Baruch Siach wrote:

> > In addition, linux-zigbee now fails to build with gcc 7.x:
> > http://autobuild.buildroot.net/results/29c/29c72bc38042305310576be945c721b2fad95894/build-end.log.  
> 
> The fix[1] for that (remove -Werror) is quite easy, you don't even need to 
> patch the code.

Ah, yes, I missed the fact that it was a warning-turned-into-an-error
class of problem. Thanks for spotting this!

> > Do you still use linux-zigbee ? Or could we remove it from Buildroot in
> > favor of wpan-tools ?  
> 
> Buildroot carries packages that are deprecated/abandoned for much longer than 
> that (e.g. wireless_tools). The command line interface difference between 
> linux-zigbee and wpan-tools is a good enough reason to keep linux-zigbee, IMO.

True, but at some point, we'll have to get rid of some old unmaintained
packages.

Perhaps we should at least update the help text of linux-zigbee to make
it clear it shouldn't be used for new projects ?

Thanks!

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] Using linux-zigbee ?
  2017-07-21  3:53 ` Baruch Siach
  2017-07-21  6:48   ` Thomas Petazzoni
@ 2017-07-21  6:50   ` Maxime Hadjinlian
  1 sibling, 0 replies; 4+ messages in thread
From: Maxime Hadjinlian @ 2017-07-21  6:50 UTC (permalink / raw)
  To: buildroot

Hi all,

On Fri, Jul 21, 2017 at 5:53 AM, Baruch Siach <baruch@tkos.co.il> wrote:
> Hi Thomas,
>
> On Thu, Jul 20, 2017 at 10:57:10PM +0200, Thomas Petazzoni wrote:
>> Back in 2014, you added the linux-zigbee package in Buildroot. However,
>> this project is no longer maintained, and the replacement project is
>> wpan-tools, for which we already have a Buildroot package.
>>
>> linux-zigbee has seen no updates since 2014
>> (https://sourceforge.net/p/linux-zigbee/linux-zigbee/ci/38f42dbfce9e13629263db3bd3b81f14c69bb733/log/?path=).
>> The fork at https://github.com/linux-wpan/lowpan-tools, which only
>> contains two additional commits, also from 2014, clearly mentions that
>> this is deprecated.
>>
>> In addition, linux-zigbee now fails to build with gcc 7.x:
>> http://autobuild.buildroot.net/results/29c/29c72bc38042305310576be945c721b2fad95894/build-end.log.
>
> The fix[1] for that (remove -Werror) is quite easy, you don't even need to
> patch the code.
>
>> Do you still use linux-zigbee ? Or could we remove it from Buildroot in
>> favor of wpan-tools ?
>
> Buildroot carries packages that are deprecated/abandoned for much longer than
> that (e.g. wireless_tools). The command line interface difference between
> linux-zigbee and wpan-tools is a good enough reason to keep linux-zigbee, IMO.
Agreed, but shouldn't we set some kind of policy where we can remove
such kind of package which are not maintained upstream ? It's not the
role of buildroot to maintain such package, we are not Debian.
And if you really need a package in your build that is not maintained
anymore, it's not hard to keep it around in an overlay.
>
>> Are there other people using linux-zigbee and not wpan-tools ?
I am still using it for current versions, but they are using older
buildroot versions and won't be updated.
The plan is to move to wpan-tools anyway. So for my account, you can
remove it, I don't need it in the tree any longer.
>
> I use neither.
>
> [1] http://patchwork.ozlabs.org/patch/791782/
>
> baruch
>
> --
>      http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
> =}------------------------------------------------ooO--U--Ooo------------{=
>    - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

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

end of thread, other threads:[~2017-07-21  6:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-20 20:57 [Buildroot] Using linux-zigbee ? Thomas Petazzoni
2017-07-21  3:53 ` Baruch Siach
2017-07-21  6:48   ` Thomas Petazzoni
2017-07-21  6:50   ` Maxime Hadjinlian

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.