[OE-core] [PATCH] Backport the upstream fix. that was not present in master.

2019-10-31 Thread Vinay Kumar
Signed-off-by: Vinay Kumar --- meta/recipes-devtools/gdb/gdb-8.3.1.inc| 1 + .../gdb/gdb/CVE-2019-1010180.patch | 34 ++ 2 files changed, 35 insertions(+) create mode 100644 meta/recipes-devtools/gdb/gdb/CVE-2019-1010180.patch diff --git a/meta/r

Re: [OE-core] [PATCH 2/5] oe-selftest: extend virgl gtk test to also check the SDL option

2019-10-31 Thread Alexander Kanavin
On Thu, 31 Oct 2019 at 00:14, Ross Burton wrote: > > > https://autobuilder.yoctoproject.org/typhoon/#/builders/56/builds/771/steps/8/logs/step2d > > Centos 7 worker, if that matters. > Thanks, I think it does matter. Virgl tests are already partly disabled for centos 7 (they are not running kmsc

[OE-core] ✗ patchtest: failure for Backport the upstream fix. that was not present in master.

2019-10-31 Thread Patchwork
== Series Details == Series: Backport the upstream fix. that was not present in master. Revision: 1 URL : https://patchwork.openembedded.org/series/20815/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several test

[OE-core] [PATCH 1/6] runqemu: add options that enable virgl with the SDL frontend

2019-10-31 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- scripts/runqemu | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index a05facd0db6..5c56c3fe6c1 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -67,9 +67,9 @@ of the following environment

[OE-core] [PATCH 2/6] selftest: skip virgl test on centos 7 entirely

2019-10-31 Thread Alexander Kanavin
With the sdl frontend, qemu isn't able to even boot fully, so let's skip the test early. Signed-off-by: Alexander Kanavin --- meta-selftest/lib/oeqa/runtime/cases/virgl.py | 5 - meta/lib/oeqa/selftest/cases/runtime_test.py | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) diff --gi

[OE-core] [PATCH 4/6] gcr: update to 3.34.0

2019-10-31 Thread Alexander Kanavin
inherit gettext, as gcr is now gettextized. Signed-off-by: Alexander Kanavin --- meta/recipes-gnome/gcr/{gcr_3.28.1.bb => gcr_3.34.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-gnome/gcr/{gcr_3.28.1.bb => gcr_3.34.0.bb} (83%) diff --git a/meta/recipes-gn

[OE-core] [PATCH 3/6] oe-selftest: extend virgl gtk test to also check the SDL option

2019-10-31 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/runtime_test.py | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 7d3922ce448..3632ae81ede 1006

[OE-core] [PATCH 5/6] btrfs-tools: update to 5.3

2019-10-31 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../btrfs-tools/{btrfs-tools_5.2.2.bb => btrfs-tools_5.3.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/btrfs-tools/{btrfs-tools_5.2.2.bb => btrfs-tools_5.3.bb} (97%) diff --git a/meta/recipes-devtools/btrfs-tools/

[OE-core] [PATCH 6/6] libmodulemd-v1: update to 1.8.16

2019-10-31 Thread Alexander Kanavin
Upstream added support for optional docs, so 0001-Do-not-generate-gtkdoc-or-python-bindings.patch is replaced with an option to disable gtk-doc (as the modulemd feature is not used in oe-core anyway). Signed-off-by: Alexander Kanavin --- ...t-generate-gtkdoc-or-python-bindings.patch | 60 ---

Re: [OE-core] [PATCH 4/6] gcr: update to 3.34.0

2019-10-31 Thread Andreas Müller
On Thu, Oct 31, 2019 at 10:38 AM Alexander Kanavin wrote: > > inherit gettext, as gcr is now gettextized. > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-gnome/gcr/{gcr_3.28.1.bb => gcr_3.34.0.bb} | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-gnom

Re: [OE-core] [PATCH 4/6] gcr: update to 3.34.0

2019-10-31 Thread Alexander Kanavin
I think Ross has a separate patch queued to address that. Alex On Thu, 31 Oct 2019 at 10:56, Andreas Müller wrote: > On Thu, Oct 31, 2019 at 10:38 AM Alexander Kanavin > wrote: > > > > inherit gettext, as gcr is now gettextized. > > > > Signed-off-by: Alexander Kanavin > > --- > > meta/recip

Re: [OE-core] [PATCH 4/6] gcr: update to 3.34.0

2019-10-31 Thread Andreas Müller
On Thu, Oct 31, 2019 at 10:58 AM Alexander Kanavin wrote: > > I think Ross has a separate patch queued to address that. > > Alex Yes - just thought is is a complete V2 -> everything fine :) Andreas -- ___ Openembedded-core mailing list Openembedded-cor

[OE-core] [PATCH] linux-dummy: Add package kernel

2019-10-31 Thread zhe.he
From: He Zhe Some package like packagegroup-core-boot may ask for package kernel. Let linux-dummy rprovide package kernel to fix the following build failure. ERROR: Nothing RPROVIDES 'kernel' (but .../meta/recipes-core/packagegroups/packagegroup-core-boot.bb RDEPENDS on or otherwise requires it)

[OE-core] [PATCH] gdb: Fix CVE-2019-1010180

2019-10-31 Thread Vinay Kumar
Backport the upstream fix. that was not present in master. Signed-off-by: Vinay Kumar Upstream-Status: Pending --- meta/recipes-devtools/gdb/gdb-8.3.1.inc| 1 + .../gdb/gdb/CVE-2019-1010180.patch | 34 ++ 2 files changed, 35 insertions(+) create

[OE-core] ✗ patchtest: failure for gdb: Fix CVE-2019-1010180

2019-10-31 Thread Patchwork
== Series Details == Series: gdb: Fix CVE-2019-1010180 Revision: 1 URL : https://patchwork.openembedded.org/series/20820/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the propo

[OE-core] [PATCH 4/7] oeqa/selftest: add test for oe-run-native

2019-10-31 Thread Ross Burton
A small test to verify that oe-run-native is correctly working. Signed-off-by: Ross Burton --- meta/lib/oeqa/selftest/cases/oescripts.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/oescripts.py b/meta/lib/oeqa/selftest/cases/oescripts.py index c169885c

[OE-core] [PATCH] cve-check: ensure all known CVEs are in the report

2019-10-31 Thread Ross Burton
CVEs that are whitelisted or were not vulnerable when there are version comparisons were not included in the report, so alter the logic to ensure that all relevant CVEs are in the report for completeness. Signed-off-by: Ross Burton --- meta/classes/cve-check.bbclass | 9 +++-- 1 file changed

[OE-core] [PATCH 1/7] qemu-helper-native: add missing option to getopt() call

2019-10-31 Thread Ross Burton
Noticed by -Wall. Signed-off-by: Ross Burton --- meta/recipes-devtools/qemu/qemu-helper/tunctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu-helper/tunctl.c b/meta/recipes-devtools/qemu/qemu-helper/tunctl.c index 16e24a2add6..fc00e997891 1

[OE-core] [PATCH 6/7] squashfs-tools: clean up compile/install tasks

2019-10-31 Thread Ross Burton
The makefile can do the right thing now. Signed-off-by: Ross Burton --- .../recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squash

[OE-core] [PATCH] gcr: remove intltool-native

2019-10-31 Thread Ross Burton
gcr uses gettext now, so no need to depend on intltool-native. Signed-off-by: Ross Burton --- meta/recipes-gnome/gcr/gcr_3.34.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gnome/gcr/gcr_3.34.0.bb b/meta/recipes-gnome/gcr/gcr_3.34.0.bb index f13bfecbe19..6

[OE-core] [PATCH 7/7] wpa-supplicant: fix CVE-2019-16275

2019-10-31 Thread Ross Burton
Signed-off-by: Ross Burton --- ...re-management-frame-from-unexpected-.patch | 82 +++ .../wpa-supplicant/wpa-supplicant_2.9.bb | 1 + 2 files changed, 83 insertions(+) create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant/0001-AP-Silently-ignore-manag

[OE-core] [PATCH 5/7] squashfs-tools: remove redundant source checksums

2019-10-31 Thread Ross Burton
oe-core e37a1ecc stopped downloading a LZMA tarball, but the checksums were not removed at the same time. Signed-off-by: Ross Burton --- meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-t

[OE-core] [PATCH 3/7] qemu-helper-native: pass compiler flags

2019-10-31 Thread Ross Burton
Pass all of the compiler and linker flags so the build is correctly configured. Signed-off-by: Ross Burton --- meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb b/meta/rec

[OE-core] [PATCH 2/7] qemu-helper-native: showing help shouldn't be an error

2019-10-31 Thread Ross Burton
Displaying a help message if help was requested isn't an error. Signed-off-by: Ross Burton --- meta/recipes-devtools/qemu/qemu-helper/tunctl.c | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/meta/recipes-devtools/qemu/qemu-helper/tunctl.c b/meta/recipes-devtoo

[OE-core] [PATCH 2/2] git: cleanup man install

2019-10-31 Thread Ross Burton
Prettify by using shell loops. Signed-off-by: Ross Burton --- meta/recipes-devtools/git/git.inc | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc index 67fc96b7aff..95ab397f6af 100644 --- a/meta

[OE-core] [PATCH 1/2] git: some tools are no longer perl, so move to main recipe

2019-10-31 Thread Ross Burton
Some tools are not written in Perl anymore, so they should be in PN no PN-perltools. Signed-off-by: Ross Burton --- meta/recipes-devtools/git/git.inc | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/meta/recipes-devtools/git/git.inc b/meta/recipes-devtools/git/git.inc i

Re: [OE-core] [PATCH] linux-dummy: Add package kernel

2019-10-31 Thread Bruce Ashfield
On Thu, Oct 31, 2019 at 6:20 AM wrote: > > From: He Zhe > > Some package like packagegroup-core-boot may ask for package kernel. Let > linux-dummy rprovide package kernel to fix the following build failure. > > ERROR: Nothing RPROVIDES 'kernel' (but > .../meta/recipes-core/packagegroups/packagegr

[OE-core] ✗ patchtest: failure for gcr: remove intltool-native (rev2)

2019-10-31 Thread Patchwork
== Series Details == Series: gcr: remove intltool-native (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/20734/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on

Re: [OE-core] [PATCH] gdb: Fix CVE-2019-1010180

2019-10-31 Thread Ross Burton
On 31/10/2019 10:23, Vinay Kumar wrote: Backport the upstream fix. that was not present in master. Signed-off-by: Vinay Kumar Upstream-Status: Pending As per patchtest: - the commit message shoud have your S-o-b - the patch you're adding (CVE-2019-1010180.patch) should have an explanation

Re: [OE-core] [zeus 25/28] go: fix CVE-2019-16276

2019-10-31 Thread Martin Jansa
This seems to cause: ERROR: go-native-1.12.1-r0 do_patch: Fuzz detected: Applying patch 0001-release-branch.go1.12-security-net-textproto-don-t-n.patch patching file src/net/http/serve_test.go patching file src/net/http/transport_test.go Hunk #1 succeeded at 5059 with fuzz 2 (offset -74 lines). p

Re: [OE-core] [zeus 25/28] go: fix CVE-2019-16276

2019-10-31 Thread Martin Jansa
I'm sorry I was looking at wrong build before. It doesn't happen in zeus and master. Only with warrior where this was backported as well in: "[OE-core] [warrior 18/19] go: fix CVE-2019-16276" Probably because warrior is using older minor version of 1.12 go: -GO_MINOR = ".1" +GO_MINOR = ".9" On

Re: [OE-core] [PATCH v4] coreutils: Move stdbuf into an own package coreutils-stdbuf

2019-10-31 Thread Adrian Bunk
On Wed, Oct 30, 2019 at 04:36:58PM -0400, Randy MacLeod wrote: > On 10/28/19 6:13 PM, Adrian Bunk wrote: > > This LD_PRELOAD trick is not really suitable for busybox, > > so can be the only part of coreutils needed. > > Which LD_PRELOAD trick? > > Ah, I think you mean: > >The coreutils imple

[OE-core] [PATCH v5] coreutils: Move stdbuf into an own package coreutils-stdbuf

2019-10-31 Thread Adrian Bunk
The coreutils implementation of stdbuf uses LD_PRELOAD to dynamically load libstdbuf which calls setvbuf(). This can't be implemented simply in busybox since it produces one or two statically linked executables. Therefore, stdbuf should be packaged separately for people who are using busybox instea

[OE-core] [PATCH 1/2] nfs-utils: do not depend on bash unnecessarily

2019-10-31 Thread Alexander Kanavin
Nothing in the target install actually needs it. Signed-off-by: Alexander Kanavin --- meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_2.4.1.bb b/meta/recipes-connectivity/nfs

[OE-core] [PATCH 2/2] selftest: add a test for gpl3-free images

2019-10-31 Thread Alexander Kanavin
Existing tests check that adding a specific gpl3 package (bash) to core-image-minimal results in expected behaviour. These tests check the ability to build two common images without gpl3 components in them: 1. core-image-minimal needs no further tweaks and works out of the box. 2. core-image-ful

[OE-core] [PATCH] ofono: update to 1.31

2019-10-31 Thread Oleksandr Kravchuk
Changelog: - Fix issue with handling CID 0 context identifier - Fix issue with handling detach state and running LTE - Fix issue with handling SIM states and Quectel modems Signed-off-by: Oleksandr Kravchuk --- .../ofono/{ofono_1.30.bb => ofono_1.31.bb}| 4 ++-- 1 file change

[OE-core] [PATCH] recipeutils-test: use a small dependency in the dummy recipe

2019-10-31 Thread Ross Burton
recipeutils-test has virtual/libx11 as a DEPENDS, but this will cause errors if the recipe is built in an environment without x11 in DISTRO_FEATURES. This dependency isn't actually used for anything so we could remove it, but to save updating the test cases too just swap virtual/libx11 for zlib.

[OE-core] [thud][PATCH] libgcrypt: CVE-2019-12904 fix Status: Backport Sign off: Shubham Agrawal

2019-10-31 Thread shuagr97
From: Shubham Agrawal --- .../libgcrypt/files/CVE-2019-12904_p1.patch| 176 +++ .../libgcrypt/files/CVE-2019-12904_p2.patch| 329 + meta/recipes-support/libgcrypt/libgcrypt_1.8.4.bb | 2 + 3 files changed, 507 insertions(+) create mode 100644 meta/

[OE-core] [PATCH] ell: update to 0.26

2019-10-31 Thread Oleksandr Kravchuk
Changelog: - Fix issue with memory leak and TLS certificates - Fix issue with buffer size and TLS PRF handling - Add support for D-Bus non-root ObjectManager Signed-off-by: Oleksandr Kravchuk --- meta/recipes-core/ell/{ell_0.25.bb => ell_0.26.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 dele

[OE-core] ✗ patchtest: failure for libgcrypt: CVE-2019-12904 fix Status: Backport Sign off: Shubham Agrawal

2019-10-31 Thread Patchwork
== Series Details == Series: libgcrypt: CVE-2019-12904 fix Status: Backport Sign off: Shubham Agrawal Revision: 1 URL : https://patchwork.openembedded.org/series/20838/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated respons

Re: [OE-core] [PATCH] ofono: update to 1.31

2019-10-31 Thread Ross Burton
On 31/10/2019 15:06, Oleksandr Kravchuk wrote:> Changelog: > - Fix issue with handling CID 0 context identifier > - Fix issue with handling detach state and running LTE > - Fix issue with handling SIM states and Quectel modems A patch just landed in master to clean up the recipe, can you rebase o

[OE-core] [thud][PATCH] Corrected patch file structure as per upstream

2019-10-31 Thread shuagr97
From: Shubham Agrawal Signed-off-by: Shubham Agrawal --- meta/recipes-support/libgcrypt/files/CVE-2019-12904_p1.patch | 10 +- meta/recipes-support/libgcrypt/files/CVE-2019-12904_p2.patch | 9 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/meta/recipes-suppor

[OE-core] [thud][PATCH] libgcrypt: CVE-2019-12904 fix Upstream-Status: Backport Signed-off-by: Shubham Agrawal

2019-10-31 Thread shuagr97
From: Shubham Agrawal --- .../libgcrypt/files/CVE-2019-12904_p1.patch| 176 +++ .../libgcrypt/files/CVE-2019-12904_p2.patch| 330 + meta/recipes-support/libgcrypt/libgcrypt_1.8.4.bb | 2 + 3 files changed, 508 insertions(+) create mode 100644 meta/

[OE-core] ✗ patchtest: failure for Corrected patch file structure as per upstream

2019-10-31 Thread Patchwork
== Series Details == Series: Corrected patch file structure as per upstream Revision: 1 URL : https://patchwork.openembedded.org/series/20841/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] ✗ patchtest: failure for libgcrypt: CVE-2019-12904 fix Upstream-Status: Backport Signed-off-by: Shubham Agrawal

2019-10-31 Thread Patchwork
== Series Details == Series: libgcrypt: CVE-2019-12904 fix Upstream-Status: Backport Signed-off-by: Shubham Agrawal Revision: 1 URL : https://patchwork.openembedded.org/series/20842/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an aut

[OE-core] [PATCH] gnu-efi: Upgrade 3.0.10 -> 3.0.11

2019-10-31 Thread Adrian Bunk
Patch applied upstream removed. Signed-off-by: Adrian Bunk --- ...evert-efilink-fix-build-with-gcc-4.8.patch | 38 --- .../{gnu-efi_3.0.10.bb => gnu-efi_3.0.11.bb} | 5 +-- 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 meta/recipes-bsp/gnu-efi/gnu-efi/0

[OE-core] [PATCH v2] ofono: update to 1.31

2019-10-31 Thread Oleksandr Kravchuk
Changelog: - Fix issue with handling CID 0 context identifier - Fix issue with handling detach state and running LTE - Fix issue with handling SIM states and Quectel modems Signed-off-by: Oleksandr Kravchuk --- .../ofono/{ofono_1.30.bb => ofono_1.31.bb}| 4 ++-- 1 file change

[OE-core] [warrior][PATCH 3/3] go-1.12: update to 1.12.9 minor release

2019-10-31 Thread Martin Jansa
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/go-1.12.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/go/go-1.12.inc b/meta/recipes-devtools/go/go-1.12.inc index 13a4c3bd8d..ed14b175e6 1006

[OE-core] [warrior][PATCH 2/3] go: Upgrade 1.12.5 -> 1.12.6

2019-10-31 Thread Martin Jansa
From: Adrian Bunk Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/go-1.12.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/go/go-1.12.inc b/meta/recipes-devtools/go/go-1.12.inc index dc5e2af9e2..13a4c3bd8

[OE-core] [warrior][PATCH 1/3] go: update 1.12.1->1.12.5

2019-10-31 Thread Martin Jansa
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/go/go-1.12.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/go/go-1.12.inc b/meta/recipes-devtools/go/go-1.12.inc index 66df50052

Re: [OE-core] [PATCH] linux-dummy: Add package kernel

2019-10-31 Thread He Zhe
On 10/31/19 6:57 PM, Bruce Ashfield wrote: > On Thu, Oct 31, 2019 at 6:20 AM wrote: >> From: He Zhe >> >> Some package like packagegroup-core-boot may ask for package kernel. Let >> linux-dummy rprovide package kernel to fix the following build failure. >> >> ERROR: Nothing RPROVIDES 'kernel'

[OE-core] [PATCH] scripts/oe-pkgdata-util: Enable list-pkgs to print ordered packages

2019-10-31 Thread Yeoh Ee Peng
The list-pkgs currently print packages in unordered format. Enable list-pkgs to print ordered packages that will ease viewing. Signed-off-by: Yeoh Ee Peng --- scripts/oe-pkgdata-util | 17 - 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/scripts/oe-pkgdata-util b/s