Re: [oe] [PATCH][meta-oe] portaudio: upgrade to latest release

2016-09-16 Thread Burton, Ross
On 15 September 2016 at 21:39, Martin Jansa wrote: > This PV change looks like a downgrade as old recipe had SRCREV = "1387" and > new PV indicates 1919. > Old recipe: -PV = "v19+svnr${SRCPV}" -SRCREV = "1387" New recipe: +PV = "v19+svnr1919" Surely that's an

[oe] [PATCH v2 0/4] move tslib, pointercal and xtscal recipes from oe-core

2016-09-16 Thread Maxin B. John
Move tslib, pointercal and xtscal recipes from oe-core. These recipes are already removed from oe-core with these commits: 1. xtscal: remove recipe : 5bcdb9f0995474635789cf0774aba9b774277c53 2. tslib: remove recipe : d37f6b595fd9ce53c79ff9281f2e20df7fa0503d 3. pointercal: remove recipe:

[oe] [PATCH 1/4] pointercal: move recipe from oe-core

2016-09-16 Thread Maxin B. John
Move pointercal recipe from oe-core layer. Signed-off-by: Maxin B. John --- meta-gpe/recipes-bsp/pointercal/pointercal/COPYING | 2 ++ .../recipes-bsp/pointercal/pointercal/pointercal | 0 .../pointercal/pointercal/qemuarm/pointercal | 1 +

[oe] [PATCH 3/4] xtscal: move recipe from oe-core

2016-09-16 Thread Maxin B. John
Move xtscal recipe from oe-core layer. Signed-off-by: Maxin B. John --- .../xtscal/xtscal/30xTs_Calibrate.sh | 13 + .../xtscal/xtscal/change-cross.patch | 18 + .../recipes-graphics/xtscal/xtscal/cleanup.patch | 621 +

[oe] [PATCH 4/4] tslib: move recipe from oe-core

2016-09-16 Thread Maxin B. John
Move tslib recipe from oe-core layer. Signed-off-by: Maxin B. John --- meta-gpe/recipes-graphics/tslib/tslib/ts.conf | 25 meta-gpe/recipes-graphics/tslib/tslib/tslib.sh | 8 meta-gpe/recipes-graphics/tslib/tslib_1.1.bb | 53 ++

[oe] [PATCH 2/4] meta-gpe: add pointercal to layer.conf

2016-09-16 Thread Maxin B. John
add pointercal to SIGGEN_EXCLUDERECIPES_ABISAFE in layer.conf Signed-off-by: Maxin B. John --- meta-gpe/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-gpe/conf/layer.conf b/meta-gpe/conf/layer.conf index 00f3929..477e4a8 100644 ---

Re: [oe] [PATCH 4/4] tslib: move recipe from oe-core

2016-09-16 Thread Maxin B. John
Hi Paul, On Fri, Sep 16, 2016 at 10:19:50AM +1200, Paul Eggleton wrote: > On Fri, 16 Sep 2016 10:17:11 Paul Eggleton wrote: > > On Thu, 01 Sep 2016 14:40:43 Maxin B. John wrote: > > > Move tslib recipe from oe-core layer. > > > > > > Signed-off-by: Maxin B. John > > > ---

Re: [oe] update_font_cache intercept: qemu: uncaught target signal 4 (Illegal instruction)

2016-09-16 Thread Ricardo Ribalda Delgado
Hi Ross That was the issue! thanks For the record, this fixes the problem for bobcat architecture (at least for me) QEMU_EXTRAOPTIONS_bobcat-64 = "-cpu Opteron_G3,check=false" Thanks! On Thu, Sep 15, 2016 at 6:27 PM, Burton, Ross wrote: > On 15 September 2016 at

Re: [oe] [meta-qt5][PATCH] packagegroup-qt5-webengine.bb: Includes qtwebengine, plugins and examples in one convenient packagegroup.

2016-09-16 Thread Ann Thornton
I guess this request got lost in the system. This packagegroup just makes it a bit easier to use qt webengine. Ann Thornton -Original Message- From: Ann Thornton [mailto:ann.thorn...@nxp.com] Sent: Tuesday, June 14, 2016 4:30 PM To: openembedded-devel@lists.openembedded.org Cc: Ann

Re: [oe] [PATCH 4/4] tslib: move recipe from oe-core

2016-09-16 Thread Paul Eggleton
On Fri, 16 Sep 2016 16:08:57 Burton, Ross wrote: > On 16 September 2016 at 13:10, Andrea Adami wrote: > > Well, there is still one drawback...the 'custom' xserver-nodm-init is > > still present but there are patches on the ML for its removal. > > Hopefully the

Re: [oe] [PATCH 4/4] tslib: move recipe from oe-core

2016-09-16 Thread Andrea Adami
On Fri, Sep 16, 2016 at 10:50 AM, Maxin B. John wrote: > Hi Paul, > > On Fri, Sep 16, 2016 at 10:19:50AM +1200, Paul Eggleton wrote: >> On Fri, 16 Sep 2016 10:17:11 Paul Eggleton wrote: >> > On Thu, 01 Sep 2016 14:40:43 Maxin B. John wrote: >> > > Move tslib recipe from

Re: [oe] [meta-qt5][bug] configure step of qtdeclarative fail during "populate_sdk" step

2016-09-16 Thread piotr.lewicki
Just a follow up. The SDK was built properly after making a clean build. BR, Piotr On 14.09.2016 14:39, piotr.lewicki wrote: Hi, I just tried to execute "populate_sdk" step but my build failed due to the error in "nativesdk-qtdeclarative". (log below) I use the newest version of

Re: [oe] State of bitbake world 2016-09-13

2016-09-16 Thread Trevor Woerner
Hi Martin, thanks for the report and the updates. I'm still planning to take a look at the various chromium things. I'm glad to see _some_ of it is building ;-) -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

Re: [oe] [PATCH 4/4] tslib: move recipe from oe-core

2016-09-16 Thread Burton, Ross
On 16 September 2016 at 13:10, Andrea Adami wrote: > Well, there is still one drawback...the 'custom' xserver-nodm-init is > still present but there are patches on the ML for its removal. > Hopefully the improvements in oe-core mean the meta-oe recipe can be removed, but

Re: [oe] [meta-oe][PATCH] glcompbench: Fix issues causing failures in GCC6

2016-09-16 Thread Ann Thornton
Just checking to see if this is in the process. Or do I need to do something different with this? Thanks! Ann Thornton -Original Message- From: Ann Thornton [mailto:ann.thorn...@nxp.com] Sent: Tuesday, September 06, 2016 5:09 PM To: openembedded-devel@lists.openembedded.org Cc: Ann

Re: [oe] [meta-qt5][PATCH] packagegroup-qt5-demos.bb: Includes some interesting Qt5 demos.

2016-09-16 Thread Ann Thornton
This also seems to have gotten lost. This is a packagegroup putting together some useful demos. Thank you for looking at this. Ann Thornton -Original Message- From: Ann Thornton [mailto:ann.thorn...@nxp.com] Sent: Tuesday, June 14, 2016 4:31 PM To:

Re: [oe] [meta-qt5][PATCH] packagegroup-qt5-demos.bb: Includes some interesting Qt5 demos.

2016-09-16 Thread Otavio Salvador
On Fri, Sep 16, 2016 at 11:45 AM, Ann Thornton wrote: > This also seems to have gotten lost. This is a packagegroup putting together > some useful demos. The patch seems corrupted; please rebase on top of master and after test please resend. -- Otavio Salvador