Re: [OE-core] [PATCH v2] buildstats.bbclass: add functionality to collect build system stats

2020-11-10 Thread Mikko Rapeli
Hi, On Tue, Nov 10, 2020 at 06:07:44PM -0500, Sakib Sajal wrote: > There are a number of timeout and hang defects where > it would be useful to collect statistics about what > is running on a build host when that condition occurs. > > This adds functionality to collect build system stats > on a r

Re: [OE-core] [gatesgarth][PATCH 13/22] bluez5: fix CVE-2020-27153

2020-11-10 Thread Anuj Mittal
On Fri, 2020-11-06 at 05:12 -1000, Steve Sakoman wrote: > This morning I also submitted a patch to fix CVE-2020-27153 in > dunfell > (bluez5: update to 5.55 to fix CVE-2020-27153): > > https://lists.openembedded.org/g/openembedded-core/message/144343 > > 5.55 seems to be a security/bug fix releas

Re: [OE-core] [PATCH] [WIP] qemurunner.py: qemu as client

2020-11-10 Thread Saul Wold
Oops, need to double check what 000* is going to actual send, please ignore this and the following older qemu_runner patch. Sau! On 11/10/20 8:10 PM, Saul Wold wrote: Signed-off-by: Saul Wold --- meta/lib/oeqa/core/target/ssh.py | 9 ++-- meta/lib/oeqa/runtime/cases/network.py | 28

[OE-core] [PATCH] qemurunner: add support for qmp cmds

2020-11-10 Thread Saul Wold
This adds support for the Qemu Machine Protocol [0] extending the current dump process for Host and Target. The commands are added in the testimage.bbclass. Currently, we setup qemu to stall until qmp gets connected and sends the initialization and continue commands, this works correctly. With th

[OE-core] [WIP v2 1/1] qemurunner: add support for qmp cmds

2020-11-10 Thread Saul Wold
This adds support for the Qemu Machine Protocol [0] extending the current dump process for Host and Target. The commands are added in the testimage.bbclass. Currently, we setup qemu to stall until qmp gets connected and sends the initialization and continue commands, this works correctly. With th

[OE-core] [PATCH] [WIP] qemurunner.py: qemu as client

2020-11-10 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/lib/oeqa/core/target/ssh.py | 9 ++-- meta/lib/oeqa/runtime/cases/network.py | 28 +++ meta/lib/oeqa/runtime/files/kill_net | 5 ++ meta/lib/oeqa/targetcontrol.py | 3 ++ meta/lib/oeqa/utils/dump.py| 22 meta/lib/oe

[OE-core] [WIP v2 0/1] Add Qemu Monitor Support

2020-11-10 Thread Saul Wold
Version 2! I figured out that I was saving the monitor_dumper in the wrong class, so moved where it's saved into the OESSHTarget code, it still needs to be created in the OEQemuTarget since that's where the runner is available. Currently we interact with the JSON (which is new to me) interface of

[OE-core][zeus][PATCH] qemu: CVE-2020-27616

2020-11-10 Thread Li Wang
backport patch from: https://git.qemu.org/?p=qemu.git;a=commit;h=ca1f9cbfdce4d63b10d57de80fef89a89d92a540 Signed-off-by: Li Wang --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2020-27616.patch| 53 +++ 2 files changed, 54 insertions(+) cr

[OE-core] [PATCH] lto.inc: Disable LTO for webkit

2020-11-10 Thread Khem Raj
webkit fails to link with LTO on at this point. Some of the issues are being worked on upstream and disabling LTO should be re-evaluated as we update this change. Signed-off-by: Khem Raj --- meta/conf/distro/include/lto.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/distro/

[OE-core] [PATCH] libsdl2: Disable video-rpi

2020-11-10 Thread Randy MacLeod
When building on Raspbery Pi OS/64-bit, libsdl2 fails with the error: .../tmp/work/aarch64-linux/libsdl2-native/2.9.12-r0/SDL2-2.0.12/src/video/raspberry/SDL.rpivideo.h:47:5: error: unknown type name 'EGL_DISPMANX_WINDOW_T' EGL_DISPMANX_WINDOW_T dispman_window; Disable video-rpi to a

[OE-core][dunfell 00/32] Pull request (cover letter only)

2020-11-10 Thread Steve Sakoman
The following changes since commit 5f644082fc3c2bbd89b898d5ca7cd4414cda4a64: nasm: update 2.14.02 -> 2.15.03 for CVE fixes (2020-11-02 04:05:13 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.openembedded.

[OE-core] [PATCH v2] buildstats.bbclass: add functionality to collect build system stats

2020-11-10 Thread Sakib Sajal
There are a number of timeout and hang defects where it would be useful to collect statistics about what is running on a build host when that condition occurs. This adds functionality to collect build system stats on a regular interval and/or on task failure. Both features are disabled by default.

Re: [OE-core] [PATCH] python3: Update manifest

2020-11-10 Thread Khem Raj
On Tue, Nov 10, 2020 at 12:16 PM Alejandro Enedino Hernandez Samaniego wrote: > > Hey Khem, > > I see, since the typing module is now required for python3-core to work > properly, > it will now be there by default, it seems that the right solution is to fix > RDEPENDS > in other places, deleting

Re: [OE-core] [PATCH] webkitgtk: remove '-fno-omit-frame-pointer' for x86

2020-11-10 Thread Andre McCurdy
On Mon, Nov 9, 2020 at 5:53 PM kai wrote: > > On 11/10/20 2:58 AM, Khem Raj wrote: > > On Mon, Nov 9, 2020 at 12:18 AM kai wrote: > > On 11/9/20 4:07 PM, Alexander Kanavin wrote: > > Right, but then adding _remove to the upstream recipe doesn't seem right - > rather you should use _pn-webkitgtk

Re: [OE-core] [PATCH] python3: Update manifest

2020-11-10 Thread Alejandro Hernandez Samaniego
Hey Khem, I see, since the typing module is now required for python3-core to work properly, it will now be there by default, it seems that the right solution is to fix RDEPENDS in other places, deleting the typing module, it looks like meta-python has some issues, I didn't find any instances on oe

Re: [OE-core] [PATCH] binutils: reproducibility: reuse debug-prefix-map for stabs

2020-11-10 Thread Denys Zagorui -X (dzagorui - GLOBALLOGIC INC@Cisco) via lists.openembedded.org
Yes, i'll propose it for dunfell also From: Khem Raj Sent: Tuesday, November 10, 2020 8:47 PM To: Denys Zagorui -X (dzagorui - GLOBALLOGIC INC at Cisco) Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH] binutils: reproducibi

Re: [OE-core] [PATCH] python3: Update manifest

2020-11-10 Thread Khem Raj
I have a potential patch to meta-oe but other layers might have similar issues On Tue, Nov 10, 2020 at 11:26 AM Khem Raj wrote: > > This has some consequences for recipes which depend on python3-typing > see parse logs > > http://jenkins.nas-admin.org/view/OE/job/oe_world_qemux86-64/1962/consoleF

Re: [OE-core] [PATCH] python3: Update manifest

2020-11-10 Thread Khem Raj
This has some consequences for recipes which depend on python3-typing see parse logs http://jenkins.nas-admin.org/view/OE/job/oe_world_qemux86-64/1962/consoleFull On Fri, Nov 6, 2020 at 6:02 PM Alejandro Hernandez Samaniego wrote: > > Update the python3-manifest to match the files installed by t

[OE-core] [PATCH 1/3] oeqa/core/context: expose results as variable

2020-11-10 Thread Konrad Weihmann
register an unittest handler for testresults and expose it as variable result. With this even partial results from an interrupted test suite run can be made available Signed-off-by: Konrad Weihmann --- meta/lib/oeqa/core/context.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/lib/

[OE-core] [PATCH 3/3] testimage: print results for interrupted runs

2020-11-10 Thread Konrad Weihmann
When a run is ended by overall timeout, print the already executed testcases, to provide some hints which testcase might made the test suite reach global timeout. Nonetheless make the testrun exit with an error Signed-off-by: Konrad Weihmann --- meta/classes/testimage.bbclass | 19 +++---

[OE-core] [PATCH 2/3] oeqa/core/context: initialize _run_end_time

2020-11-10 Thread Konrad Weihmann
with _run_start_time as value. For partial results of interrupted runs, this info might be otherwise missing for at least one testcase Signed-off-by: Konrad Weihmann --- meta/lib/oeqa/core/context.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/lib/oeqa/core/context.py b/meta/lib/oeq

Re: [OE-core] [PATCH] binutils: reproducibility: reuse debug-prefix-map for stabs

2020-11-10 Thread Khem Raj
This looks good. Can you also propose it for dunfell? On Tue, Nov 10, 2020 at 10:14 AM Denys Zagorui -X (dzagorui - GLOBALLOGIC INC@Cisco) via lists.openembedded.org wrote: > > powerpc 32bit Linux Kernel widely uses .stabs pseudo-op to > produce debugging information in stabs format. Faced an iss

[OE-core] [PATCH] binutils: reproducibility: reuse debug-prefix-map for stabs

2020-11-10 Thread Denys Zagorui -X (dzagorui - GLOBALLOGIC INC@Cisco) via lists.openembedded.org
powerpc 32bit Linux Kernel widely uses .stabs pseudo-op to produce debugging information in stabs format. Faced an issue that during Linux Kernel build with Yocto build system for 32bit powerpc platform resulting vmlinux contains absolute path in .stabstr section that cannot be remapped with -fdebu

Re: [OE-core] [PATCH] libical: backport a patch to fix build with ICU 68.1

2020-11-10 Thread Khem Raj
thanks this is better. On 11/10/20 2:47 AM, Ross Burton wrote: Signed-off-by: Ross Burton --- .../0001-Fix-build-with-icu-68.1.patch| 81 +++ meta/recipes-support/libical/libical_3.0.8.bb | 1 + 2 files changed, 82 insertions(+) create mode 100644 meta/recipes-su

[OE-core] [master] openssh: whitelist CVE-2014-9278

2020-11-10 Thread Steve Sakoman
The OpenSSH server, as used in Fedora and Red Hat Enterprise Linux 7 and when running in a Kerberos environment, allows remote authenticated users to log in as another user when they are listed in the .k5users file of that user, which might bypass intended authentication requirements that would for

[OE-core] [PATCH] webkitgtk: fix build with ICU 68.1

2020-11-10 Thread Ross Burton
ICU 68.1 doesn't expose TRUE/FALSE macros anymore, so backport a patch to fix the build from upstream. Signed-off-by: Ross Burton --- ...er-exposes-FALSE-and-TRUE-macros-by-.patch | 180 ++ meta/recipes-sato/webkit/webkitgtk_2.30.2.bb | 1 + 2 files changed, 181 insertions(+)

[OE-core] [meta-oe][PATCH v2] buildstats.bbclass: add functionality to collect build system stats

2020-11-10 Thread Sakib Sajal
There are a number of timeout and hang defects where it would be useful to collect statistics about what is running on a build host when that condition occurs. This adds functionality to collect build system stats on a regular interval and/or on task failure. Both features are disabled by default.

[OE-core] Yocto Project Status WW45'20

2020-11-10 Thread Stephen Jolley
Current Dev Position: YP 3.3 M1 development Next Deadline: 7th December 2020 YP 3.3 M1 build Next Team Meetings: * Bug Triage meeting Thursday Nov. 12th at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd

[OE-core] [PATCH] libical: backport a patch to fix build with ICU 68.1

2020-11-10 Thread Ross Burton
Signed-off-by: Ross Burton --- .../0001-Fix-build-with-icu-68.1.patch| 81 +++ meta/recipes-support/libical/libical_3.0.8.bb | 1 + 2 files changed, 82 insertions(+) create mode 100644 meta/recipes-support/libical/libical/0001-Fix-build-with-icu-68.1.patch diff --git

Re: [OE-core] [PATCH] libical: Fix build with icu-68

2020-11-10 Thread Ross Burton
Stand down, I decided to do it myself instead of waiting for you to wake up ;) On Tue, 10 Nov 2020 at 09:26, Ross Burton wrote: > > Can you resend this using the upstream fix: > > https://github.com/libical/libical/commit/a3308a23912bba2db654a8c456165c31888cc897 > > Thanks, > Ross > > On Tue, 10

Re: [OE-core] [PATCH] openssl: Add c_rehash to misc package and add perl runtime dependency

2020-11-10 Thread Richard Purdie
On Tue, 2020-11-10 at 05:20 +0100, Federico Pellegrin wrote: > > > The following changes since commit f075071761172c69f8ae2be5868d51ef9ef646e7: > > conf: update for release 3.2 (2020-11-09 13:16:13 +) > > are available in the Git repository at: > > git://push.yoctoproject.org/poky-cont

Re: [OE-core] [PATCH] libical: Fix build with icu-68

2020-11-10 Thread Ross Burton
Can you resend this using the upstream fix: https://github.com/libical/libical/commit/a3308a23912bba2db654a8c456165c31888cc897 Thanks, Ross On Tue, 10 Nov 2020 at 01:00, Khem Raj wrote: > > icu-68.1 removed TRUE and FALSE public macro definitions > > Signed-off-by: Khem Raj > --- > .../0001-F