Re: [OE-core] [qa-build-notification] QA notification for completed autobuilder build (yocto-3.2.3.rc1)

2021-03-31 Thread Sangeeta Jain
Hello All, This is the full report for yocto-3.2.3.rc1: https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults === Summary No high milestone defects. No new issues found Thanks, Sangeeta > -Original Message- > From: qa-build-

[OE-core] [PATCH] binutils: Fix a missing break in case statement

2021-03-31 Thread Khem Raj
This was missed during patch forward porting its only effective when printing options Signed-off-by: Khem Raj --- ...-system-directories-when-cross-linki.patch | 23 ++- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/meta/recipes-devtools/binutils/binutils/0008-

Re: [OE-core][PATCH] apt: Fix do_compile error when enable ccache

2021-03-31 Thread Khem Raj
On Wed, Mar 31, 2021 at 6:38 PM ChenQi wrote: > > On 04/01/2021 12:00 AM, Khem Raj wrote: > > > > > > On 3/31/21 3:46 AM, Chen Qi wrote: > >> When apt was upgraded, the '-DCMAKE_DISABLE_FIND_PACKAGE_Zstd=True' > >> was dropped. However, it was there to fix do_compile error when > >> ccache is > >>

Re: [OE-core] [PATCH] mesa-gl: Use swrast gallium driver

2021-03-31 Thread Khem Raj
On Wed, Mar 31, 2021 at 6:45 PM Denys Dmytriyenko wrote: > > Khem, > > Doesn't seem to help for i.MX platforms (I'm aware of[1][2]). > Which machines have you tried with this fix? rpi4, you need to fix mesa bbappend for meda in fsl layer perhaps. > > [1] https://github.com/Freescale/meta-freesca

Re: [OE-core] [PATCH] mesa-gl: Use swrast gallium driver

2021-03-31 Thread Denys Dmytriyenko
Khem, Doesn't seem to help for i.MX platforms (I'm aware of[1][2]). Which machines have you tried with this fix? [1] https://github.com/Freescale/meta-freescale/issues/699 [2] https://github.com/Freescale/meta-freescale/pull/702 On Wed, Mar 31, 2021 at 03:50:51PM -0700, Khem Raj wrote: > Fixes

Re: [OE-core][PATCH] apt: Fix do_compile error when enable ccache

2021-03-31 Thread Chen Qi
On 04/01/2021 12:00 AM, Khem Raj wrote: On 3/31/21 3:46 AM, Chen Qi wrote: When apt was upgraded, the '-DCMAKE_DISABLE_FIND_PACKAGE_Zstd=True' was dropped. However, it was there to fix do_compile error when ccache is enabled. See details in the following commit. """ commit 0aa7d612b8b7e5f14

Re: [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4

2021-03-31 Thread wangmy
This is an upgrade to solve the CVE problem. Please ignore the upgrade. I will upgrade it after the new version is released. -- Best Regards --- Wang Mingyu Development Dept.I Nanjing Fujitsu Nanda Software Tech. Co., Ltd.(FNST) No. 6 Wenzhu Road

Re: [OE-core] [PATCH] make-mod-scripts: Provide the correct objcopy to kernel make

2021-03-31 Thread Denys Dmytriyenko
On Mon, Mar 29, 2021 at 11:14:13AM -0400, Bruce Ashfield wrote: > On Mon, Mar 29, 2021 at 10:08 AM Nishanth Menon wrote: > > > > On 13:31-20210327, Bruce Ashfield wrote: > > > On Thu, Mar 25, 2021 at 9:13 PM Nishanth Menon via > > > lists.openembedded.org wrote: > > > > > > > > When cross-compili

[OE-core] [PATCH] make-mod-scripts: pass CROSS_COMPILE to configure and build

2021-03-31 Thread Denys Dmytriyenko
Fixes: | CALL /OE/poky-master/build/tmp/work-shared/qemuarm64/kernel-source/scripts/checksyscalls.sh | CALL /OE/poky-master/build/tmp/work-shared/qemuarm64/kernel-source/scripts/atomic/check-atomics.sh | LDS arch/arm64/kernel/vdso/vdso.lds | CC arch/arm64/kernel/vdso/vgetti

[OE-core] [PATCH] mesa-gl: Use swrast gallium driver

2021-03-31 Thread Khem Raj
Fixes ../mesa-21.0.0/meson.build:21:0: ERROR: Options "swrast" are not in allowed choices: "auto, i915, i965, r100, r200, nouveau" Signed-off-by: Khem Raj Cc: Martin Jansa --- meta/recipes-graphics/mesa/mesa-gl_21.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/

Re: [OE-core] Autobuilder data collection for intermittent bugs

2021-03-31 Thread Richard Purdie
On Wed, 2021-03-31 at 17:45 -0400, Sakib Sajal wrote: > We were able to follow the example and collect results in: > > https://autobuilder.yocto.io/pub/non-release/20210331-18/testresults/qa-extras2/2021-03-31--20-32/ > > host_stats.0 > > host_stats.1 > > host_stats

Re: [OE-core] Autobuilder data collection for intermittent bugs

2021-03-31 Thread Sakib Sajal
clude the worker name in the log. We were able to follow the example and collect results in: https://autobuilder.yocto.io/pub/non-release/20210331-18/testresults/qa-extras2/2021-03-31--20-32/ host_stats.0 host_stats.1 host_stats.2 We are renaming the files to host_stats_.txt so that it would op

Re: [OE-core] [PATCH 1/2] mesa: update 21.0.0 -> 21.0.1

2021-03-31 Thread Alexander Kanavin
On Wed, 31 Mar 2021 at 20:50, Martin Jansa wrote: > FWIW: I don't use mesa-gl at all, I've noticed it only in git grep > DRIDRIVERS when looking why swrast was still enabled in our normal mesa > (and it was because of our own bbappend). > > But I agree that it's sad that it's OK to break Ross's r

Re: [OE-core] [PATCH 1/2] mesa: update 21.0.0 -> 21.0.1

2021-03-31 Thread Khem Raj
On 3/31/21 11:50 AM, Martin Jansa wrote: FWIW: I don't use mesa-gl at all, I've noticed it only in git grep DRIDRIVERS when looking why swrast was still enabled in our normal mesa (and it was because of our own bbappend). It also in meta-raspberrypi which will need update if this patch works

Re: [OE-core] [PATCH 1/2] mesa: update 21.0.0 -> 21.0.1

2021-03-31 Thread Martin Jansa
FWIW: I don't use mesa-gl at all, I've noticed it only in git grep DRIDRIVERS when looking why swrast was still enabled in our normal mesa (and it was because of our own bbappend). But I agree that it's sad that it's OK to break Ross's recipe, when auh says there is an update available, but it's R

Re: [OE-core] [poky][dunfell][PATCHv2] openssh: fix CVE-2020-14145

2021-03-31 Thread Steve Sakoman
V2 also fails to build: ERROR: openssh-8.2p1-r0 do_patch: Command Error: 'quilt --quiltrc /home/steve/builds/poky-contrib/build/tmp/work/core2-64-poky-linux/openssh/8.2p1-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: Applying patch CVE-2020-14145.patch patching file sshconnect2

[OE-core] [poky][dunfell][PATCHv2] openssh: fix CVE-2020-14145

2021-03-31 Thread Sana Kazi
From: Lee Chee Yang (From OE-Core rev: 38482edf1a31ed0735b746cf0ab3e1adda4199d1) Signed-off-by: Lee Chee Yang Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Sana Kazi --- .../openssh/openssh/CVE-2020-14145.patch | 90 +++ .../openssh/openssh_8.2

Re: [OE-core] [PATCH 1/2] mesa: update 21.0.0 -> 21.0.1

2021-03-31 Thread Khem Raj
On 3/31/21 6:05 AM, Martin Jansa wrote: Are you going to fix meta-gl issue with swrast still in DRIDRIVERS reported on previous upgrade? https://lists.openembedded.org/g/openembedded-core/message/149775 https://lists.opene

Re: [OE-core][PATCH] apt: Fix do_compile error when enable ccache

2021-03-31 Thread Khem Raj
On 3/31/21 3:46 AM, Chen Qi wrote: When apt was upgraded, the '-DCMAKE_DISABLE_FIND_PACKAGE_Zstd=True' was dropped. However, it was there to fix do_compile error when ccache is enabled. See details in the following commit. """ commit 0aa7d612b8b7e5f14b4ed38f2a32b3f7eefca31c Author: Robert Yang

Re: [OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4

2021-03-31 Thread Alexander Kanavin
This is a development version, which is made very clearly: https://cairographics.org/snapshots/ What's the rationale for this update? Alex On Wed, 31 Mar 2021 at 16:22, wangmy wrote: > CVE-2018-19876.patch > removed since it is included in 1.17.4 > > Signed-off-by: Wang Mingyu > --- > .../ca

Re: [OE-core] [poky][dunfell][PATCH] openssh: Add fix for CVE-2020-14145

2021-03-31 Thread Steve Sakoman
This patch fails on the autobuilder: stdio: ERROR: openssh-8.2p1-r0 do_patch: Command Error: 'quilt --quiltrc /home/pokybuild/yocto-worker/beaglebone-alt/build/build/tmp/work/cortexa8hf-neon-poky-linux-gnueabi/openssh/8.2p1-r0/recipe-sysroot-native/etc/quiltrc push' exited with 0 Output: Steve

[OE-core] [PATCH] python3-gitdb: upgrade 4.0.5 -> 4.0.7

2021-03-31 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- meta/recipes-devtools/python/python-gitdb.inc | 2 +- meta/recipes-devtools/python/python3-gitdb_4.0.5.bb | 4 meta/recipes-devtools/python/python3-gitdb_4.0.7.bb | 4 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes

[OE-core] [PATCH] python3-dbusmock: upgrade 0.22.0 -> 0.23.0

2021-03-31 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- .../{python3-dbusmock_0.22.0.bb => python3-dbusmock_0.23.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-dbusmock_0.22.0.bb => python3-dbusmock_0.23.0.bb} (83%) diff --git a/meta/recipes-devtools/python/p

[OE-core] [PATCH] netbase: upgrade 6.2 -> 6.3

2021-03-31 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- meta/recipes-core/netbase/{netbase_6.2.bb => netbase_6.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/netbase/{netbase_6.2.bb => netbase_6.3.bb} (89%) diff --git a/meta/recipes-core/netbase/netbase_6.2.bb b/meta/recipes-core

Re: [OE-core] [PATCH] buildhistory: add missing vardepsexcludes

2021-03-31 Thread Richard Purdie
On Tue, 2021-03-30 at 10:29 -0700, Christopher Larson wrote: > > > On Tue, Mar 30, 2021 at 10:27 AM Christopher Larson via > lists.openembedded.org < > kergoth=gmail@lists.openembedded.org> wrote: > > For POPULATE_SDK_POST_TARGET_COMMAND, POPULATE_SDK_POST_HOST_COMMAND, and > > SDK_POSTPROC

Re: [OE-core] [PATCH] kernel-yocto: log some kmeta information to assist in developing a bsp

2021-03-31 Thread Yann Dirson
Le mer. 31 mars 2021 à 14:41, Bruce Ashfield a écrit : > > On Wed, Mar 31, 2021 at 6:23 AM Yann Dirson > wrote: > > > > Le mar. 30 mars 2021 à 20:41, Yann Dirson via lists.openembedded.org > > a écrit : > > > > > > Hi Bruce, > > > > > > Le mar. 30 mars 2021 à 19:47, Bruce Ashfield > > > a écri

[OE-core] [PATCH] libsolv: upgrade 0.7.17 -> 0.7.18

2021-03-31 Thread wangmy
Signed-off-by: Wang Mingyu --- .../libsolv/{libsolv_0.7.17.bb => libsolv_0.7.18.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/libsolv/{libsolv_0.7.17.bb => libsolv_0.7.18.bb} (95%) diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.17.bb

[OE-core] [PATCH] ghostscript: upgrade 9.53.3 -> 9.54.0

2021-03-31 Thread wangmy
Signed-off-by: Wang Mingyu --- .../{ghostscript_9.53.3.bb => ghostscript_9.54.0.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/ghostscript/{ghostscript_9.53.3.bb => ghostscript_9.54.0.bb} (98%) diff --git a/meta/recipes-extended/ghostscript/gh

[OE-core] [PATCH] gcr: upgrade 3.38.1 -> 3.40.0

2021-03-31 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-gnome/gcr/{gcr_3.38.1.bb => gcr_3.40.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-gnome/gcr/{gcr_3.38.1.bb => gcr_3.40.0.bb} (93%) diff --git a/meta/recipes-gnome/gcr/gcr_3.38.1.bb b/meta/recipes-gnome/gcr/gcr_3.40.

[OE-core] [PATCH] ell: upgrade 0.38 -> 0.39

2021-03-31 Thread wangmy
Signed-off-by: Wang Mingyu --- meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/ell/{ell_0.38.bb => ell_0.39.bb} (90%) diff --git a/meta/recipes-core/ell/ell_0.38.bb b/meta/recipes-core/ell/ell_0.39.bb similarity

[OE-core] [PATCH] ccache: upgrade 4.2 -> 4.2.1

2021-03-31 Thread wangmy
License-Update: add license information of src/third_party/win32/winerror_to_errno.h Signed-off-by: Wang Mingyu --- .../ccache/{ccache_4.2.bb => ccache_4.2.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/ccache/{ccache_4.2.bb => ccac

[OE-core] [PATCH] dbus-glib: upgrade 0.110 -> 0.112

2021-03-31 Thread wangmy
License-Update:add the following information of license SPDX-License-Identifier: AFL-2.1 OR GPL-2.0-or-later Signed-off-by: Wang Mingyu --- .../dbus/{dbus-glib_0.110.bb => dbus-glib_0.112.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-core/dbus/

[OE-core] [PATCH] cairo: upgrade 1.16.0 -> 1.17.4

2021-03-31 Thread wangmy
CVE-2018-19876.patch removed since it is included in 1.17.4 Signed-off-by: Wang Mingyu --- .../cairo/cairo/CVE-2018-19876.patch | 34 --- .../{cairo_1.16.0.bb => cairo_1.17.4.bb} | 7 ++-- 2 files changed, 3 insertions(+), 38 deletions(-) delete mode 100644 meta/r

Re: [oe-core][dunfell][PATCH] libcroco: Add fix for CVE-2020-12825

2021-03-31 Thread Khem Raj
On Wed, Mar 31, 2021 at 6:33 AM Neetika.Singh wrote: > > From: Neetika Singh > > Added refreshed patch for CVE issue CVE-2020-12825 > Link: > https://gitlab.com/inkscape/inkscape/-/commit/203d62efefe6f79080863dda61593003b4c31f25 > > Signed-off-by: Neetika.Singh > --- > .../libcroco/libcroco/CV

Re: [OE-core] [PATCH 1/2] mesa: update 21.0.0 -> 21.0.1

2021-03-31 Thread Alexander Kanavin
On Wed, 31 Mar 2021 at 15:05, Martin Jansa wrote: > Are you going to fix meta-gl issue with swrast still in DRIDRIVERS > reported on previous upgrade? > > https://lists.openembedded.org/g/openembedded-core/message/149775 > > https://lists.openembedded.org/g/openembedded-core/message/149779 > I do

[oe-core][dunfell][PATCH] libcroco: Add fix for CVE-2020-12825

2021-03-31 Thread Neetika.Singh
From: Neetika Singh Added refreshed patch for CVE issue CVE-2020-12825 Link: https://gitlab.com/inkscape/inkscape/-/commit/203d62efefe6f79080863dda61593003b4c31f25 Signed-off-by: Neetika.Singh --- .../libcroco/libcroco/CVE-2020-12825.patch | 192 + meta/recipes-sup

[OE-core] [PATCH] uboot: Fixes SPL verified boot on corner cases

2021-03-31 Thread Klaus Heinrich Kiwi
* The kernel-fitimage class adds a do_assemble_fitimage_initramfs task regardless of INITRAMFS_IMAGE_BUNDLE setting, which in some cases can result in that task running after do_uboot_assemble_fitimage and overwriting the u-boot-spl.dtb file with the pristine version (without public key). F

Re: [OE-core] [PATCH 1/2] mesa: update 21.0.0 -> 21.0.1

2021-03-31 Thread Martin Jansa
Are you going to fix meta-gl issue with swrast still in DRIDRIVERS reported on previous upgrade? https://lists.openembedded.org/g/openembedded-core/message/149775 https://lists.openembedded.org/g/openembedded-core/message/149779 I don't know what exactly AB builds, but it's easy to reproduce loca

Re: [OE-core] [PATCH] kernel-yocto: log some kmeta information to assist in developing a bsp

2021-03-31 Thread Bruce Ashfield
On Wed, Mar 31, 2021 at 6:23 AM Yann Dirson wrote: > > Le mar. 30 mars 2021 à 20:41, Yann Dirson via lists.openembedded.org > a écrit : > > > > Hi Bruce, > > > > Le mar. 30 mars 2021 à 19:47, Bruce Ashfield > > a écrit : > > > > > > On Tue, Mar 30, 2021 at 1:27 PM Yann Dirson > > > wrote: > >

[OE-core] [PATCH 2/2] ptest-runner: correct version check

2021-03-31 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb index 8b9938f572..0d23a3ee89 100644 --

[OE-core] [PATCH 1/2] mesa: update 21.0.0 -> 21.0.1

2021-03-31 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../mesa/{mesa-gl_21.0.0.bb => mesa-gl_21.0.1.bb} | 0 meta/recipes-graphics/mesa/mesa.inc | 2 +- meta/recipes-graphics/mesa/{mesa_21.0.0.bb => mesa_21.0.1.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) re

[OE-core][PATCH] apt: Fix do_compile error when enable ccache

2021-03-31 Thread Chen Qi
When apt was upgraded, the '-DCMAKE_DISABLE_FIND_PACKAGE_Zstd=True' was dropped. However, it was there to fix do_compile error when ccache is enabled. See details in the following commit. """ commit 0aa7d612b8b7e5f14b4ed38f2a32b3f7eefca31c Author: Robert Yang Date: Tue Jan 19 01:23:45 2021 -080

Re: [OE-core] [PATCH] kernel-yocto: log some kmeta information to assist in developing a bsp

2021-03-31 Thread Yann Dirson
Le mar. 30 mars 2021 à 20:41, Yann Dirson via lists.openembedded.org a écrit : > > Hi Bruce, > > Le mar. 30 mars 2021 à 19:47, Bruce Ashfield > a écrit : > > > > On Tue, Mar 30, 2021 at 1:27 PM Yann Dirson > > wrote: > > > > > > From: Yann Dirson > > > > > > This is not quite enough for the la

[OE-core] [PATCH] kernel-yocto: fix do_kernel_configme indentation

2021-03-31 Thread Yann Dirson
From: Yann Dirson Signed-off-by: Yann Dirson --- meta/classes/kernel-yocto.bbclass | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index c6228ad0b8..1ca7ef738f 100644 --- a/meta/classes/kernel-