Re: [OE-core] [PATCH] pseudo: use epoll API on Linux

2017-09-19 Thread Trevor Woerner
On Tue, Sep 19, 2017 at 7:20 AM, Alexander Kanavin wrote: > and with > Jussi Kukkonen no longer involved in the project This is sad news :-( So long Jussi, and thanks for all the recipes -- ___ Openembedded-core mailing list Openembedded-core@lists.ope

Re: [OE-core] [PATCH] pseudo: use epoll API on Linux

2017-09-19 Thread Alexander Kanavin
On 09/16/2017 03:06 AM, Trevor Woerner wrote: So, my understand is that pseudo is looking for a new maintainer. Maybe that person has been found? ;-) If that person is me, then thank you for the trust, but: a) I had no idea how pseudo works until last week; right now I'm familiar with maybe

Re: [OE-core] [PATCH] pseudo: use epoll API on Linux

2017-09-15 Thread Trevor Woerner
So, my understand is that pseudo is looking for a new maintainer. Maybe that person has been found? ;-) -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] pseudo: use epoll API on Linux

2017-09-15 Thread Alexander Kanavin
On 09/15/2017 05:20 PM, Alexander Kanavin wrote: ++#include Forgot to wrap this one into #ifdef PSEUDO_PORT_LINUX as well. Alex -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/l

[OE-core] [PATCH] pseudo: use epoll API on Linux

2017-09-15 Thread Alexander Kanavin
The idea came up here: https://bugzilla.yoctoproject.org/show_bug.cgi?id=11309 and here: http://lists.openembedded.org/pipermail/openembedded-core/2017-August/141491.html Signed-off-by: Alexander Kanavin --- .../pseudo/files/0001-Use-epoll-API-on-Linux.patch | 253 + meta/rec