* [Buildroot] ZeroMQ Version 4.2.X for POLLPRI
@ 2017-11-20 22:38 Danick Desjardins
2017-11-21 8:12 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Danick Desjardins @ 2017-11-20 22:38 UTC (permalink / raw)
To: buildroot
Hi everyone,
I need a feature of ZMQ related to POLLPRI to get interrupts from GPIO fds. This feature is only available on ZeroMQ 4.2.x and above.
Looking at the master branch the version is only at 4.1.6. Just curious to know if there is any reason this is being held back.
I am manually updating it to 4.2.2 locally for my purpose but was curious if there were any gotchas with moving to a more recent version that people know about.
Thanks,
Danick
----------------------------------------------
This e-mail and any attachments may contain information that is confidential to COVELOZ Technologies Inc.
If you are not the intended recipient, please notify me immediately by replying to this message. Please also delete all copies. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20171120/60327b0c/attachment.html>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] ZeroMQ Version 4.2.X for POLLPRI
2017-11-20 22:38 [Buildroot] ZeroMQ Version 4.2.X for POLLPRI Danick Desjardins
@ 2017-11-21 8:12 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-11-21 8:12 UTC (permalink / raw)
To: buildroot
Hello,
On Mon, 20 Nov 2017 22:38:48 +0000, Danick Desjardins wrote:
> I need a feature of ZMQ related to POLLPRI to get interrupts from
> GPIO fds. This feature is only available on ZeroMQ 4.2.x and above.
>
> Looking at the master branch the version is only at 4.1.6. Just
> curious to know if there is any reason this is being held back.
Nope, just that nobody sent a patch to update ZeroMQ.
> I am manually updating it to 4.2.2 locally for my purpose but was
> curious if there were any gotchas with moving to a more recent
> version that people know about.
I don't think we're aware of any gotcha, but as a user of ZeroMQ, you
are probably more likely to know if the 4.2 version of ZeroMQ
introduces changes that are likely to break other packages that use
ZeroMQ.
As part of your ZeroMQ bump, I'd recommend testing a few of the
packages that depend on ZeroMQ, to make sure everything is still OK:
package/azmq/Config.in: select BR2_PACKAGE_ZEROMQ
package/cppzmq/Config.in: select BR2_PACKAGE_ZEROMQ
package/czmq/Config.in: select BR2_PACKAGE_ZEROMQ
package/filemq/Config.in: select BR2_PACKAGE_ZEROMQ
package/mongrel2/Config.in: select BR2_PACKAGE_ZEROMQ
package/php-zmq/Config.in: select BR2_PACKAGE_ZEROMQ
package/python-pyzmq/Config.in: select BR2_PACKAGE_ZEROMQ
package/swupdate/Config.in: * Select BR2_PACKAGE_ZEROMQ to add support for using a remote
package/swupdate/swupdate.mk:ifeq ($(BR2_PACKAGE_ZEROMQ),y)
package/zmqpp/Config.in: select BR2_PACKAGE_ZEROMQ
package/zyre/Config.in: select BR2_PACKAGE_ZEROMQ
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-11-21 8:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-20 22:38 [Buildroot] ZeroMQ Version 4.2.X for POLLPRI Danick Desjardins
2017-11-21 8:12 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox