Re: Plugin infrastructure

2018-02-05 Thread Slava Monich
On 05/02/18 20:55, Jonas Bonn wrote: On 02/05/2018 05:25 PM, Slava Monich wrote: Hi Jonas, On 02/04/2018 11:19 AM, Jonas Bonn wrote: Hi, I was reading through the ofono code and I see that there's a lot of code in place to support external plugins.  As things currently stand, however,

Re: Plugin infrastructure

2018-02-05 Thread Jonas Bonn
On 02/05/2018 05:25 PM, Slava Monich wrote: Hi Jonas, On 02/04/2018 11:19 AM, Jonas Bonn wrote: Hi, I was reading through the ofono code and I see that there's a lot of code in place to support external plugins.  As things currently stand, however, ofono can only be built with _builtin_

Re: Plugin infrastructure

2018-02-05 Thread Slava Monich
Hi Jonas, On 02/04/2018 11:19 AM, Jonas Bonn wrote: Hi, I was reading through the ofono code and I see that there's a lot of code in place to support external plugins.  As things currently stand, however, ofono can only be built with _builtin_ modules, so all this plugin infrastructure is

Re: [PATCH 2/4] xmm7modem: drop executable bit from C source file

2018-02-05 Thread Denis Kenzior
Hi Jonas, On 02/04/2018 04:55 PM, Jonas Bonn wrote: --- drivers/xmm7modem/ims.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 drivers/xmm7modem/ims.c Applied, thanks. Regards, -Denis ___ ofono mailing list

Re: Plugin infrastructure

2018-02-05 Thread Denis Kenzior
Hi Jonas, On 02/04/2018 11:19 AM, Jonas Bonn wrote: Hi, I was reading through the ofono code and I see that there's a lot of code in place to support external plugins.  As things currently stand, however, ofono can only be built with _builtin_ modules, so all this plugin infrastructure is