Re: [OE-core] [PATCH 1/1] testsdkext: remove workspace/sources to avoid failure in case of multilib

2018-08-26 Thread ChenQi
ping On 05/08/2018 04:07 PM, Chen Qi wrote: When multilib is enabled, there are multiple environment scripts, and the test cases for eSDK are executed for each environment script. And we will have the following problem when executing test cases for the second environment script. ERROR:

[OE-core] [PATCH] epiphany: upgrade 3.28.1.1 -> 3.28.3.1

2018-08-26 Thread Yi Zhao
Signed-off-by: Yi Zhao --- .../epiphany/{epiphany_3.28.1.1.bb => epiphany_3.28.3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/epiphany/{epiphany_3.28.1.1.bb => epiphany_3.28.3.1.bb} (84%) diff --git

[OE-core] ✗ patchtest: failure for libsndfile1: patch for CVE-2017-14634

2018-08-26 Thread Patchwork
== Series Details == Series: libsndfile1: patch for CVE-2017-14634 Revision: 1 URL : https://patchwork.openembedded.org/series/13737/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

[OE-core] [PATCH] libsndfile1: patch for CVE-2017-14634

2018-08-26 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../libsndfile/libsndfile1/CVE-2017-14634.patch| 42 ++ .../libsndfile/libsndfile1_1.0.28.bb | 1 + 2 files changed, 43 insertions(+) create mode 100644

Re: [OE-core] ✗ patchtest: failure for taglib: Security fix CVE-2018-11439

2018-08-26 Thread Yi Zhao
在 2018年08月27日 10:35, Patchwork 写道: == Series Details == Series: taglib: Security fix CVE-2018-11439 Revision: 1 URL : https://patchwork.openembedded.org/series/13734/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated

[OE-core] ✗ patchtest: failure for taglib: Security fix CVE-2018-11439

2018-08-26 Thread Patchwork
== Series Details == Series: taglib: Security fix CVE-2018-11439 Revision: 1 URL : https://patchwork.openembedded.org/series/13734/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed

[OE-core] [PATCH] libice: patch for CVE-2017-2626

2018-08-26 Thread changqing.li
From: Changqing Li Signed-off-by: Changqing Li --- .../xorg-lib/libice/CVE-2017-2626.patch| 149 + meta/recipes-graphics/xorg-lib/libice_1.0.9.bb | 2 + 2 files changed, 151 insertions(+) create mode 100644

[OE-core] [PATCH] taglib: Security fix CVE-2018-11439

2018-08-26 Thread Yi Zhao
CVE-2018-11439: The TagLib::Ogg::FLAC::File::scan function in oggflacfile.cpp in TagLib 1.11.1 allows remote attackers to cause information disclosure (heap-based buffer over-read) via a crafted audio file. References: https://nvd.nist.gov/vuln/detail/CVE-2018-11439 Patch from:

Re: [OE-core] [RFC] Yocto Project Bug 12372 - Automate the execution of pTest with LAVA

2018-08-26 Thread Otavio Salvador
On Fri, Aug 24, 2018 at 11:23 AM Wang, Yang (Young) wrote: > I see some good feedback from people mentioned they are working on similar > solutions and should come out soon. We will continuously work on this ticket. Did you consider using labgrid? It has a lot in common in current infra we use

[OE-core] [PATCH v2] nativesdk-packagegroup-sdk-host: Add wayland-scanner to the SDK native toolchain

2018-08-26 Thread Seokha Ko
The wayland-scanner was missing from the native toolchain for SDK build because it's copied from wayland dev package. So make the wayland-scanner package and include it to SDK native toolchain. Signed-off-by: Seokha Ko --- .../packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 +

Re: [OE-core] ✗ patchtest: failure for allarch: disable allarch when multilib is used (rev4)

2018-08-26 Thread Kang Kai
On 2018年08月26日 21:33, Patchwork wrote: == Series Details == Series: allarch: disable allarch when multilib is used (rev4) Revision: 4 URL : https://patchwork.openembedded.org/series/13457/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This

[OE-core] ✗ patchtest: failure for allarch: disable allarch when multilib is used (rev4)

2018-08-26 Thread Patchwork
== Series Details == Series: allarch: disable allarch when multilib is used (rev4) Revision: 4 URL : https://patchwork.openembedded.org/series/13457/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests

Re: [OE-core] [PATCH] nss: fix postinst script for nativesdk build

2018-08-26 Thread Kang Kai
On 2018年08月24日 16:54, Mikko Rapeli wrote: It's better to refer to binaries in postinst script with full path which also works on SDK when /opt/nativesysroot/usr/bin is not in PATH. Fixes install of nativesdk-nss: Configuring nativesdk-nss. /var/lib/opkg/info/nativesdk-nss.postinst: line 14:

[OE-core] [PATCH 6/6] multilib: fix install file conflicts

2018-08-26 Thread Kai Kang
Fix install files conflicts between multlib packages: | Error: Transaction check error: | file /usr/bin/g-ir-annotation-tool conflicts between attempted installs of lib32-gobject-introspection-1.56.1-r0.x86 and gobject-introspection-1.56.1-r0.core2_64 | file /usr/bin/g-ir-scanner conflicts

[OE-core] [PATCH 4/6] update_gtk_immodules_cache: update for multilib

2018-08-26 Thread Kai Kang
Postinstall script update_gtk_immodules_cache calls ${bindir}/gtk-query-immodules-${version}. When multilib is enabled, both packages foo and lib32-foo call ${bindir}/gtk-query-immodules-${version} and one of them will fail to run obviously. Duplicate install files gtk-query-immodules-${version}

[OE-core] [PATCH 3/6] update_font_cache: update script for multilib

2018-08-26 Thread Kai Kang
Packages which inherit fontcache.bbclass call postinstall script update_font_cache. And in update_font_cache, it calls ${bindir}/fc-cache by qemuwrapper. When multilib is enabled, both packages foo and lib32-foo will call ${bindir}/fc-cache and one of them will fail to run obviously. Duplicate

[OE-core] [PATCH 5/6] statetests.py: drop test_sstate_allarch_samesigs_multilib

2018-08-26 Thread Kai Kang
allarch is disabled when multilib is used, so sstate oeqa case test_sstate_allarch_samesigs_multilib is useless. Remove check for allarch part and rename to test_sstate_nativesdk_samesigs_multilib. Signed-off-by: Kai Kang --- meta/lib/oeqa/selftest/cases/sstatetests.py | 11 ++- 1 file

[OE-core] [PATCH 2/6] sstate.bbclass: update SSTATE_DUPWHITELIST

2018-08-26 Thread Kai Kang
Update SSTATE_DUPWHITELIST in sstate.bbclass. * remove ${DEPLOY_DIR_RPM}/noarch/ which is not overwritten any more * add directories for package target-sdk-provides-dummy Signed-off-by: Kai Kang --- meta/classes/sstate.bbclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff

[OE-core] [PATCH V4 0/6] allarch: disable allarch when multilib is used

2018-08-26 Thread Kai Kang
V4: * rebase on origin/master-next * update postinstall script update_gtk_immodules_cache V3: * drop commit "cmake.bbclass: fix wrong toolchain flags of nativesdk package" which causes some oe-selftest cases fail * update postinstall script update_font_cache * drop oe-selftest case

[OE-core] [PATCH 1/6] allarch: disable allarch when multilib is used

2018-08-26 Thread Kai Kang
Some allarch packages rdepends non-allarch packages. When multilib is used, it doesn't expand the dependency chain correctly, e.g. core-image-sato -> ca-certificates(allarch) -> openssl we expect dependency chain for lib32-core-image-sato: lib32-core-image-sato -> ca-certificates(allarch) ->