Re: [OE-core] [PATCH 0/2 v7] test-case-mgmt

2019-02-18 Thread Yeoh, Ee Peng
Hi RP, Thank you very much again for continuously providing your precious feedbacks to me. Also thank you very much for spending great amount of time to improve this patchset siginificantly. I did some testing with the latest from resulttool: Update to use gitarchive library function. http:

Re: [OE-core] [PATCH 0/2 v7] test-case-mgmt

2019-02-18 Thread Yeoh, Ee Peng
Hi RP, I have a question for "TESTSERIES". * Formalised the handling of "file_name" to "TESTSERIES" which the code will now add into the json configuration data if its not present, based on the directory name. May I know why was "TESTSERIES" was added as one of the key configuration for regres

Re: [OE-core] [PATCH 0/2 v7] test-case-mgmt

2019-02-18 Thread Richard Purdie
Hi Ee Peng, On Mon, 2019-02-18 at 08:09 +, Yeoh, Ee Peng wrote: > I did some testing with the latest from resulttool: Update to use > gitarchive library function. > http://git.yoctoproject.org/cgit.cgi/poky-contrib/commit/?h=rpurdie/t222&id=b9eecaabe56db5bcafff31e67cdabadc42e2d2e4 > > I had

Re: [OE-core] [PATCH 0/2 v7] test-case-mgmt

2019-02-18 Thread Richard Purdie
On Mon, 2019-02-18 at 08:33 +, Yeoh, Ee Peng wrote: > Hi RP, > > I have a question for "TESTSERIES". > * Formalised the handling of "file_name" to "TESTSERIES" which the > code will now add into the json configuration data if its not > present, based on the directory name. > > May I know why

Re: [OE-core] [PATCH 0/2 v7] test-case-mgmt

2019-02-18 Thread Yeoh, Ee Peng
Hi Richard, Thank you for sharing on the selftest comparison consideration! I agreed with you that in the high level, selftest should be independent of which HOST_DISTRO, it shall compared 2 selftest even when the host distro are different. But in the case that the build have multiple set of

Re: [OE-core] [PATCH 3/4] libidn2: fix buildpaths qa warning

2019-02-18 Thread Kang Kai
On 2019/2/15 下午5:57, Richard Purdie wrote: On Thu, 2019-02-14 at 21:06 -0500, kai.k...@windriver.com wrote: From: Kai Kang Fix buildpaths qa warning of libidn2: WARNING: libidn2-2.0.5-r0 do_package_qa: QA Issue: File /work/core2-64-poky-linux/libidn2/2.0.5-r0/packages-split/libidn2- dev/usr/

Re: [OE-core] [PATCH 6/6] llvm: Upgrade to upcoming 8.0.0 release

2019-02-18 Thread Alexander Kanavin
There is now an official git repo for llvm, which also has version tags: https://github.com/llvm/llvm-project I'll make a patch to switch over to that. Also note that final 8.0 is not yet out, so the recipe shouldn't make it look like it is. Alex On Thu, 31 Jan 2019 at 07:51, Khem Raj wrote:

Re: [OE-core] [PATCH 0/2 v7] test-case-mgmt

2019-02-18 Thread Richard Purdie
On Mon, 2019-02-18 at 09:20 +, Yeoh, Ee Peng wrote: > Thank you for sharing on the selftest comparison consideration! > > I agreed with you that in the high level, selftest should be > independent of which HOST_DISTRO, it shall compared 2 selftest even > when the host distro are different. >

[OE-core] [PATCH 1/8] clutter-gtk-1.0: convert to meson

2019-02-18 Thread Alexander Kanavin
This required adding an option to control gobject introspection via a custom patch, and tweaking clutter.bbclass to not enforce autotools. Signed-off-by: Alexander Kanavin --- meta/classes/clutter.bbclass | 3 +- .../clutter/clutter-gtk-1.0.inc | 20 +- ..

[OE-core] [PATCH 5/8] libxkbcommon: update to 0.8.3

2019-02-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../xorg-lib/{libxkbcommon_0.8.2.bb => libxkbcommon_0.8.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.8.2.bb => libxkbcommon_0.8.3.bb} (83%) diff --git a/meta/recipes-graphics/xorg-lib/

[OE-core] [PATCH 3/8] gdk-pixbuf: convert from autotools to meson

2019-02-18 Thread Alexander Kanavin
Drop autotools-specific patches. Rework jku's thumbnailer patch into meson configuration. Signed-off-by: Alexander Kanavin --- ...f-decisions-around-cross-compilation.patch | 38 + ...without-libtiff-not-having-an-effect.patch | 27 ...nd-thumbnailer-cross-compile-failure.patch | 53

[OE-core] [PATCH 2/8] meson: add a couple of patches to help with mingw builds

2019-02-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/meson/meson.inc | 2 ++ ...s-windows-split-WINDRES-env-variable.patch | 26 +++ ...etect-windows-also-if-the-system-str.patch | 25 ++ 3 files changed, 53 insertions(+) create mode 100644 meta/re

[OE-core] [PATCH 4/8] libsoup-2.4: convert from autotools to meson

2019-02-18 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...no-introspection-when-cross-building.patch | 24 + .../libsoup/libsoup-2.4_2.64.2.bb | 27 +++ 2 files changed, 46 insertions(+), 5 deletions(-) create mode 100644 meta/recipes-support/libsoup/libsoup-2.4/0001-D

[OE-core] [PATCH 6/8] pango: convert from autotools to meson

2019-02-18 Thread Alexander Kanavin
libxft is a hard dependency now, accordingly drop the patch that was made for it being optional. Signed-off-by: Alexander Kanavin --- ...on-of-docs-pango.types-it-is-build-c.patch | 147 -- meta/recipes-graphics/pango/pango_1.42.4.bb | 27 ++-- 2 files changed, 16 insertions(+

[OE-core] [PATCH 7/8] glib-2.0: convert from autotools to meson

2019-02-18 Thread Alexander Kanavin
PRINTF settings no longer seem necessary (tested with mingw). Add meson-specific bits to Enable-more-tests-while-cross-compiling.patch and 0001-Install-gio-querymodules-as-libexec_PROGRAM.patch Add 0001-Set-host_machine-correctly-when-building-with-mingw3.patch to allow 'mingw32' as target machin

[OE-core] [PATCH 8/8] llvm: switch to the official git repository

2019-02-18 Thread Alexander Kanavin
Until now an unoffcial mirror was used, which may or may not be maintained in the longer run, as the need for it has gone. Also, the official mirror has version tags which allows us to track upstream development in an automated manner. ${S} has changed as upstream decided to use a monorepo for al

[OE-core] [PATCH 1/3] mesa: Update 18.1.9 -> 18.3.3

2019-02-18 Thread Fabio Berton
- Refresh all patches. - Remove "Use Python 3 to execute the scripts" patch Commit 986033a2750c1160a4cef3c8418fc7f9e2b4fb5a add support for both python 2 and 3. - Remove "dri: i965: Add missing time.h include" patch Commit 3c288da5eec81ee58b85927df18d9194ead8f5c2 add time.

[OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Fabio Berton
Instead of using a native specific packageconfig option, we now set the swrast as the supported driver. Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(

[OE-core] [PATCH 3/3] mesa: Add opengl to native and nativesdk PACKAGECONFIG

2019-02-18 Thread Fabio Berton
Allow the use of opengl for native and nativesdk packages. Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- meta/recipes-graphics/mesa/mesa.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa.inc b

[OE-core] [RFC][PATCH] mesa: Convert recipe to use meson build system

2019-02-18 Thread Fabio Berton
- Remove all non related meson patches Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- ...sing-include-stddef.h-in-egldevice.h.patch | 49 + ...k-for-all-linux-host_os-combinations.patch | 50 + meta/recipes-graphics/me

Re: [OE-core] [RFC][PATCH] mesa: Convert recipe to use meson build system

2019-02-18 Thread Alexander Kanavin
The commits look good, the only comment I have is that in meson conversion you remove the patches from SRC_URI, but not delete the actual files. Alex On Mon, 18 Feb 2019 at 14:32, Fabio Berton wrote: > > - Remove all non related meson patches > > Based on https://patchwork.openembedded.org/pat

Re: [OE-core] [PATCH 1/3] mesa: Update 18.1.9 -> 18.3.3

2019-02-18 Thread Otavio Salvador
On Mon, Feb 18, 2019 at 10:30 AM Fabio Berton wrote: > > - Refresh all patches. > > - Remove "Use Python 3 to execute the scripts" patch > Commit 986033a2750c1160a4cef3c8418fc7f9e2b4fb5a add support > for both python 2 and 3. > > - Remove "dri: i965: Add missing time.h include" p

Re: [OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Otavio Salvador
On Mon, Feb 18, 2019 at 10:30 AM Fabio Berton wrote: > > Instead of using a native specific packageconfig option, we now set > the swrast as the supported driver. > > Based on https://patchwork.openembedded.org/patch/158748/ > > Signed-off-by: Fabio Berton Acked-by: Otavio Salvador -- Otavio

Re: [OE-core] [PATCH 3/3] mesa: Add opengl to native and nativesdk PACKAGECONFIG

2019-02-18 Thread Otavio Salvador
On Mon, Feb 18, 2019 at 10:30 AM Fabio Berton wrote: > > Allow the use of opengl for native and nativesdk packages. > > Based on https://patchwork.openembedded.org/patch/158748/ > > Signed-off-by: Fabio Berton Acked-by: Otavio Salvador -- Otavio Salvador O.S. Sys

Re: [OE-core] [RFC][PATCH] mesa: Convert recipe to use meson build system

2019-02-18 Thread Otavio Salvador
On Mon, Feb 18, 2019 at 10:37 AM Alexander Kanavin wrote: > > The commits look good, the only comment I have is that in meson > conversion you remove the patches from SRC_URI, but not delete the > actual files. Good catch, also I'd like to not merge this now. I'd prefer to wait for 19.0.1 release

[OE-core] [RFC][PATCH v2] mesa: Convert recipe to use meson build system

2019-02-18 Thread Fabio Berton
- Remove all non related meson patches Based on https://patchwork.openembedded.org/patch/158748/ Signed-off-by: Fabio Berton --- ...0001-Simplify-wayland-scanner-lookup.patch | 43 --- ...ing-include-stddef.h-in-egldevice.h.patch} | 4 +- ...k-for-all-linux-host_os-combinations.p

Re: [OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Richard Purdie
On Mon, 2019-02-18 at 10:29 -0300, Fabio Berton wrote: > @@ -61,13 +61,12 @@ PACKAGECONFIG[x11] = "--enable-glx-tls,--disable- > glx,${X11_DEPS}" > PACKAGECONFIG[xvmc] = "--enable-xvmc,--disable-xvmc,libxvmc" > PACKAGECONFIG[wayland] = ",,wayland-native wayland libdrm wayland-protocols" > > -DR

Re: [OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Alexander Kanavin
On Mon, 18 Feb 2019 at 15:18, Richard Purdie wrote: > I think you need to leave DRIDRIVERS = "swrast" here or the x86 appends > wouldn't have swrast listed? > > Do we really want to limit the native version to swrast only? This > seems a fairly major change of behaviour and not what the original

Re: [OE-core] [PATCH 6/6] llvm: Upgrade to upcoming 8.0.0 release

2019-02-18 Thread Khem Raj
On Mon, Feb 18, 2019 at 1:47 AM Alexander Kanavin wrote: > > There is now an official git repo for llvm, which also has version tags: > > https://github.com/llvm/llvm-project yes there is and its intentional to use this mirror, since the llvm-project is a super repo and contains all llvm projects

[OE-core] [PATCH] gdk-pixbuf: convert from autotools to meson

2019-02-18 Thread Alexander Kanavin
Drop autotools-specific patches. Rework jku's thumbnailer patch into meson configuration. Add a patch to disable tests in native builds. Signed-off-by: Alexander Kanavin --- .../0001-Disable-tests-in-native-builds.patch | 30 ...f-decisions-around-cross-compilation.patch | 38 + ...

Re: [OE-core] [PATCH 6/6] llvm: Upgrade to upcoming 8.0.0 release

2019-02-18 Thread Alexander Kanavin
On Mon, 18 Feb 2019 at 16:04, Khem Raj wrote: > > There is now an official git repo for llvm, which also has version tags: > > > > https://github.com/llvm/llvm-project > > yes there is and its intentional to use this mirror, since the > llvm-project is a super repo and > contains all llvm projects

Re: [OE-core] [PATCH 6/6] llvm: Upgrade to upcoming 8.0.0 release

2019-02-18 Thread Khem Raj
On Mon, Feb 18, 2019 at 7:15 AM Alexander Kanavin wrote: > > On Mon, 18 Feb 2019 at 16:04, Khem Raj wrote: > > > There is now an official git repo for llvm, which also has version tags: > > > > > > https://github.com/llvm/llvm-project > > > > yes there is and its intentional to use this mirror, s

Re: [OE-core] [PATCH 6/6] llvm: Upgrade to upcoming 8.0.0 release

2019-02-18 Thread Belisko Marek
Ja som tiez za. Marek On Mon, Feb 18, 2019 at 4:42 PM Khem Raj wrote: > On Mon, Feb 18, 2019 at 7:15 AM Alexander Kanavin > wrote: > > > > On Mon, 18 Feb 2019 at 16:04, Khem Raj wrote: > > > > There is now an official git repo for llvm, which also has version > tags: > > > > > > > > https://gi

[OE-core] [PATCH] glib-2.0: convert from autotools to meson

2019-02-18 Thread Alexander Kanavin
PRINTF settings no longer seem necessary (tested with mingw). Add meson-specific bits to Enable-more-tests-while-cross-compiling.patch and 0001-Install-gio-querymodules-as-libexec_PROGRAM.patch Add 0001-Set-host_machine-correctly-when-building-with-mingw3.patch to allow 'mingw32' as target machin

[OE-core] [PATCH] initscripts: Update volatiles documentation to include binds

2019-02-18 Thread Joshua Watt
Volatiles processing now handles bind mounts, so update the comment in the core file to indicate this. Signed-off-by: Joshua Watt --- meta/recipes-core/initscripts/initscripts-1.0/volatiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/initscripts/initscri

Re: [OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Richard Purdie
On Mon, 2019-02-18 at 15:58 +0100, Alexander Kanavin wrote: > On Mon, 18 Feb 2019 at 15:18, Richard Purdie > wrote: > > > I think you need to leave DRIDRIVERS = "swrast" here or the x86 > > appends > > wouldn't have swrast listed? > > > > Do we really want to limit the native version to swrast o

[OE-core] [AUH] Upgrade status: 2019-02-18

2019-02-18 Thread auh
Recipe upgrade statistics: * Failed(other errors): 2 go-runtime, 1.11.5, Khem Raj go, 1.11.5, Khem Raj * Failed (devtool error): 48 sysvinit, 2.93, Ross Burton ifupdown, 0.8.35, Anuj Mittal vte, 0.54.3, Anuj Mittal sed, 4.7, Chen Qi

Re: [OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Alexander Kanavin
On Mon, 18 Feb 2019 at 19:12, Richard Purdie wrote: > That does, I think the patch still needs DRIDRIVERS = "swrast" though? > The details here should be in the commit message too. Ah, I forgot one more detail which explains the above: there are two swrast drivers, one dri-based, another gallium

Re: [OE-core] [PATCH 2/3] mesa: Replace dri-native with dri for native and nativesdk classes

2019-02-18 Thread Alexander Kanavin
Also, mesa 18.3.4 is out :) so you could add that in as well in v2. Alex On Mon, 18 Feb 2019 at 19:20, Alexander Kanavin wrote: > > On Mon, 18 Feb 2019 at 19:12, Richard Purdie > wrote: > > > That does, I think the patch still needs DRIDRIVERS = "swrast" though? > > The details here should be i

[OE-core] [PATCH 2/6] lzip: upgrade 1.20 -> 1.21

2019-02-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta/recipes-extended/lzip/{lzip_1.20.bb => lzip_1.21.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/lzip/{lzip_1.20.bb => lzip_1.21.bb} (88%) diff --git a/meta/recipes-extended/lzip/lzip_

[OE-core] [PATCH 0/6] Recipe updates

2019-02-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Update lz4, lzip, lzop, gzip, grep and hdparm to the latest. Build-tested against qemu targets, plus x32 and musl. The following changes since commit 93c6e5023d74bf6fae8e3a70afd9dca6b1ab555a: glib-2.0: Improve shared-mime-info dependency handling (2019-02-18 10:33:08

[OE-core] [PATCH 6/6] grep: upgrade 3.1 -> 3.3

2019-02-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko License checksum changed due to cleanup, all URLs converted to https. need_charset_alias is no longer being used, drop the patch. Signed-off-by: Denys Dmytriyenko --- ...need_charset_alias-when-building-for-musl.patch | 33 -- .../grep/{grep_3.1.bb

[OE-core] [PATCH 5/6] gzip: upgrade 1.9 -> 1.10

2019-02-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko gnulib.patch for glibc-2.28+ has been upstreamed. Signed-off-by: Denys Dmytriyenko --- .../{gzip-1.9 => gzip-1.10}/wrong-path-fix.patch | 0 meta/recipes-extended/gzip/gzip-1.9/gnulib.patch | 189 - .../gzip/{gzip_1.9.bb => gzip_1.10.bb}

[OE-core] [PATCH 4/6] lzop: upgrade 1.03 -> 1.04

2019-02-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko License checksum changed due to updated copyright year and cleanup. 3 patches for miniacc.h were incorporated upstream. Build-tested on qemu targets, including x32. Signed-off-by: Denys Dmytriyenko --- ...inlines-as-the-external-inline-definition.patch | 100 -

[OE-core] [PATCH 3/6] hdparm: upgrade 9.56 -> 9.58

2019-02-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta/recipes-extended/hdparm/{hdparm_9.56.bb => hdparm_9.58.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/hdparm/{hdparm_9.56.bb => hdparm_9.58.bb} (90%) diff --git a/meta/recipes-extende

[OE-core] [PATCH 1/6] lz4: upgrade 1.8.2 -> 1.8.3

2019-02-18 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- meta/recipes-support/lz4/{lz4_1.8.2.bb => lz4_1.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/lz4/{lz4_1.8.2.bb => lz4_1.8.3.bb} (94%) diff --git a/meta/recipes-support/lz4/lz4_1.8.2.bb b

[OE-core] [PATCH 1/5] adwaita-icon-theme: upgrade 3.28.0 -> 3.30.1

2019-02-18 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../0001-Don-t-use-AC_CANONICAL_HOST.patch | 6 +++--- ...ta-icon-theme_3.28.0.bb => adwaita-icon-theme_3.30.1.bb} | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-gnome/gnome/{adwaita-icon-theme_3.28.0.bb => adwai

[OE-core] [PATCH 2/5] clutter-gst-3.0: upgrade 3.0.26 -> 3.0.27

2019-02-18 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../{clutter-gst-3.0_3.0.26.bb => clutter-gst-3.0_3.0.27.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/clutter/{clutter-gst-3.0_3.0.26.bb => clutter-gst-3.0_3.0.27.bb} (58%) diff --git a/meta/recipes-graphics/clutt

[OE-core] [PATCH 3/5] gtk+3: upgrade 3.24.1 -> 3.24.5

2019-02-18 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-gnome/gtk+/{gtk+3_3.24.1.bb => gtk+3_3.24.5.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/gtk+/{gtk+3_3.24.1.bb => gtk+3_3.24.5.bb} (83%) diff --git a/meta/recipes-gnome/gtk+/gtk+3_3.24.1.bb b/meta/recipes

[OE-core] [PATCH 4/5] libinput: upgrade 1.12.3 -> 1.12.6

2019-02-18 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../wayland/{libinput_1.12.3.bb => libinput_1.12.6.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.12.3.bb => libinput_1.12.6.bb} (86%) diff --git a/meta/recipes-graphics/wayland/libinput_1.

[OE-core] [PATCH 5/5] mc: upgrade 4.8.21 -> 4.8.22

2019-02-18 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-extended/mc/{mc_4.8.21.bb => mc_4.8.22.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/mc/{mc_4.8.21.bb => mc_4.8.22.bb} (93%) diff --git a/meta/recipes-extended/mc/mc_4.8.21.bb b/meta/recipes-extended/mc

Re: [OE-core] [PATCH 0/2 v7] test-case-mgmt

2019-02-18 Thread Yeoh, Ee Peng
RP, Noted, thanks. Cheers, Ee Peng -Original Message- From: Richard Purdie [mailto:richard.pur...@linuxfoundation.org] Sent: Monday, February 18, 2019 6:12 PM To: Yeoh, Ee Peng ; openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH 0/2 v7] test-case-mgmt On Mon, 20

[OE-core] [PATCH] python3: fix INCLDIRSTOMAKE in _sysconfigdata.py

2019-02-18 Thread changqing.li
From: Changqing Li recipe glade do_configure failed after python upgrade to 3.7.2, it will do runtime check of python headers with native python3 under recipe-sysroot-native, it will check under path INCLDIRSTOMAKE, but this value is '/usr/include /usr/include /usr/include/python3.7m /usr/include

[OE-core] [PATCH 0/5] PU: cups, dbus, dbus-test, diffutils, sudo

2019-02-18 Thread Chen Qi
The following changes since commit 4972d5dbd94a5a1fe9848e20730245f0f715501f: glib-2.0: Improve shared-mime-info dependency handling (2019-02-18 10:33:13 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/PU-20190219 http://git.pokylinux.org/cgit.cgi

[OE-core] [PATCH 2/5] dbus: upgrade to 1.12.12

2019-02-18 Thread Chen Qi
Signed-off-by: Chen Qi --- meta/recipes-core/dbus/{dbus_1.12.10.bb => dbus_1.12.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/dbus/{dbus_1.12.10.bb => dbus_1.12.12.bb} (97%) diff --git a/meta/recipes-core/dbus/dbus_1.12.10.bb b/meta/recipes-core/dbus

[OE-core] [PATCH 4/5] diffutils: upgrade to 3.7

2019-02-18 Thread Chen Qi
The following two patches are removed as they are not needed anymore. 0001-Unset-need_charset_alias-when-building-for-musl.patch 0001-explicitly-disable-replacing-getopt.patch Signed-off-by: Chen Qi --- ...need_charset_alias-when-building-for-musl.patch | 33 -- .../0001

[OE-core] [PATCH 5/5] sudo: upgrade to 1.8.27

2019-02-18 Thread Chen Qi
License-Update: copyright years updated Signed-off-by: Chen Qi --- meta/recipes-extended/sudo/sudo.inc| 2 +- .../sudo/{sudo_1.8.26.bb => sudo_1.8.27.bb}| 25 -- 2 files changed, 24 insertions(+), 3 deletions(-) rename meta/recipes-extended/sudo/{sud

[OE-core] [PATCH 3/5] dbus-test: upgrade to 1.12.12

2019-02-18 Thread Chen Qi
Signed-off-by: Chen Qi --- meta/recipes-core/dbus/{dbus-test_1.12.10.bb => dbus-test_1.12.12.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/dbus/{dbus-test_1.12.10.bb => dbus-test_1.12.12.bb} (95%) diff --git a/meta/recipes-core/dbus/dbus-test_1.12.10.bb

[OE-core] [PATCH 1/5] cups: upgrade to 2.2.10

2019-02-18 Thread Chen Qi
Signed-off-by: Chen Qi --- meta/recipes-extended/cups/{cups_2.2.9.bb => cups_2.2.10.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/cups/{cups_2.2.9.bb => cups_2.2.10.bb} (40%) diff --git a/meta/recipes-extended/cups/cups_2.2.9.bb b/meta/recipes-exten

Re: [OE-core] [PATCH] logrotate.py: restore /etc/logrotate.d/wtmp

2019-02-18 Thread Yu, Mingli
Ping. This patch is used to fix the incomplete cleanup for logrotate test in oeqa. Thanks, On 2019年02月13日 13:43, mingli...@windriver.com wrote: From: Mingli Yu During the test logrotate.LogrotateTest.test_1_logrotate_setup, there is below logic: # mkdir $HOME/logrotate_dir # sed -i "s#wt

[OE-core] [PATCH] icu: Added armeb support.

2019-02-18 Thread Lei Maohui
Make icu support arm32 BE. Upstream-Status: Pending Signed-off-by: Lei Maohui --- .../icu/icu/0001-Make-icu-support-arm-BE.patch | 28 ++ meta/recipes-support/icu/icu_63.1.bb | 1 + 2 files changed, 29 insertions(+) create mode 100644 meta/recipes-suppor

[OE-core] [PATCH] glibc: CVE-2019-7309

2019-02-18 Thread Zhixiong Chi
Backport the CVE patch from the upstream commit 3f635fb43389b54f682fc9ed2acc0b2aaf4a923d Signed-off-by: Zhixiong Chi --- ...e-unsigned-Jcc-instructions-on-size-.patch | 223 ++ meta/recipes-core/glibc/glibc_2.29.bb | 1 + 2 files changed, 224 insertions(+) create mode

[OE-core] [PATCH] libidn2: fix buildpaths qa issue in .pc file

2019-02-18 Thread kai.kang
From: Kai Kang When enable buildpaths qa check, it show warning of libidn2: | WARNING: libidn2-2.0.5-r0 do_package_qa: QA Issue: File /work/armv5e-poky-linux-gnueabi/libidn2/2.0.5-r0/packages-split/libidn2-dev/usr/lib/pkgconfig/libidn2.pc in package contained reference to tmpdir [buildpaths] Fi

Re: [OE-core] [PATCH 7/8] glib-2.0: convert from autotools to meson

2019-02-18 Thread Khem Raj
seeing an error armv5te/thumb https://errors.yoctoproject.org/Errors/Details/228765/ On Mon, Feb 18, 2019 at 4:42 AM Alexander Kanavin wrote: > > PRINTF settings no longer seem necessary (tested with mingw). > > Add meson-specific bits to Enable-more-tests-while-cross-compiling.patch and > 0001-I

Re: [OE-core] [PATCH 1/3] libc-package.bbclass: Correct a few paths for when usrmerge is used

2019-02-18 Thread Khem Raj
I am seeing locale packaging errors too https://errors.yoctoproject.org/Errors/Build/76954/ On Sun, Feb 17, 2019 at 2:53 PM Richard Purdie wrote: > > On Sun, 2019-02-17 at 15:51 +0100, Peter Kjellerstedt wrote: > > Signed-off-by: Peter Kjellerstedt > > --- > > meta/classes/libc-package.bbclass

Re: [OE-core] [PATCH V2] gcc-runtime: fix C++ header mapping for n32/x32 tune

2019-02-18 Thread Changqing Li
On 2/14/19 7:19 PM, Richard Purdie wrote: On Tue, 2019-02-12 at 13:10 +0800, changqing...@windriver.com wrote: From: Changqing Li The SDK was unable to find the C++ header pieces correctly since it's using a generic compiler, not one specifically targeting the multilib vendor p

Re: [OE-core] [PATCH 3/5] gtk+3: upgrade 3.24.1 -> 3.24.5

2019-02-18 Thread Khem Raj
on ubuntu 14.04 https://errors.yoctoproject.org/Errors/Details/228774/ On Mon, Feb 18, 2019 at 4:10 PM Richard Purdie wrote: > > Signed-off-by: Richard Purdie > --- > meta/recipes-gnome/gtk+/{gtk+3_3.24.1.bb => gtk+3_3.24.5.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rena