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" diffe
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 f
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
improv
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 exec
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: comma
* 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 ava
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] base
> -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
> ut
* 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
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}
For changes, see:
https://cgit.freedesktop.org/pixman/log/?qt=range&q=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(+), 3
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
---
me
> -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] base.bb
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 BuildStart
> -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 fo
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: /bin/sh
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
http://cgit.openembedded.org/openembedded-core-
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
---
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 p
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 >
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
-
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,
Joao
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
---
meta/recipes-multim
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 --g
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 to
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
26 matches
Mail list logo