[OE-core] ✗ patchtest: failure for "update-alternatives: Do not ad..." and 1 more

2020-08-31 Thread Patchwork
== Series Details == Series: "update-alternatives: Do not ad..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/25879/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH 1/2] update-alternatives: Do not add dependency on virtual/update-alternatives for INHIBIT_DEFAULT_DEPS

2020-08-31 Thread Khem Raj
This allows special recipes e.g. glibc to use update-alternatives, glibc-utils e.g. provides packages like iconv, getconf which are also provided by other packages e.g. toybox, which uses update-alternatives but since glibc-utils does not use it, images which contain glibc-utils and toybox fail to

[OE-core] [PATCH 2/2] glibc-utils: Use update-alternatives for iconv and getconf

2020-08-31 Thread Khem Raj
iconv/getconf utilities can be provided by other packages e.g. toybox, therefore this adjusts the policy to accomodate images containing glibc-utils + toybox ignoring build-deps in build QA helps to avoid build time QA where it complains about missing dep for rdep which is added by update-alternat

Re: [OE-core] [PATCH] devtool: unset _PYTHON_SYSCONFIGDATA_NAME

2020-08-31 Thread Anuj Mittal
I see the same problem on Fedora 32 with Python 3.8.5. Thanks, Anuj On Mon, 2020-08-31 at 22:06 +0200, Alexander Kanavin wrote: > I just ran this on opensuse tumbleweed which has 3.8.5 - no issues. > > Alex > > On Mon, 31 Aug 2020 at 21:55, gr embeter wrote: > > Hi > > > > > On Thu, Aug 27,

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2020-08-31 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newc

Re: [OE-core] [dunfell][PATCH] json-c: Fix CVE-2020-12762

2020-08-31 Thread Steve Sakoman
On Mon, Aug 31, 2020 at 12:00 PM Khem Raj wrote: > > On Mon, Aug 31, 2020 at 1:53 PM Steve Sakoman wrote: > > > > On Mon, Aug 31, 2020 at 10:17 AM Khem Raj wrote: > > > > > > On Mon, Aug 31, 2020 at 1:12 PM Steve Sakoman wrote: > > > > > > > > On Mon, Aug 31, 2020 at 10:01 AM Khem Raj wrote: >

Re: [OE-core] [dunfell][PATCH] json-c: Fix CVE-2020-12762

2020-08-31 Thread Khem Raj
On Mon, Aug 31, 2020 at 1:53 PM Steve Sakoman wrote: > > On Mon, Aug 31, 2020 at 10:17 AM Khem Raj wrote: > > > > On Mon, Aug 31, 2020 at 1:12 PM Steve Sakoman wrote: > > > > > > On Mon, Aug 31, 2020 at 10:01 AM Khem Raj wrote: > > > > > > > > On Mon, Aug 31, 2020 at 7:14 AM Steve Sakoman wrot

[OE-core][PATCH] oeqa: sdk: Capture stderr output

2020-08-31 Thread Joshua Watt
Redirect stderr to stdout when running subcommands while doing the SDK tests. The tests will show stdout when CalledProcessError is raised, but any output to stderr was lost. Signed-off-by: Joshua Watt --- meta/lib/oeqa/sdk/case.py | 2 +- meta/lib/oeqa/sdk/cases/assimp.py

Re: [OE-core] [dunfell][PATCH] json-c: Fix CVE-2020-12762

2020-08-31 Thread Steve Sakoman
On Mon, Aug 31, 2020 at 10:17 AM Khem Raj wrote: > > On Mon, Aug 31, 2020 at 1:12 PM Steve Sakoman wrote: > > > > On Mon, Aug 31, 2020 at 10:01 AM Khem Raj wrote: > > > > > > On Mon, Aug 31, 2020 at 7:14 AM Steve Sakoman wrote: > > > > > > > > Hi Khem, > > > > > > > > Thanks for the CVE fix sub

Re: [OE-core] [dunfell][PATCH] json-c: Fix CVE-2020-12762

2020-08-31 Thread Khem Raj
On Mon, Aug 31, 2020 at 1:12 PM Steve Sakoman wrote: > > On Mon, Aug 31, 2020 at 10:01 AM Khem Raj wrote: > > > > On Mon, Aug 31, 2020 at 7:14 AM Steve Sakoman wrote: > > > > > > Hi Khem, > > > > > > Thanks for the CVE fix submission, I appreciate the help! > > > Unfortunately this patch won't a

Re: [OE-core] [dunfell][PATCH] json-c: Fix CVE-2020-12762

2020-08-31 Thread Steve Sakoman
On Mon, Aug 31, 2020 at 10:01 AM Khem Raj wrote: > > On Mon, Aug 31, 2020 at 7:14 AM Steve Sakoman wrote: > > > > Hi Khem, > > > > Thanks for the CVE fix submission, I appreciate the help! > > Unfortunately this patch won't apply: > > > > Applying: json-c: Fix CVE-2020-12762 > > error: corrupt pa

Re: [OE-core] [PATCH] devtool: unset _PYTHON_SYSCONFIGDATA_NAME

2020-08-31 Thread Alexander Kanavin
I just ran this on opensuse tumbleweed which has 3.8.5 - no issues. Alex On Mon, 31 Aug 2020 at 21:55, gr embeter wrote: > Hi > > > On Thu, Aug 27, 2020 at 4:59 PM Alexander Kanavin < > alex.kana...@gmail.com> wrote: > > > Note that we already had the same patch proposed earlier and it was > re

[OE-core] ✗ patchtest: failure for json-c: Fix CVE-2020-12762 (rev2)

2020-08-31 Thread Patchwork
== Series Details == Series: json-c: Fix CVE-2020-12762 (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/25857/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on t

Re: [OE-core] [dunfell][PATCH] json-c: Fix CVE-2020-12762

2020-08-31 Thread Khem Raj
On Mon, Aug 31, 2020 at 7:14 AM Steve Sakoman wrote: > > Hi Khem, > > Thanks for the CVE fix submission, I appreciate the help! > Unfortunately this patch won't apply: > > Applying: json-c: Fix CVE-2020-12762 > error: corrupt patch at line 241 > error: could not build fake ancestor > Patch failed

[OE-core] [dunfell][PATCH v2] json-c: Fix CVE-2020-12762

2020-08-31 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Resend .../json-c/json-c/CVE-2020-12762.patch| 231 ++ meta/recipes-devtools/json-c/json-c_0.13.1.bb | 1 + 2 files changed, 232 insertions(+) create mode 100644 meta/recipes-devtools/json-c/json-c/CVE-2020-12762.patch diff --git a/meta

Re: [OE-core] [PATCH] devtool: unset _PYTHON_SYSCONFIGDATA_NAME

2020-08-31 Thread gr embeter
Hi > On Thu, Aug 27, 2020 at 4:59 PM Alexander Kanavin > wrote: > Note that we already had the same patch proposed earlier and it was rejected, > as the problem > pops up in various different places and needs to be understood and solved > properly. I did not find any patches for devtool. The

[OE-core] [PATCH v3] util-linux: Allow update alternatives for additional apps

2020-08-31 Thread Khem Raj
mcookie/prlimit/uuidgen are also provided by toybox Signed-off-by: Khem Raj --- v2: Also create symlink for prlimit v3: Add uuidgen meta/recipes-core/util-linux/util-linux_2.36.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/util-linux/util-linux_2.36.bb b/meta/reci

[OE-core] [PATCH] recipes-kernel: linux-firmware add qcom-venus-{5.2,5.4} packages

2020-08-31 Thread Anibal Limon
Signed-off-by: Aníbal Limón --- .../linux-firmware/linux-firmware_20200817.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200817.bb b/meta/recipes-kernel/linux-firmware/linux-firmware_20200817.bb index

[OE-core] [PATCH v2] util-linux: Allow update alternatives for mcookie/prlimit

2020-08-31 Thread Khem Raj
mcookie is also provided by toybox Signed-off-by: Khem Raj --- v2: Also create symlink for prlimit meta/recipes-core/util-linux/util-linux_2.36.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/util-linux/util-linux_2.36.bb b/meta/recipes-core/util-linux/util-linux_2.3

[OE-core] [PATCH] lttng-modules/devupstream: bump to latest 2.12 commits

2020-08-31 Thread Bruce Ashfield
From: Bruce Ashfield Updating lttng-devupstream so we can build against kernel 5.9+ Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/lttng/lttng-modules_2.12.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.12.2.bb b/m

Re: [OE-core] [dunfell][PATCH] json-c: Fix CVE-2020-12762

2020-08-31 Thread Steve Sakoman
Hi Khem, Thanks for the CVE fix submission, I appreciate the help! Unfortunately this patch won't apply: Applying: json-c: Fix CVE-2020-12762 error: corrupt patch at line 241 error: could not build fake ancestor Patch failed at 0001 json-c: Fix CVE-2020-12762 Steve On Sun, Aug 30, 2020 at 3:24

[OE-Core][PATCH 1/2] iw: upgrade 5.4 -> 5.8

2020-08-31 Thread Changhyeok Bae
Signed-off-by: Changhyeok Bae --- meta/recipes-connectivity/iw/{iw_5.4.bb => iw_5.8.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/iw/{iw_5.4.bb => iw_5.8.bb} (85%) diff --git a/meta/recipes-connectivity/iw/iw_5.4.bb b/meta/recipes-connectivity/i

[OE-Core][PATCH 2/2] iputils: upgrade s20190709 -> s20200821

2020-08-31 Thread Changhyeok Bae
- libgcrypt is not required anymore because the md5 implementation was part of this project. - ninfod patches are upstreamed and other patch is not required anymore. Signed-off-by: Changhyeok Bae --- .../0001-iputils-Initialize-libgcrypt.patch | 55 --- ...riable-name-to-avoi

[OE-core] [PATCH] glib-networking: add ptest

2020-08-31 Thread Yi Zhao
Results: $ ./run-ptest Running test: glib-networking/connection-gnutls.test [snip] PASS: glib-networking/connection-gnutls.test Running test: glib-networking/file-database-gnutls.test [snip] PASS: glib-networking/file-database-gnutls.test Running test: glib-networking/certificate-gnutls.test [snip]