Re: [OE-core] [PATCH 1/2 v5] resultstool: enable merge, store, report and regression analysis

2019-02-13 Thread Yeoh, Ee Peng
Hi RP, I had executed the runtime/ptest using the latest master with the latest changes to understand the new improvement. For now, the resulttool regression will ignore both 'ptestresult.rawlogs' & 'ptestresult.sections' as current regression operation focuses on comparing the "status"

[OE-core] [PATCH 1/2 v7] resulttool: enable merge, store, report and regression analysis

2019-02-13 Thread Yeoh Ee Peng
OEQA outputs test results into json files and these files were archived by Autobuilder during QA releases. Example: each oe-selftest run by Autobuilder for different host distro generate a testresults.json file. These scripts were developed as a test result tools to manage these testresults.json

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

2019-02-13 Thread Yeoh Ee Peng
v1: Face key error from oe-git-archive Undesirable behavior when storing to multiple git branch v2: Include fix for oe-git-archive Include fix for store result to multiple git branch Improve git commit message v3: Enhance fix for oe-git-archive by using exception catch to

[OE-core] [PATCH 2/2 v7] scripts/resulttool: enable manual execution and result creation

2019-02-13 Thread Yeoh Ee Peng
From: Mazliana Integrated “manualexecution” operation to resulttool scripts. Manual execution script is a helper script to execute all manual test cases in baseline command, which consists of user guideline steps and the expected results. The last step will ask user to provide their input to

[OE-core] [PATCH 1/1 V2] base.bbclass: Check BuildStarted for HOSTTOOLS

2019-02-13 Thread Robert Yang
There might be no bb.event.ConfigParsed event if bitbake server is running, so check bb.event.BuildStarted too to make sure HOSTTOOLS_DIR exists. Fixed: $ export BB_SERVER_TIMEOUT=-1 $ bitbake quilt-native $ rm -fr tmp $ bitbake quilt-native ERROR: Error running gcc --version: /bin/sh: gcc:

[OE-core] [PATCH 0/1 V2] base.bbclass: Check BuildStarted for HOSTTOOLS

2019-02-13 Thread Robert Yang
* V2 - Tweak the position of BuildStarted a little and fix comments as Peter Kjellerstedt suggested. * V1 - Initial version // Robert The following changes since commit 430bd28093fb743ba3bd032e11e40b4dd8e5bd1f: linux-yocto: add baseline ARC support (2019-02-12 14:04:24 +) are

Re: [OE-core] [PATCH 1/1] base.bbclass: Check BuildStarted for HOSTTOOLS

2019-02-13 Thread Robert Yang
On 2/14/19 11:43 AM, Peter Kjellerstedt wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org On Behalf Of Robert Yang Sent: den 14 februari 2019 04:22 To: Peter Kjellerstedt ; openembedded- c...@lists.openembedded.org Subject: Re: [OE-core] [PATCH 1/1]

Re: [OE-core] [PATCH 2/3] libc-package.bbclass: Use install utility to create directories with right permissions

2019-02-13 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Khem Raj > Sent: den 12 februari 2019 06:48 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 2/3] libc-package.bbclass: Use install >

[OE-core] [PATCH 4/4] cairo: upgrade 1.14.12 -> 1.16.0

2019-02-13 Thread Anuj Mittal
* For changes, see: https://www.cairographics.org/releases/ChangeLog.cairo-1.16.0 * Remove the backported patch. * libcairo-trace isn't a version lib anymore, fix the packaging and include it in perf-utils. Signed-off-by: Anuj Mittal --- .../cairo/0001-cairo-Fix-CVE-2017-9814.patch | 45

[OE-core] [PATCH 2/4] harfbuzz: upgrade 2.2.0 -> 2.3.1

2019-02-13 Thread Anuj Mittal
For changes, see: https://github.com/harfbuzz/harfbuzz/releases Signed-off-by: Anuj Mittal --- .../harfbuzz/{harfbuzz_2.2.0.bb => harfbuzz_2.3.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_2.2.0.bb => harfbuzz_2.3.1.bb}

[OE-core] [PATCH 3/4] pixman: upgrade 0.34.0 -> 0.38.0

2019-02-13 Thread Anuj Mittal
For changes, see: https://cgit.freedesktop.org/pixman/log/?qt=range=pixman-0.38.0...pixman-0.34.0 Signed-off-by: Anuj Mittal --- .../xorg-lib/pixman/asm_include.patch | 29 --- .../{pixman_0.34.0.bb => pixman_0.38.0.bb}| 5 ++-- 2 files changed, 2 insertions(+), 32

[OE-core] [PATCH 1/4] x264: update to latest on stable branch

2019-02-13 Thread Anuj Mittal
For changes, see: https://github.com/mirror/x264/compare/e9a5903edf8ca59ef20e6f4894c196f135af735e...0a84d986e7020f8344f00752e3600b9769cc1e85 Remove the perlnative dependency that doesn't seem to be needed and remove the unnecessary copying of autotool scripts. Signed-off-by: Anuj Mittal ---

Re: [OE-core] [PATCH 1/1] base.bbclass: Check BuildStarted for HOSTTOOLS

2019-02-13 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Robert Yang > Sent: den 14 februari 2019 04:22 > To: Peter Kjellerstedt ; openembedded- > c...@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 1/1]

Re: [OE-core] [PATCH 1/1] base.bbclass: Check BuildStarted for HOSTTOOLS

2019-02-13 Thread Robert Yang
On 2/14/19 11:05 AM, Peter Kjellerstedt wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org On Behalf Of Robert Yang Sent: den 14 februari 2019 03:59 To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH 1/1] base.bbclass: Check

Re: [OE-core] [PATCH 1/1] base.bbclass: Check BuildStarted for HOSTTOOLS

2019-02-13 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org core-boun...@lists.openembedded.org> On Behalf Of Robert Yang > Sent: den 14 februari 2019 03:59 > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 1/1] base.bbclass: Check BuildStarted

[OE-core] [PATCH 1/1] base.bbclass: Check BuildStarted for HOSTTOOLS

2019-02-13 Thread Robert Yang
There might be no bb.event.ConfigParsed event bitbake server is running, so check bb.event.BuildStarted to make sure HOSTTOOLS_DIR existed when BuildStarted. Fixed: $ export BB_SERVER_TIMEOUT=-1 $ bitbake quilt-native $ rm -fr tmp $ bitbake quilt-native ERROR: Error running gcc --version:

[OE-core] [PATCH 0/1] base.bbclass: Check BuildStarted for HOSTTOOLS

2019-02-13 Thread Robert Yang
The following changes since commit 430bd28093fb743ba3bd032e11e40b4dd8e5bd1f: linux-yocto: add baseline ARC support (2019-02-12 14:04:24 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/ht

[OE-core] [PATCH] icecc-env: don't raise error when icecc not installed

2019-02-13 Thread Adam Trhon
When icecc is not installed, the `which icecc` command in icecc-env.sh returns nonzero. This happens when environment is being sourced. When the terminal has `set -e`, the whole script fails and terminal is closed. Fix this by ignoring errors from the which command. Signed-off-by: Adam Trhon

Re: [OE-core] [PATCH] systemd: RDEPENDS on util-linux-umount

2019-02-13 Thread Randy MacLeod
On 2/13/19 5:00 AM, Jonas Bonn wrote: On 11/02/2019 13:15, mikko.rap...@bmw.de wrote: On Mon, Feb 11, 2019 at 12:08:46PM +, André Draszik wrote: Please ignore this patch. Looks like a red-herring. Sorry for the noise. FWIW, I would like to see this patch merged. Had some issues in the

Re: [OE-core] [PATCH] glibc-locale: Rewrite do_install using install utility instead of cp

2019-02-13 Thread Khem Raj
Peter did you have a chance to try https://patchwork.openembedded.org/patch/158661/ On Sun, Feb 10, 2019 at 6:09 PM Khem Raj wrote: > > On Sun, Feb 10, 2019 at 3:32 PM Peter Kjellerstedt > wrote: > > > > > -Original Message- > > > From: openembedded-core-boun...@lists.openembedded.org

[OE-core] [PATCH] classes/license_image.bbclass: Fix rootfs license file permissions

2019-02-13 Thread Joshua Watt
Fixes up the permissions on the license files when they are put on the target file system so that they are readable by everyone. Previously, they would have inherited whatever permissions the file had in the recipe, which may not have been appropriate. [YOCTO #13175] Signed-off-by: Joshua Watt

Re: [OE-core] gl support for qemuaarch64

2019-02-13 Thread John Ras
Thanks Alex, Yes i know, I'm targeting for arm though. I see '3d acceleration enabled' so it was pointing me to its availability still without KVM. I was finally able to have weston and its gl examples working for aarch64 and performance seems reasonable. I'm still evaluating it though. Br,

[OE-core] [PATCH 2/2] gstreamer: improve metadata dependencies

2019-02-13 Thread Ross Burton
Instead of maintaining its own copy of the 'system' packages, reuse oe.utils.packages_filter_out_system(). This stops ${PN}-src being added to the meta package, which meant anything depending on the meta package was also pulling in the sources. Signed-off-by: Ross Burton ---

[OE-core] [PATCH 1/2] utils: add -src to system package name blacklist

2019-02-13 Thread Ross Burton
oe.utils.packages_filter_out_system() returns PACKAGES after removing "system" packages but it doesn't handle ${PN}-src as generated by PACKAGE_DEBUG_SPLIT_STYLE=debug-with-srcpkg. Signed-off-by: Ross Burton --- meta/lib/oe/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

Re: [OE-core] gl support for qemuaarch64

2019-02-13 Thread Alexander Kanavin
On Tue, 12 Feb 2019 at 18:54, João Rasta wrote: > I was trying to build virgl-gtk branch for ARM qemu target, but I'm not > completely sure if it's possible as it generally seems to require KVM. > > qemu-system-aarch64 has the virtio-gpu-pci device, which i'd assume to > support GL forwarding

Re: [OE-core] [PATCH] systemd: RDEPENDS on util-linux-umount

2019-02-13 Thread Jonas Bonn
On 11/02/2019 13:15, mikko.rap...@bmw.de wrote: On Mon, Feb 11, 2019 at 12:08:46PM +, André Draszik wrote: Please ignore this patch. Looks like a red-herring. Sorry for the noise. FWIW, I would like to see this patch merged. Had some issues in the past with busybox umount and added same