[oe] [meta-qt5][PATCH 1/2] qtbase: Use sched_yield instead of pthread_yield

2017-08-01 Thread Khem Raj
Makes it portable across glibc and musl Signed-off-by: Khem Raj --- ...11-Replace-pthread_yield-with-sched_yield.patch | 63 ++ recipes-qt/qt5/qtbase_git.bb | 1 + 2 files changed, 64 insertions(+) create mode 100644

[oe] [meta-qt5][PATCH 2/2] qtwebkit: Backport a patch to fix build with icu-59

2017-08-01 Thread Khem Raj
Signed-off-by: Khem Raj --- .../0004-Fix-compilation-with-ICU-59.patch | 92 ++ recipes-qt/qt5/qtwebkit_git.bb | 1 + 2 files changed, 93 insertions(+) create mode 100644

Re: [oe] [PATCH] uninative: Allow a local own-mirror to work with uninative

2017-08-01 Thread Andre McCurdy
On Tue, Aug 1, 2017 at 3:31 AM, Richard Purdie wrote: > The games we play with path manipulation of DL_DIR in uninative mean standard > PREMIRRORS don't work and we can't easily put 'chksum' into the url path from > a url parameter with the current fetcher url

Re: [oe] [meta-oe][morty][PATCH 0/6] merge devmem2 and gitver fixes from master

2017-08-01 Thread akuster808
On 07/27/2017 09:44 AM, Alejandro Mery wrote: On 13/07/17 18:03, Alejandro Mery wrote: On 26/06/17 19:38, akuster808 wrote: On 06/23/2017 01:37 PM, Denys Dmytriyenko wrote: Wasn't there already a submission for devmem2 backport on the list? yes. running a bit behind. pulling in today.

[oe] [PATCH 00/19] Morty-next: pull request

2017-08-01 Thread Armin Kuster
Please concider the follow for Morty. The following changes since commit a44baf37d8bec492f00c08a3eb8b6a295ee80260: libdnet: update SRC_URI (2017-02-24 19:33:29 +) are available in the git repository at: git://git.openembedded.org/meta-openembedded-contrib akuster/morty-next

Re: [oe] [meta-oe][PATCH] imagemagick: upgrade from 7.0.5 to 7.0.6p4

2017-08-01 Thread Koen Kooi
Op 01-08-17 om 19:01 schreef Randy MacLeod: > Signed-off-by: Randy MacLeod Does python-wand work with this version? > --- .../imagemagick/{imagemagick_7.0.5.bb => imagemagick_7.0.6.bb} | 6 > +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename >

[oe] [meta-oe][PATCH] imagemagick: upgrade from 7.0.5 to 7.0.6p4

2017-08-01 Thread Randy MacLeod
Signed-off-by: Randy MacLeod --- .../imagemagick/{imagemagick_7.0.5.bb => imagemagick_7.0.6.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/imagemagick/{imagemagick_7.0.5.bb => imagemagick_7.0.6.bb} (96%) diff

[oe] [meta-networking][PATCH 4/4] memcached: Update to 1.5.0

2017-08-01 Thread Khem Raj
Signed-off-by: Khem Raj --- .../memcached/{memcached_1.4.36.bb => memcached_1.5.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/memcached/{memcached_1.4.36.bb => memcached_1.5.0.bb} (92%) diff --git

[oe] [meta-networking][PATCH 3/4] ndisc6: Upgrade to 1.0.3

2017-08-01 Thread Khem Raj
Signed-off-by: Khem Raj --- .../recipes-support/ndisc6/{ndisc6_1.0.2.bb => ndisc6_1.0.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/ndisc6/{ndisc6_1.0.2.bb => ndisc6_1.0.3.bb} (94%) diff --git

[oe] [meta-initramfs][PATCH 1/4] klibc: Fix build with clang

2017-08-01 Thread Khem Raj
Remove gcc specific options use common one instead Signed-off-by: Khem Raj --- ...c-Use-print-libgcc-file-name-instead-of-p.patch | 30 ++ meta-initramfs/recipes-devtools/klibc/klibc.inc| 5 2 files changed, 35 insertions(+) create mode 100644

[oe] [meta-oe][PATCH 2/4] ninja,re2c: Remove

2017-08-01 Thread Khem Raj
Moved to OE-Core Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/ninja/ninja_1.7.2.bb | 30 --- meta-oe/recipes-support/re2c/re2c/configure.patch | 18 -- meta-oe/recipes-support/re2c/re2c_0.13.5.bb | 15 3 files

[oe] [PATCH] glmark2: Upgrade to 2017.07 release

2017-08-01 Thread Nicolas Dechesne
Upstream added new dependency on udev in a7ae55d NativeStateDRM: Probe the DRM node path to use with udev Patch removed since it was merged upstream in 5fcdba1 wayland: Fix destruction order of surface-related objects Signed-off-by: Nicolas Dechesne ---

[oe] [PATCH] uninative: Allow a local own-mirror to work with uninative

2017-08-01 Thread Richard Purdie
The games we play with path manipulation of DL_DIR in uninative mean standard PREMIRRORS don't work and we can't easily put 'chksum' into the url path from a url parameter with the current fetcher url handling to make a generic remapping. We therefore add to PREMIRRORS when we know the chksum to