Re: [oe] [meta-qt5] build error

2016-05-25 Thread Carlos Rafael Giani
On 2016-05-25 14:00, Gary Thomas wrote: On 2016-05-25 10:33, Carlos Rafael Giani wrote: Is this a qtbase build with X11 enabled? EGL with X11 on i.MX6 might be broken. I know it was once before. "#error qtextstream.h must be included before any header file that defines Status" indicates as

Re: [oe] [meta-oe][PATCH v4 2/2] mpv: Media Player

2016-05-25 Thread Martin Jansa
On Wed, May 25, 2016 at 12:07:51AM +0500, Abdur Rehman wrote: > mpv is a fork of mplayer2 and MPlayer. It shares some features with > the former projects while introducing many more. > > Signed-off-by: Gary Thomas > Signed-off-by: Abdur Rehman > --- >

Re: [oe] [meta-qt5] build error

2016-05-25 Thread Gary Thomas
On 2016-05-25 10:33, Carlos Rafael Giani wrote: Is this a qtbase build with X11 enabled? EGL with X11 on i.MX6 might be broken. I know it was once before. "#error qtextstream.h must be included before any header file that defines Status" indicates as much. "Status" is one of those wonderful

Re: [oe] [meta-oe][PATCH] networkmanager: add alias for networkmanager

2016-05-25 Thread Andreas Müller
On Wed, May 25, 2016 at 11:01 AM, zhenbo wrote: > > >> So fix packagegroup-self-hosted to not specify a connection manager, >> crippling the connman and nm recipes with a virtual isn’t the solution. >> > Ok, i will give a try. thanks for your feedback and suggestion. >

Re: [oe] [meta-oe][PATCH] networkmanager: add alias for networkmanager

2016-05-25 Thread zhenbo
On 2016年05月25日 16:43, Koen Kooi wrote: Op 25 mei 2016, om 10:40 heeft zhenbo het volgende geschreven: On 2016年05月25日 16:11, Koen Kooi wrote: Op 25 mei 2016, om 09:01 heeft Zhenbo Gao het volgende geschreven: connman get conflicts

Re: [oe] [meta-oe][PATCH] networkmanager: add alias for networkmanager

2016-05-25 Thread Koen Kooi
> Op 25 mei 2016, om 10:40 heeft zhenbo het volgende > geschreven: > > > > On 2016年05月25日 16:11, Koen Kooi wrote: >>> Op 25 mei 2016, om 09:01 heeft Zhenbo Gao het >>> volgende geschreven: >>> >>> connman get conflicts with

Re: [oe] [meta-oe][PATCH] networkmanager: add alias for networkmanager

2016-05-25 Thread zhenbo
On 2016年05月25日 16:11, Koen Kooi wrote: Op 25 mei 2016, om 09:01 heeft Zhenbo Gao het volgende geschreven: connman get conflicts with networkmanager when building the project. What’s the conflict? I’m hesitant to add yet another virtual since history has shown

Re: [oe] [meta-qt5] build error

2016-05-25 Thread Carlos Rafael Giani
Is this a qtbase build with X11 enabled? EGL with X11 on i.MX6 might be broken. I know it was once before. "#error qtextstream.h must be included before any header file that defines Status" indicates as much. "Status" is one of those wonderful X11 definitions with super generic names. If the

Re: [oe] [meta-oe][PATCH] networkmanager: add alias for networkmanager

2016-05-25 Thread Koen Kooi
> Op 25 mei 2016, om 09:01 heeft Zhenbo Gao het > volgende geschreven: > > connman get conflicts with networkmanager when building > the project. What’s the conflict? I’m hesitant to add yet another virtual since history has shown that most OE people can’t deal with

[oe] [meta-oe][PATCH] networkmanager: add alias for networkmanager

2016-05-25 Thread Zhenbo Gao
connman get conflicts with networkmanager when building the project. here introduce alias virtual/networkmanager for these two recipes, so setting PREFERRED_PROVIDER to the proper one can solve the conflicts. this patch is for networkmanager recipe. Signed-off-by: Zhenbo Gao