Re: [OE-core] [PATCH] bluez5: Upgrade 5.43 -> 5.44

2017-04-13 Thread Felipe Ferreri Tonello
Hi Marc, On 10/04/17 20:02, Marc Ferland wrote: > Mostly fixes to BLE. > > Also in this commit: > > - Experimental tools are no longer experimental and are part of the > official tools. > - Experimental was renamed to "testing" (hence the addition of the > "testing" pacakge config option). >

Re: [OE-core] [PATCH 2/2] juce: Added support for JUCE framework

2016-07-18 Thread Felipe Ferreri Tonello
Hi Ross, On 18/07/16 11:13, Burton, Ross wrote: > > On 18 July 2016 at 11:07, Felipe Ferreri Tonello <mailto:e...@felipetonello.com>> wrote: > > I can send this as part of meta-multimedia, no problem. What is the > process to promote a recipe to oe-core? >

Re: [OE-core] [PATCH 2/2] juce: Added support for JUCE framework

2016-07-18 Thread Felipe Ferreri Tonello
Hi Ross, On 15/07/16 18:49, Burton, Ross wrote: > > On 15 July 2016 at 17:36, Felipe F. Tonello > wrote: > > For TL;DRs: JUCE is a well known and widely used C++ Framework for audio > applications. It has good support for Linux and ARM. > > > Getting new

Re: [OE-core] [PATCH] recipes-graphics: Added native and nativesdk support for some libraries

2016-07-15 Thread Felipe Ferreri Tonello
Please, disregard this as I had to send inside a patchset. Thanks. On 15/07/16 17:20, Felipe F. Tonello wrote: > These libraries are used in some recipes outside oe-core, so we should add > this class support to avoid duplication and bbappends on other layers. > > Signed-off-by: Felipe F. Tone

Re: [OE-core] [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM

2016-03-02 Thread Felipe Ferreri Tonello
On 15/02/16 12:37, Burton, Ross wrote: > On 13 February 2016 at 04:31, Andre McCurdy > wrote: > > $ cd openembedded-core > $ git show af1ddab5c > fatal: ambiguous argument 'af1ddab5c': unknown revision or path not in > the working tree. > > > That w

Re: [OE-core] [PATCH] packagegroup-core-tools-profile: Enable valgrind on ARM

2016-03-02 Thread Felipe Ferreri Tonello
Hi Ross, On 15/02/16 12:37, Burton, Ross wrote: > On 13 February 2016 at 04:31, Andre McCurdy > wrote: > > $ cd openembedded-core > $ git show af1ddab5c > fatal: ambiguous argument 'af1ddab5c': unknown revision or path not in > the working tree. > >

Re: [OE-core] [PATCH] package.bbclass: Fix split_and_strip_files when file has single quote (')

2013-10-31 Thread Felipe Ferreri Tonello
On 10/31/2013 07:25 PM, e...@felipetonello.com wrote: From: "Felipe F. Tonello" Fix false error report when a file that has a single quote by escaping the single quote. Some packages might install files with quotes, such as music files and other types, that will cause the problem. Signed-off-b

Re: [OE-core] [PATCH] qt: updated qmake2 class to export qconfig.pri mkspec

2013-05-15 Thread Felipe Ferreri Tonello
t; > > > > The patch makes a lot of sense for me, Paul? > > I'm not sure I know enough about this to say either way; the comment about > qmake going crazy doesn't exactly inspire confidence though... About that I'm not sure why it happened. But after cleaning all Qt

Re: [OE-core] [PATCH v3 3/3] qt-mobility: added list of modules to be compiled

2013-03-20 Thread Felipe Ferreri Tonello
Hi Paul, On 03/20/2013 11:12 AM, Paul Eggleton wrote: Hi Felipe, On Tuesday 19 March 2013 14:54:13 e...@felipetonello.com wrote: From: "Felipe F. Tonello" This is useful for users that want to .bbappend this recipe to select specific modules to be compiled. Signed-off-by: Felipe F. Tonello

[OE-core] [JOB] Full-time position in California

2013-03-19 Thread Felipe Ferreri Tonello
Hi, I'm sorry for this off-topic. But I think it's a good thing for oe developers in general. I work for Cercacor Labs, and we are looking for a full-time yocto/oe Linux Engineer. About the company: We were medical device R&D company for Masimo. Now we are developing out own medical device

Re: [OE-core] [oe-core][PATCH] connman: added recipe libconnman-qt

2013-02-08 Thread Felipe Ferreri Tonello
On 02/08/2013 03:10 AM, Burton, Ross wrote: On 8 February 2013 11:05, Otavio Salvador wrote: So what was decided? Should I re-send the patch with what path? Until something inside OE-Core uses it I would prefer it in meta-oe. Ross? If it were connman enabling in Qt directly I'd say oe-core,

Re: [OE-core] [oe-core][PATCH] connman: added recipe libconnman-qt

2013-02-07 Thread Felipe Ferreri Tonello
On 02/05/2013 02:58 PM, Ross Burton wrote: On Tuesday, 5 February 2013 at 22:07, Felipe Ferreri Tonello wrote: I chose this path because there is also a front-end library for connman for gnome in the same directory. It's not a library, it's a UI. To be honest, I'd happily

Re: [OE-core] [oe-core][PATCH] connman: added recipe libconnman-qt

2013-02-05 Thread Felipe Ferreri Tonello
Hi Saul, On 02/05/2013 11:33 AM, Saul Wold wrote: On 02/05/2013 10:49 AM, e...@felipetonello.com wrote: From: "Felipe F. Tonello" This recipe provides the Qt library and QML plugins for connman. This is a tough call, but maybe this is better off in the meta-qt space. I chose this path bec

Re: [OE-core] [oe-core][PATCH] connman: added recipe libconnman-qt

2013-02-05 Thread Felipe Ferreri Tonello
Hi Otavio, On 02/05/2013 11:35 AM, Otavio Salvador wrote: On Tue, Feb 5, 2013 at 4:49 PM, wrote: From: "Felipe F. Tonello" This recipe provides the Qt library and QML plugins for connman. Signed-off-by: Felipe F. Tonello For now I'd say this recipe should be in meta-oe; I'm just wonde

[OE-core] [oe-core][PATCH] connman: fixed init script so connman can runs over nfs

2013-01-10 Thread Felipe Ferreri Tonello
From: "Felipe F. Tonello" Adding -I to the arguments, connmand will ignore the eth interface, so if you are using nfs it will not be disconnected. OBS: it might not work if using more than one eth interface. But it's better than not using connman with nfs at all. Signed-off-by: Felipe F. Ton