Re: [oe] [meta-qt5][PATCH] qt5: Update to Qt 5.11.0

2018-06-20 Thread Samuli Piippo
On 20 June 2018 at 15:19, Martin Jansa wrote: > On Wed, Jun 20, 2018 at 02:57:39PM +0300, Samuli Piippo wrote: >> On 20 June 2018 at 14:29, Martin Jansa wrote: >> > 3) we cannot use nobranch=1, because that breaks AUTOREV >> >> How does it break AUTOREV? >> We are using nobranch=1 when testing

[oe] [PATCH v2] devmem2: ensure word is 32-bit, add support for 64-bit long

2018-06-20 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Since sizeof(unsigned long) can be 8-byte on 64-bit architectures, use uint32_t instead for "word" access to always be 4-byte/32-bit long. Also introduce proper "long" 8-byte/64-bit access by using uint64_t. Signed-off-by: Denys Dmytriyenko --- v2 - change 64-bit name

Re: [oe] [PATCH] devmem2: ensure word is 32-bit, add support for 64-bit double

2018-06-20 Thread Denys Dmytriyenko
On Tue, Jun 19, 2018 at 05:58:29PM -0700, Andre McCurdy wrote: > On Tue, Jun 19, 2018 at 4:42 PM, Denys Dmytriyenko wrote: > > From: Denys Dmytriyenko > > > > Since sizeof(unsigned long) can be 8-byte on 64-bit architectures, use > > uint32_t instead for "word" access to always be 4-byte/32-bit

Re: [oe] [meta-oe][PATCH] mozjs: Update Double-Conversion inside mozjs

2018-06-20 Thread Khem Raj
On Wed, Jun 20, 2018 at 1:32 PM Alistair Francis wrote: > > On Wed, Jun 20, 2018 at 1:25 PM, Khem Raj wrote: > > On Wed, Jun 20, 2018 at 1:22 PM Alistair Francis > > wrote: > >> > >> Update the Double-Conversion source inside mozjs to add support for more > >> architectures. > >> > > > > could

[oe] [meta-oe][PATCH] README: fix links to repos and improve formatting

2018-06-20 Thread open . source
From: Oleksandr Kravchuk Signed-off-by: Oleksandr Kravchuk --- meta-oe/README | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/meta-oe/README b/meta-oe/README index 7cde0a2da..db5697dd9 100644 --- a/meta-oe/README +++ b/meta-oe/README @@ -1,6 +1,9 @@ +meta-oe

Re: [oe] [meta-oe][PATCH] mozjs: Update Double-Conversion inside mozjs

2018-06-20 Thread Alistair Francis
On Wed, Jun 20, 2018 at 1:25 PM, Khem Raj wrote: > On Wed, Jun 20, 2018 at 1:22 PM Alistair Francis > wrote: >> >> Update the Double-Conversion source inside mozjs to add support for more >> architectures. >> > > could you describe the patch a bit more and testing it needs. Do you want it

Re: [oe] [meta-oe][PATCH] mozjs: Update Double-Conversion inside mozjs

2018-06-20 Thread Khem Raj
On Wed, Jun 20, 2018 at 1:22 PM Alistair Francis wrote: > > Update the Double-Conversion source inside mozjs to add support for more > architectures. > could you describe the patch a bit more and testing it needs. > Signed-off-by: Alistair Francis > --- >

[oe] [meta-oe][PATCH] mozjs: Update Double-Conversion inside mozjs

2018-06-20 Thread Alistair Francis
Update the Double-Conversion source inside mozjs to add support for more architectures. Signed-off-by: Alistair Francis --- .../mozjs/0003-Add-AArch64-support.patch | 76 - .../mozjs/Update-Double-Conversion.patch | 1732 +

Re: [oe] [meta-qt5][PATCH] qt5: Update to Qt 5.11.0

2018-06-20 Thread Martin Jansa
On Wed, Jun 20, 2018 at 03:52:19PM +0200, Daniel Mack wrote: > On Wednesday, June 20, 2018 01:29 PM, Martin Jansa wrote: > > On Wed, Jun 20, 2018 at 12:50:52PM +0200, Daniel Mack wrote: > >> On Wednesday, June 20, 2018 12:36 PM, Martin Jansa wrote: > >>> It's already in meta-qt5/master with couple

Re: [oe] [meta-networking][PATCH] Fix confilct error in do_rootfs.

2018-06-20 Thread Khem Raj
Can you rebase it on master and send again ? On Tue, Jun 5, 2018 at 8:43 PM Lei Maohui wrote: > > Error: Transaction check error: > file /usr/bin/mailq conflicts between attempted installs of > esmtp-1.2-r0.x86_64 and postfix-3.2.2-r0.x86_64 > file /usr/bin/newaliases conflicts between

Re: [oe] [meta-networking][PATCH] samba:Deleted config for lsb, since this part has been deleted from samba upstream.

2018-06-20 Thread Khem Raj
Can you rebase it on latest master or master-next and resend. On Wed, Jun 20, 2018 at 12:39 AM Lei, Maohui wrote: > > Ping > > > -Original Message- > > From: Lei, Maohui > > Sent: Sunday, May 27, 2018 5:36 AM > > To: openembedded-devel@lists.openembedded.org > > Cc: Lei, Maohui > >

Re: [oe] meta-python/python-scipy

2018-06-20 Thread Maxime Roussin-Bélanger
Without the crosscompiling and building for x86-64 I was able to reach far into the compilation of scipy. I have issues with how libgfortran deploys it’s file so that scipy can see them. I found an OpenBlas recipe that I use to configure/build scipy with the site.cfg file. I skipped atlas for

Re: [oe] [meta-qt5][PATCH] qt5: Update to Qt 5.11.0

2018-06-20 Thread Daniel Mack
On Wednesday, June 20, 2018 01:29 PM, Martin Jansa wrote: On Wed, Jun 20, 2018 at 12:50:52PM +0200, Daniel Mack wrote: On Wednesday, June 20, 2018 12:36 PM, Martin Jansa wrote: It's already in meta-qt5/master with couple fixes on top of that. Ah, sorry. For some reason, I only looked into

Re: [oe] [meta-qt5][PATCH] qt5: Update to Qt 5.11.0

2018-06-20 Thread Samuli Piippo
no, sorry, I mixed AUTOREV with something else. On 20 June 2018 at 15:19, Martin Jansa wrote: > On Wed, Jun 20, 2018 at 02:57:39PM +0300, Samuli Piippo wrote: >> On 20 June 2018 at 14:29, Martin Jansa wrote: >> > 3) we cannot use nobranch=1, because that breaks AUTOREV >> >> How does it break

Re: [oe] [meta-qt5][PATCH] qt5: Update to Qt 5.11.0

2018-06-20 Thread Martin Jansa
On Wed, Jun 20, 2018 at 02:57:39PM +0300, Samuli Piippo wrote: > On 20 June 2018 at 14:29, Martin Jansa wrote: > > 3) we cannot use nobranch=1, because that breaks AUTOREV > > How does it break AUTOREV? > We are using nobranch=1 when testing non-released Qt versions and > haven't seen issues

Re: [oe] [meta-qt5][PATCH] qt5: Update to Qt 5.11.0

2018-06-20 Thread Samuli Piippo
On 20 June 2018 at 14:29, Martin Jansa wrote: > 3) we cannot use nobranch=1, because that breaks AUTOREV How does it break AUTOREV? We are using nobranch=1 when testing non-released Qt versions and haven't seen issues with it. -- ___

Re: [oe] meta-python/python-scipy

2018-06-20 Thread Philip Balister
On 06/19/2018 03:24 PM, Maxime Roussin-Bélanger wrote: > Has anyone been able to have some sort of a breakthrough to build > python-scipy? > > I'm trying to build python-scipy on a x86-64generic MACHINE and I reached > math-atlas fun... > > I couldn't find any math-atlas recipe... at this point

Re: [oe] [meta-qt5][PATCH] qt5: Update to Qt 5.11.0

2018-06-20 Thread Martin Jansa
On Wed, Jun 20, 2018 at 12:50:52PM +0200, Daniel Mack wrote: > On Wednesday, June 20, 2018 12:36 PM, Martin Jansa wrote: > > It's already in meta-qt5/master with couple fixes on top of that. > > Ah, sorry. For some reason, I only looked into the -next branches. Well, meta-qt5/master-next is

Re: [oe] [meta-qt5][PATCH] qt5: Update to Qt 5.11.0

2018-06-20 Thread Daniel Mack
On Wednesday, June 20, 2018 12:36 PM, Martin Jansa wrote: It's already in meta-qt5/master with couple fixes on top of that. Ah, sorry. For some reason, I only looked into the -next branches. Stupid. FWIW, I have a patch for 5.11.1 ready. Will send once the build succeeded. Thanks, Daniel

Re: [oe] [meta-qt5][PATCH] qt5: Update to Qt 5.11.0

2018-06-20 Thread Martin Jansa
It's already in meta-qt5/master with couple fixes on top of that. On Wed, Jun 20, 2018 at 12:12 PM Daniel Mack wrote: > Hi Samuli, > > I tried to give this patch a try but failed to find a base to apply it > against. Is there a public git tree that has these commits? > > > Thanks, > Daniel > >

Re: [oe] [meta-qt5][PATCH] qt5: Update to Qt 5.11.0

2018-06-20 Thread Daniel Mack
Hi Samuli, I tried to give this patch a try but failed to find a base to apply it against. Is there a public git tree that has these commits? Thanks, Daniel On Tuesday, May 29, 2018 11:25 AM, Samuli Piippo wrote: Add recipes for Qt OPC UA and Qt WebGL platform plugin. ---

Re: [oe] [meta-networking][PATCH] opensaf:Modified PACKAGECONFIG to fix the following error:

2018-06-20 Thread Lei, Maohui
Ping > -Original Message- > From: Lei, Maohui > Sent: Sunday, May 27, 2018 5:55 AM > To: openembedded-devel@lists.openembedded.org > Cc: Lei, Maohui > Subject: [oe] [meta-networking][PATCH] opensaf:Modified PACKAGECONFIG to fix > the following error: > > | configure: error: Package

Re: [oe] [meta-oe][PATCH] engine-pkcs11: has been merged to libp11, so deleted.

2018-06-20 Thread Lei, Maohui
Ping > -Original Message- > From: Lei, Maohui > Sent: Monday, May 28, 2018 5:39 AM > To: openembedded-devel@lists.openembedded.org > Cc: Lei, Maohui > Subject: [oe] [meta-oe][PATCH] engine-pkcs11: has been merged to libp11, so > deleted. > > Reference to

Re: [oe] [meta-python][PATCH] python-pytest: Fix conflict error as following:

2018-06-20 Thread Lei, Maohui
Ping > -Original Message- > From: Lei, Maohui > Sent: Monday, May 28, 2018 8:34 AM > To: openembedded-devel@lists.openembedded.org > Cc: Lei, Maohui > Subject: [oe] [meta-python][PATCH] python-pytest: Fix conflict error as > following: > > file /usr/bin/py.test conflicts between

Re: [oe] [meta-networking][PATCH] samba:Deleted config for lsb, since this part has been deleted from samba upstream.

2018-06-20 Thread Lei, Maohui
Ping > -Original Message- > From: Lei, Maohui > Sent: Sunday, May 27, 2018 5:36 AM > To: openembedded-devel@lists.openembedded.org > Cc: Lei, Maohui > Subject: [oe] [meta-networking][PATCH] samba:Deleted config for lsb, since > this > part has been deleted from samba upstream. > >

Re: [oe] [meta-oe][PATCH] gd: Replace strncpy with memccpy to fix -Wstringop-truncation.

2018-06-20 Thread Robert Yang
Hi Khem, On 06/20/2018 10:34 AM, Robert Yang wrote: On 06/20/2018 10:28 AM, Khem Raj wrote: On Tue, Jun 19, 2018 at 7:14 PM Robert Yang wrote: Fixed: git/src/gdft.c:1699:2: error: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length

[oe] [meta-oe][PATCH][V2] gd: Replace strncpy with memccpy to fix -Wstringop-truncation.

2018-06-20 Thread Robert Yang
Fixed for gcc8: git/src/gdft.c:1699:2: error: 'strncpy' output truncated before terminating nul copying as many bytes from a string as its length [-Werror=stringop-truncation] Signed-off-by: Robert Yang --- ...gdft.c-Replace-strncpy-with-memccpy-to-fi.patch | 46 ++