[OE-core] [PATCH v2] elfutils: add PACKAGECONFIG for compression algorithms

2019-10-14 Thread Dan Callaghan
Elfutils has optional support for bzip2 and xz (lzma). It uses this for decompressing embedded ELF sections like the .gnu_debugdata section for "mini debuginfo": https://sourceware.org/gdb/onlinedocs/gdb/MiniDebugInfo.html Previously this support was unconditionally disabled but the reasons for d

Re: [OE-core] [PATCH] elfutils: add PACKAGECONFIG for compression algorithms

2019-10-14 Thread Dan Callaghan
Excerpts from Dan Callaghan's message of 2019-10-15 15:48:27 +10:00: > +PACKAGECONFIG ??= "" > +PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib" > +PACKAGECONFIG[bzip2] = "--with-bzlib,--without-bzlib,bzip2" > +PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz" I just realised that the --w

[OE-core] [PATCH] elfutils: add PACKAGECONFIG for compression algorithms

2019-10-14 Thread Dan Callaghan
Elfutils has optional support for zlib, bzip2, and xz (lzma). It uses this for decompressing embedded ELF sections like the .gnu_debugdata section for "mini debuginfo": https://sourceware.org/gdb/onlinedocs/gdb/MiniDebugInfo.html Previously these were unconditionally disabled but the reasons for

[OE-core] [PATCH v2 1/1] bluez5: Fix for --enable-btpclient

2019-10-14 Thread Robert Yang
Fixed: PACKAGECONFIG_append_pn-bluez5 = ' btpclient' $ bitbake bluez5 btpclient.c:2834:7: error: 'SIGINT' undeclared (first use in this function) Signed-off-by: Robert Yang --- meta/recipes-connectivity/bluez5/bluez5.inc| 1 + .../0001-tools-btpclient.c-include-signal.h.patch | 30 +++

[OE-core] [PATCH v2 0/1] bluez5: Fix for --enable-btpclient

2019-10-14 Thread Robert Yang
* V2: - Fix upstream status to 'Backport' as Ross suggested * V1: - Initial version The following changes since commit 59938780e7e776d87146002ea939b185f8704408: build-appliance-image: Update to master head revision (2019-10-09 22:28:44 +0100) are available in the git repository at: gi

[OE-core] [thud 2/7] arch-arm64.inc: Lower the priority of aarch64 in MACHINEOVERRIDES

2019-10-14 Thread Armin Kuster
From: Peter Kjellerstedt This makes sure, e.g., ${SOC_FAMILY} and ${MACHINE} have higher priorities than aarch64. Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/conf/machine/include/arm/arch-arm64.inc | 2 +- 1 file changed, 1 insertion(+

[OE-core] [thud 4/7] kernel-devsrc: check for localversion files in the kernel source tree

2019-10-14 Thread Armin Kuster
From: c-thaler localversion files are ignored. This might lead to a bad version magic when building out-of-tree modules via SDK. (Backport from master https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/meta/recipes-kernel/linux/kernel-devsrc.bb?id=59fcee90de0cbb5b6b8333ab2b0e36214b174e52) S

[OE-core] [thud 5/7] gnutls: Fix CVE-2019-3829 and CVE-2019-3836

2019-10-14 Thread Armin Kuster
From: Dan Tran Signed-off-by: Dan Tran Signed-off-by: Armin Kuster --- .../gnutls/gnutls/CVE-2019-3829_p1.patch | 39 + .../gnutls/gnutls/CVE-2019-3829_p2.patch | 871 + .../gnutls/gnutls/CVE-2019-3829_p3.patch | 36 + .../gnutls/gnutls/CVE-2

[OE-core] [thud 6/7] libsolv: Security fix for CVEs:

2019-10-14 Thread Armin Kuster
From: Muminul Islam Signed-off-by: Muminul Islam CVE: CVE-2018-20532 CVE-2018-20533 CVE-2018-20534 Upstream-Status: Backport Cherry picked from https://github.com/openSUSE/libsolv/pull/291/commits Signed-off-by: Armin Kuster --- .../0003-Fix-Dereference-of-null-pointer.patch | 33

[OE-core] [thud 3/7] glibc: Security fix for cve

2019-10-14 Thread Armin Kuster
From: Muminul Islam Signed-off-by: Muminul Islam CVE: CVE-2019-6488, CVE-2019-7309 Upstream-Status: Backport Signed-off-by: Armin Kuster --- meta/recipes-core/glibc/glibc/CVE-2019-6488.patch | 274 ++ meta/recipes-core/glibc/glibc/CVE-2019-7309.patch | 207 +++

[OE-core] [thud 7/7] curl: Security fix for CVE-2019-5482

2019-10-14 Thread Armin Kuster
From: Muminul Islam Signed-off-by: Muminul Islam [Fixup for thud context] Signed-off-by: Armin Kuster --- meta/recipes-support/curl/curl/CVE-2019-5482.patch | 68 ++ meta/recipes-support/curl/curl_7.61.0.bb | 1 + 2 files changed, 69 insertions(+) create mode 10

[OE-core] [thud 1/7] kernel.bbclass: fix installation of modules signing certificates

2019-10-14 Thread Armin Kuster
From: Dmitry Eremin-Solenikov If one has provided external key/certificate for modules signing, Kbuild will skip creating signing_key.pem and will write only signing_key.x509 certificate. Thus we have to check for .x509 file existence rather than .pem one. Signed-off-by: Dmitry Eremin-Solenikov

[OE-core] [thud 0/7] Thud pull request

2019-10-14 Thread Armin Kuster
All these have been already reviewed by the community. Passes AB -full Please merge to thud The following changes since commit e6728a873f1eef335a9e21bdface304f13f0c952: uninative: Update to 2.7 release (2019-10-07 19:27:17 -0700) are available in the git repository at: git://git.openembedd

Re: [OE-core] [PATCH 1/2] u-boot: Bump from 2019.07 to 2019.10

2019-10-14 Thread Alistair Francis
On Sun, Oct 13, 2019 at 2:06 AM Richard Purdie wrote: > > On Tue, 2019-10-08 at 14:45 -0700, Alistair Francis wrote: > > Signed-off-by: Alistair Francis > > --- > > .../u-boot/files/0001-CVE-2019-13103.patch| 69 --- > > > > .../u-boot/files/0002-CVE-2019-13104.patch| 49

[OE-core] [PATCH] opensbi: Bump from 0.4 to 0.5

2019-10-14 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/recipes-bsp/opensbi/{opensbi_0.4.bb => opensbi_0.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-bsp/opensbi/{opensbi_0.4.bb => opensbi_0.5.bb} (97%) diff --git a/meta/recipes-bsp/opensbi/opensbi_0.4.bb b/meta/recipes-bsp

[OE-core] [PATCH 2/2] qemuriscv64: Build smode U-Boot

2019-10-14 Thread Alistair Francis
Signed-off-by: Alistair Francis --- meta/conf/machine/qemuriscv64.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/qemuriscv64.conf b/meta/conf/machine/qemuriscv64.conf index 99b48b309b..b45fdd556d 100644 --- a/meta/conf/machine/qemuriscv64.conf +++ b/me

[OE-core] [PATCH 1/2] u-boot: Bump from 2019.07 to 2019.10

2019-10-14 Thread Alistair Francis
Signed-off-by: Alistair Francis --- v2: - Fix musl build failure for u-boot-fw-utils .../u-boot/files/0001-CVE-2019-13103.patch| 69 --- ...nclude-env.h-Ensure-ulong-is-defined.patch | 31 + .../u-boot/files/0002-CVE-2019-13104.patch| 49 - .../u-boot

Re: [OE-core] [PATCH v4] rpm: make rpm work in toolchain.

2019-10-14 Thread Zheng, Ruoqin
Hi Richard > > This is heading in the right direction but this patch still makes the > nativesdk-rpm recipe machine specific and we can't do that. > If machine specific is not allowed, when user want to use rpm in nativesdk environment, how should we get the corresponding arch info? Do you ha

[OE-core] [oe-core][thud][PATCH] openssh: Fix three CVEs

2019-10-14 Thread msft . dantran
From: Dan Tran Signed-off-by: Dan Tran --- .../openssh/openssh/CVE-2018-20685.patch | 42 +++ .../openssh/openssh/CVE-2019-6109_p1.patch| 278 ++ .../openssh/openssh/CVE-2019-6109_p2.patch| 125 ++ .../openssh/openssh/CVE-2019-6111_p1.patch| 189 ++ ...

[OE-core] [PATCH] gsettings-desktop-schemas: upgrade 3.32.0 -> 3.34.0

2019-10-14 Thread Andreas Müller
Would need it for gnome-settings-daemon 3.34: | meson.build:91:0: ERROR: Invalid version of dependency, need 'gsettings-desktop-schemas' ['>= 3.33.0'] found '3.32.0'. Signed-off-by: Andreas Müller --- ...chemas_3.32.0.bb => gsettings-desktop-schemas_3.34.0.bb} | 6 +++--- 1 file changed, 3 ins

[OE-core] [PATCH v3 5/5] image-uefi.conf: define generic EFI_COMPATIBLE_HOST

2019-10-14 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- meta/conf/image-uefi.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/conf/image-uefi.conf b/meta/conf/image-uefi.conf index 57fd18f02742..6173785d8327 100644 --- a/meta/conf/image-uefi.conf +++ b/meta/conf/

[OE-core] [PATCH v3 4/5] systemd-boot: replace anonymous function with static configuration

2019-10-14 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Replace anonymous function setting GRUB_* variables with static configuration, since systemd-boot.bbclass will use fixed names for systemd bootloader. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-core/systemd/systemd-boot_243.bb | 23 +++

[OE-core] [PATCH v3 3/5] grub-efi: replace anonymous function with static configuration

2019-10-14 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Replace anonymous function setting GRUB_* variables with static configuration, since grub-efi.bbclass will use fixed names for grub bootloader. Signed-off-by: Dmitry Eremin-Solenikov --- meta/recipes-bsp/grub/grub-efi_2.04.bb | 40 ++ 1 fil

[OE-core] [PATCH v3 2/5] multilib.conf: add systemd-boot to non-multilib recipes list

2019-10-14 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Add systemd-boot to NON_MULTILIB_RECIPES so that it won't be built for multilib targets. Signed-off-by: Dmitry Eremin-Solenikov --- meta/conf/multilib.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/multilib.conf b/meta/conf/mul

[OE-core] [PATCH v3 1/5] conf/image-uefi: fix building images for multilib case

2019-10-14 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Building live images for lib32-core-minimal-image will fail because image target override won't match grub's override. Fix this by introducing anonymous python function. A proper fix should be to introduce multilib overrides, but it will be more intrusive. Signed-of

[OE-core] ✗ patchtest: failure for sqlite3: CVE fix

2019-10-14 Thread Patchwork
== Series Details == Series: sqlite3: CVE fix Revision: 1 URL : https://patchwork.openembedded.org/series/20461/ 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 proposed serie

[OE-core] [thud][PATCH v2] sqlite3: CVE fix

2019-10-14 Thread shuagr97
From: Shubham Agrawal CVE:CVE-2019-161680 Status: Backport whitelist as changes already there due to previous patches in upstream CVE:CVE-2018-20346 Status: Backported Sign off: Shubham agrawaslshu...@microsoft.com --- .../sqlite/files/CVE-2019-16168.patch | 37 +++

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

2019-10-14 Thread Stephen K 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#New

[OE-core] [PATCH] devtool: nlohmann-fifo

2019-10-14 Thread Aatir
From: Tekkub Adding the nlohmann-fifo, c++ library for fifo maps. Signed-off-by: Aatir --- .../nlohmann-fifo/nlohmann-fifo_git.bb| 22 +++ 1 file changed, 22 insertions(+) create mode 100644 meta-oe/recipes-devtools/nlohmann-fifo/nlohmann-fifo_git.bb diff --git a/meta

[OE-core] [PATCH] multilib.conf: add systemd-boot to non-multilib recipes list

2019-10-14 Thread dbaryshkov
From: Dmitry Eremin-Solenikov Add systemd-boot to NON_MULTILIB_RECIPES so that it won't be built for multilib targets. Signed-off-by: Dmitry Eremin-Solenikov --- meta/conf/multilib.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/multilib.conf b/meta/conf/mul

[OE-core] [PATCH] sanity: check the format of SDK_VENDOR

2019-10-14 Thread Ross Burton
If SDK_VENDOR isn't formatted as -foosdk and is instead for example -foo-sdk then the triple that are constructed are not in fact triples, which results in mysterious compile errors. Check in sanity.bbclass so this failure is detected early. [ YOCTO #13573 ] Signed-off-by: Ross Burton --- meta