Re: [OE-core] [PATCH] bluez5: fix builds that require ell support

2020-08-25 Thread Adrian Bunk
On Mon, Aug 24, 2020 at 02:44:51PM -0500, Peter A. Bigot wrote: > Shortly after the recipe was updated to add ell as a mesh dependency > the way ell was integrated into bluez5 was changed. Add the new > configuration options required for an external ell. >... > -PACKAGECONFIG[mesh] = "--enable-mes

Re: [OE-core] [PATCH v5 2/2] image_types: add Zstandard conversion support

2020-08-15 Thread Adrian Bunk
On Fri, Dec 06, 2019 at 12:00:54PM +, Ross Burton wrote: >... > Personally I'm leaning towards keeping zstd out of core *for now* but I > struggle to have a strong opinion either way. >... Is there a chance the "for now" is over? zstd is becoming more and more popular on the target side, and

Re: [OE-core] [dunfell] [PATCH] cmake-native: Use cmake-provided zstd library; supported host distro zstd may be too old.

2020-08-15 Thread Adrian Bunk
On Fri, Aug 14, 2020 at 11:44:17PM +0200, Alexander Kanavin wrote: > This needs to go to master first probably? Better for master might be moving zstd from meta-openembedded, and then DEPENDS on zstd-native? IMHO moving target zstd to OE-core is already overdue, so this would not be solely for cm

Re: [OE-core] [PATCH V2 2/2] libubootenv: uprev to v0.3

2020-08-13 Thread Adrian Bunk
On Thu, Aug 13, 2020 at 12:21:17PM +0200, Ming Liu wrote: >... > -PV = "0.2+git${SRCPV}" > +PV = "0.3+git${SRCPV}" > SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https" > -SRCREV = "86bd30a14e153a18f670b25708795253d8736f0f" > +SRCREV = "ad253cfdb07c8492f2ee46a52fbc607ad0b96414" >... Th

[OE-core][PATCH] librsvg: Upgrade 2.40.20 -> 2.40.21

2020-08-13 Thread Adrian Bunk
This fixes CVE-2019-20446. Signed-off-by: Adrian Bunk --- .../librsvg/{librsvg_2.40.20.bb => librsvg_2.40.21.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-gnome/librsvg/{librsvg_2.40.20.bb => librsvg_2.40.21.bb} (92%) diff --git a/meta/recipes

Re: [OE-core] [PATCH] webkitgtk: Upgrade to 2.28.4

2020-08-12 Thread Adrian Bunk
On Tue, Aug 11, 2020 at 03:57:59PM -0700, Khem Raj wrote: > backport a patch from master to fix clang11 build error >... Is this related to the upgrade to 2.28.4 ? The 2.28.4 upgrade should be cherry-picked into dunfell, changes required for future LLVM versions not necessarily. > +Upstream-Stat

Re: [OE-core] [PATCH 1/2] libunwind: Use -fcommon option to compile

2020-08-05 Thread Adrian Bunk
On Tue, Aug 04, 2020 at 11:14:48PM -0700, Khem Raj wrote: > defaults for gcc is to use -fno-common this ensures that it keeps using > -fcommon until the real issue is fixed > > Fixes > src/arm/Ginit.c:60: multiple definition of `_U_dyn_info_list'; > mi/.libs/dyn-info-list.o:/usr/src/debug/libunwi

Re: [OE-core] [bitbake-devel] [yocto] Stable Warrior branch

2020-07-30 Thread Adrian Bunk
On Mon, Jul 27, 2020 at 07:36:49AM -0700, akuster808 wrote: > Adrian, Hi Armin, > On 7/21/20 1:53 AM, Richard Purdie wrote: > > On Tue, 2020-07-14 at 16:56 +0300, Adrian Bunk wrote: > >> On Thu, Jun 04, 2020 at 09:28:00PM -0700, akuster wrote: > >>> Hello, >

Re: [OE-core] [PATCH] python3-numpy: Stop shipping manual config files

2020-07-27 Thread Adrian Bunk
On Tue, Jul 21, 2020 at 12:28:15PM +0200, Frieder Schrempf wrote: > Hi Armin, Anuj, Adrian, Hi Frieder, > On 27.10.19 18:36, Adrian Bunk wrote: > > Automatic generation seems to work fine, > > and does not become outdated. > > > > Signed-off-by: Adrian Bunk >

Re: [OE-core] [PATCH] cve-check.bbclass: always save cve report

2020-07-21 Thread Adrian Bunk
This breaks building the SDK in distributions with INHERIT += "cve-check": $ bitbake tmp-sdk -c populate_sdk ... NOTE: Tasks Summary: Attempted 2785 tasks of which 2785 didn't need to be rerun and all succeeded. ERROR: Execution of event handler 'cve_save_summary_handler' failed Traceback (most r

Re: [OE-core] Why disable NEON support in recipes if runtime detection works?

2020-07-19 Thread Adrian Bunk
On Sun, Jul 19, 2020 at 12:06:15PM +0300, Tanu Kaskinen wrote: >... > I'm currently converting the pulseaudio recipe from Autotools to Meson, > and the old Autotools build system supports disabling NEON > optimizations but the Meson build system doesn't. So I'm wondering if I > should add the missi

Re: [OE-core] [yocto] Stable Warrior branch

2020-07-14 Thread Adrian Bunk
On Thu, Jun 04, 2020 at 09:28:00PM -0700, akuster wrote: > Hello, > > The Warrior branch of Poky has had its last official dot release. It > will be moving to Community support and EOL within 6 weeks if no one > steps up. > If someone is interested in taking on the responsibilities of > maintainin

Re: [OE-core] [PATCH] openssl: add rdcpu to rand-seed

2020-07-10 Thread Adrian Bunk
On Fri, Jul 10, 2020 at 09:21:26PM +0100, Richard Purdie wrote: > On Fri, 2020-07-10 at 12:39 -0700, Taras Kondratiuk via > lists.openembedded.org wrote: > > Native[sdk] openssl fails to initialize RNG on systems where native[sdk] > > glibc is built against pre-3.17 linux-libc-headers, but runs on

[OE-core][zeus][PATCH v2] sqlite: backport CVE fix

2020-07-09 Thread Adrian Bunk
From: Sakib Sajal Fixes CVE-2020-11655 (From OE-Core rev: 3b06a6c73f4e49c6d00f758423c2e8865ec2de00) Signed-off-by: Sakib Sajal Signed-off-by: Richard Purdie [ without the CVE-2020-11656 fix that did not apply cleanly ] Signed-off-by: Adrian Bunk --- v2: Upstream Status -> Upstream-Sta

[OE-core][zeus][PATCH 19/19] wpa-supplicant: Security fix CVE-2020-12695

2020-07-08 Thread Adrian Bunk
mit e9c696397ae1b4344b8329a13076f265980ee74d) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- ...allow-event-subscriptions-with-URLs-.patch | 151 ++ ...nt-message-generation-using-a-long-U.patch | 62 +++ ...HTTP-initiation-failures-for-events-.patch | 50 ++ .../

[OE-core][zeus][PATCH 15/19] bind: update to 9.11.19

2020-07-08 Thread Adrian Bunk
: c672d2b6c98607f1fda917f4a3189a53712e8fc2) Signed-off-by: Armin Kuster (cherry picked from commit a6ba66cf5e754cdcd41f01d233fbef7b94a10225) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- .../bind/bind/CVE-2020-8616.patch | 206

[OE-core][zeus][PATCH 13/19] mtd-utils: Fix return value of ubiformat

2020-07-08 Thread Adrian Bunk
7ebacd9cbaec98fbc406e8ae99c9805a24fdadc6) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- ...-utils-Fix-return-value-of-ubiformat.patch | 62 +++ meta/recipes-devtools/mtd/mtd-utils_git.bb| 1 + 2 files changed, 63 insertions(+) create

[OE-core][zeus][PATCH 17/19] dbus: fix CVE-2020-12049

2020-07-08 Thread Adrian Bunk
From: Lee Chee Yang (From OE-Core rev: 3f69946c6159fa359bc5800ee72ef6151d9ecd36) Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- .../dbus/dbus/CVE-2020-12049.patch| 78 +++ meta/recipes-core

[OE-core][zeus][PATCH 18/19] perl: fix CVE-2020-10543 & CVE-2020-10878

2020-07-08 Thread Adrian Bunk
From: Lee Chee Yang (From OE-Core rev: d9c5d9c52eb1f03ff9c907a76dda31042fb26edb) Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- .../perl/files/CVE-2020-10543.patch | 36 + .../perl/files/CVE-2020-10878_1

[OE-core][zeus][PATCH 14/19] bind: update 9.11.5-P4 -> 9.11.13

2020-07-08 Thread Adrian Bunk
Burton Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- .../bind/0001-bind-fix-CVE-2019-6471.patch| 64 -- in-remove-useless-L-use_openssl-lib.patch | 18 +- ...01-fix-enforcement-of-tcp-clients-v1.patch | 60 -- ...c-extend-DIRNAMESIZE-from-256-to-512.patch | 22 - ...001

[OE-core][zeus][PATCH 06/19] cve-check: Run it after do_fetch

2020-07-08 Thread Adrian Bunk
e406fcb6c609a0d2456d7da0d2406d2d9fa52dd2) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- meta/classes/cve-check.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/cve-check.bbclass b/meta/classes/cve-check.bbclass index 2a530a0489..556ac6e67f

[OE-core][zeus][PATCH 01/19] python3: Upgrade 3.7.7 -> 3.7.8

2020-07-08 Thread Adrian Bunk
Backported patch removed. Signed-off-by: Adrian Bunk --- ...20-8492-Fix-AbstractBasicAuthHandler.patch | 248 -- .../{python3_3.7.7.bb => python3_3.7.8.bb}| 5 +- 2 files changed, 2 insertions(+), 251 deletions(-) delete mode 100644 meta/recipes-devtools/python/fi

[OE-core][zeus][PATCH 11/19] wpa-supplicant: remove service templates from SYSTEMD_SERVICE

2020-07-08 Thread Adrian Bunk
Signed-off-by: Kai Kang (cherry picked from commit fe9b8e50461ab00ab3ad8b065ebd32f0eea2a255) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- .../wpa-supplicant/wpa-supplicant_2.9.bb| 6 +++--- 1 file changed, 3 insertions(+), 3

[OE-core][zeus][PATCH 12/19] encodings: clear postinst script

2020-07-08 Thread Adrian Bunk
igned-off-by: Steve Sakoman Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- meta/recipes-graphics/xorg-font/encodings_1.0.5.bb | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb b/meta/recipes-graphics/xorg-font/encodings_1.0

[OE-core][zeus][PATCH 16/19] perl: Fix host specific modules problems

2020-07-08 Thread Adrian Bunk
Richard Purdie (cherry picked from commit 9f1a959d9831f43dda656e3b0c4d059db3363877) Signed-off-by: Steve Sakoman Signed-off-by: Adrian Bunk --- meta/recipes-devtools/perl/perl_5.30.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/perl/perl_5.30.1.bb

[OE-core][zeus][PATCH 04/19] gcr: depends on gnupg-native

2020-07-08 Thread Adrian Bunk
ned-off-by: Kai Kang (cherry picked from commit e4a6eda4c246b2bca059defed796bdab19a7ab5f) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- meta/recipes-gnome/gcr/gcr_3.28.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-gno

[OE-core][zeus][PATCH 08/19] cve-check: include epoch in product version output

2020-07-08 Thread Adrian Bunk
E-Core rev: 99f6de1c74b581054c74c6b4598a5d47facc9964) Signed-off-by: Ralph Siemsen (cherry picked from commit e1c3c0b6e5b01304e2127f5058986697e82adf93) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- meta/classes/cve-check.bbclass | 2 +- 1 file changed, 1 insertion(+),

[OE-core][zeus][PATCH 07/19] libexif: fix CVE-2020-13114

2020-07-08 Thread Adrian Bunk
From: Lee Chee Yang (From OE-Core rev: 2e497029ee00babbc50f3c1d99580230bc46155c) Signed-off-by: Lee Chee Yang Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- .../libexif/libexif/CVE-2020-13114.patch | 73 +++ .../recipes

[OE-core][zeus][PATCH 02/19] timezone: upgrade 2019c -> 2020a

2020-07-08 Thread Adrian Bunk
From: Pierre-Jean Texier See full changelog https://github.com/eggert/tz/blob/master/NEWS#L11 (From OE-Core rev: 9d74b048e3a160d7a9a20e85817e9eb3a558af63) Signed-off-by: Pierre-Jean Texier Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- meta/recipes-extended/timezone

[OE-core][zeus][PATCH 09/19] patchelf: Add patch to address corrupt shared library issue

2020-07-08 Thread Adrian Bunk
ommit e7811c787bbe2f5d49b3506309499acc27189988) Signed-off-by: Steve Sakoman Signed-off-by: Adrian Bunk --- .../patchelf/patchelf/fix-phdrs.patch | 37 +++ .../patchelf/patchelf_0.10.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644 meta/re

[OE-core][zeus][PATCH 03/19] sqlite: backport CVE fix

2020-07-08 Thread Adrian Bunk
From: Sakib Sajal Fixes CVE-2020-11655 (From OE-Core rev: 3b06a6c73f4e49c6d00f758423c2e8865ec2de00) Signed-off-by: Sakib Sajal Signed-off-by: Richard Purdie [ without the CVE-2020-11656 fix that did not apply cleanly ] Signed-off-by: Adrian Bunk --- .../sqlite/files/CVE-2020-11655.patch

[OE-core][zeus][PATCH 10/19] vim: _FORTIFY_SOURCE=2 be gone

2020-07-08 Thread Adrian Bunk
Sakoman Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- meta/recipes-support/vim/vim_8.1.1518.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-support/vim/vim_8.1.1518.bb b/meta/recipes-support/vim/vim_8.1.1518.bb index 60946a181f..709b6ddb55 100644 --- a/meta

[OE-core][zeus][PATCH 05/19] file: add bzip2-replacement-native to DEPENDS to fix sstate issue

2020-07-08 Thread Adrian Bunk
?id=13915 . (From OE-Core rev: 5a2bc3bfa9e1a4f37b6e26a5c40a4a9c025d03f1) Signed-off-by: Jan-Simon Moeller (cherry picked from commit 4a996574464028bd5d57b90920d0887d1a81e9e9) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- meta/recipes-devtools/file/file_5.37.bb | 2 +- 1 f

Re: [OE-core] Patches are stuck in master-next

2020-07-08 Thread Adrian Bunk
On Wed, Jul 08, 2020 at 04:35:21PM +0100, Richard Purdie wrote: > On Wed, 2020-07-08 at 17:07 +0200, Christian Eggers wrote: > > From Richard I got no response to the question whether > > potentially every package may be extended for nativesdk/native, > > or these platforms a reserved for packages

Re: [OE-core] Patches are stuck in master-next

2020-07-08 Thread Adrian Bunk
On Wed, Jul 08, 2020 at 11:40:30AM +0200, Christian Eggers wrote: >... > For NATIVE, I need the libs for running automatic unit tests on the > build machine. One could probably ask whether unit tests should > depend on libraries like libudev or libnm. >... I would rather ask why you aren't running

Re: [OE-core] [zeus][PATCH 08/10] kernel.bbclass: Fix Module.symvers support

2020-07-04 Thread Adrian Bunk
Please drop this patch: https://lists.openembedded.org/g/openembedded-core/message/140233 cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#140306): https://lists.openembedded.org/g/openembedded-core/message/140306 Mute This Topic: https://

Re: [OE-core] [PATCH][dunfell] coreutils: don't split stdbuf to own package with single-binary

2020-07-04 Thread Adrian Bunk
On Fri, Jul 03, 2020 at 11:48:36AM +0100, Richard Purdie wrote: >... > I hadn't realised there was already the reverse dependency. I think we > need to let the package exist in both cases so the two dependencies > need to reverse direction depending on whether single-binary is set. >... What about

Re: [OE-core][dunfell 08/21] cairo: Do not try to remove nonexistent directories

2020-06-17 Thread Adrian Bunk
On Tue, Jun 16, 2020 at 10:11:57AM -1000, Steve Sakoman wrote: > On Tue, Jun 16, 2020 at 9:49 AM Adrian Bunk wrote: > > > > On Mon, Jun 15, 2020 at 09:35:27AM -1000, Steve Sakoman wrote: > > > From: Peter Kjellerstedt > > > > > > Commit 0e1f8fa0 (bitba

Re: [OE-core][dunfell 12/21] ca-certificates: upgrade 20190110 -> 20200601

2020-06-16 Thread Adrian Bunk
Please drop this patch: https://bugs.debian.org/962596 cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#139569): https://lists.openembedded.org/g/openembedded-core/message/139569 Mute This Topic: https://lists.openembedded.org/mt/74902439/

Re: [OE-core][dunfell 08/21] cairo: Do not try to remove nonexistent directories

2020-06-16 Thread Adrian Bunk
On Mon, Jun 15, 2020 at 09:35:27AM -1000, Steve Sakoman wrote: > From: Peter Kjellerstedt > > Commit 0e1f8fa0 (bitbake.conf: propagate 'opengl' DISTRO_FEATURE to > native/nativesdk from target) changed the default PACKAGECONFIG for > native and nativesdk so that it becomes empty unless "x11" is i

Re: [OE-core] Bootstrapping Go

2020-06-12 Thread Adrian Bunk
On Fri, Jun 12, 2020 at 01:41:41PM +0100, Ross Burton wrote: >... > With preferred provider set this can be used to build our own Go > toolchain. Yes, we're relying on a prebuilt binary but we're still > building the tools we actually use, so I don't see this as massively > different to using a ho

Re: [OE-core] [PATCH] dhcp: use included bind version

2020-06-10 Thread Adrian Bunk
On Wed, Jun 10, 2020 at 06:31:55PM +0200, Vyacheslav Yurkov wrote: > On 10.06.2020 18:07, Adrian Bunk wrote: > > On Wed, Jun 10, 2020 at 04:35:20PM +0200, Vyacheslav Yurkov wrote: > > > ... > > > BIND9 libraries support a lot of options specifically geared towards >

Re: [OE-core] [PATCH] dhcp: use included bind version

2020-06-10 Thread Adrian Bunk
On Wed, Jun 10, 2020 at 04:35:20PM +0200, Vyacheslav Yurkov wrote: >... > BIND9 libraries support a lot of options specifically geared towards > optimizing DNS operations, many of which do not play nicely with > ISC DHCP's "architecture". It isn't necessarily practical to build > those libraries f

[OE-core][PATCH] dpkg: Remove workaound patch for host tar < 1.27

2020-06-06 Thread Adrian Bunk
tar >= 1.28 is already required. Signed-off-by: Adrian Bunk --- .../dpkg/tweak-options-require-tar-1.27.patch | 36 --- meta/recipes-devtools/dpkg/dpkg_1.20.0.bb | 3 -- 2 files changed, 39 deletions(-) delete mode 100644 meta/recipes-devtools/dpkg/dpkg/tweak-opti

Re: [OE-core] [PATCH 65/70] libyaml: adjust license checksum to omit copyright year lines.

2020-06-01 Thread Adrian Bunk
On Mon, Jun 01, 2020 at 10:12:16PM +, Peter Kjellerstedt wrote: > > -Original Message- > > From: openembedded-core@lists.openembedded.org > c...@lists.openembedded.org> On Behalf Of Alexander Kanavin > > Sent: den 31 maj 2020 17:53 > > To: openembedded-core@lists.openembedded.org > > C

Re: [OE-core] [PATCH 18/70] vala: upgrade 0.46.6 -> 0.48.6

2020-06-01 Thread Adrian Bunk
On Mon, Jun 01, 2020 at 09:51:40AM -0700, Khem Raj wrote: > gnome-calculator fails https://errors.yoctoproject.org/Errors/Details/414868/ >... This is fixed in the latest stable release of gnome-calculator. cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. Vie

Re: [OE-core][dunfell 11/16] libubootenv: Remove the DEPENDS on mtd-utils

2020-06-01 Thread Adrian Bunk
On Mon, Jun 01, 2020 at 04:11:19AM -1000, Steve Sakoman wrote: >... > It was only used for pulling in zlib, but this is now > a direct dependency. >... This should be harmless, but no reason to backport this cleanup. cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this g

Re: [OE-core] [PATCH 46/70] rng-tools: upgrade 6.9 -> 6.10

2020-05-31 Thread Adrian Bunk
On Sun, May 31, 2020 at 05:52:30PM +0200, Alexander Kanavin wrote: > Signed-off-by: Alexander Kanavin > --- > ...d9ce64f132e463b9091d0536913ddaf11516.patch | 42 +++ > ...6a5fd4efde8ef569b358e19b1fcbc7d0d938.patch | 51 +++ >... Please use "git format-patch" for creati

Re: [OE-core] [PATCH] linux-libc-headers: Check for asm/bpf_perf_event.h before multilibbing

2020-05-28 Thread Adrian Bunk
On Thu, May 28, 2020 at 11:33:45AM -0700, Khem Raj wrote: > > this is not a freestanding toolchain, but hosted one, so they need to > provide OS (linux) headers. think of case where apps are build just by > using this toolchain outside OE, app devs are not expected to provide these > headers. Var

Re: [OE-core] [PATCH] linux-libc-headers: Check for asm/bpf_perf_event.h before multilibbing

2020-05-28 Thread Adrian Bunk
On Thu, May 28, 2020 at 10:38:15AM -0700, Andre McCurdy wrote: > On Thu, May 28, 2020 at 6:39 AM Adrian Bunk wrote: > > > > On Thu, May 28, 2020 at 02:20:02PM +0100, Richard Purdie wrote: > > > > > > Right, external toolchains I can understand having specific v

Re: [OE-core] [PATCH] linux-libc-headers: Check for asm/bpf_perf_event.h before multilibbing

2020-05-28 Thread Adrian Bunk
On Thu, May 28, 2020 at 02:20:02PM +0100, Richard Purdie wrote: > > Right, external toolchains I can understand having specific version > requirements. What I don't really understand is external toolchains > would come with their own headers in most cases I can think of? What I don't really under

[OE-core][PATCH] libubootenv: Remove the DEPENDS on mtd-utils

2020-05-26 Thread Adrian Bunk
It was only used for pulling in zlib, but this is now a direct dependency. Also move the DEPENDS to a more common location in the file. Signed-off-by: Adrian Bunk --- meta/recipes-bsp/u-boot/libubootenv_0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp

[OE-core][PATCH] libubootenv: Remove the DEPENDS on mtd-utils

2020-05-26 Thread Adrian Bunk
It was only used for pulling in zlib, but this is now a direct dependency. Also move the DEPENDS to a more common location in the file. Signed-off-by: Adrian Bunk --- meta/recipes-bsp/u-boot/libubootenv_0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp

Re: [OE-core] [PATCH] armv8/tunes: Set TUNE_PKGARCH_64 based on ARMPKGARCH

2020-05-26 Thread Adrian Bunk
On Thu, May 21, 2020 at 06:30:50PM -0700, Khem Raj wrote: >... > This lets higher up tune files for arm64 SOCs override them if needed, > this can help building multiple armv8 machines with different tunes in > same workspace. >... I am getting code for cortexa53-crypto built in a directory cortex

Re: [OE-core] [meta-oe][PATCH 3/4] libgcrypt: made libgcrypt-lic license "GPLv2+ & LGPLv2.1+"

2020-05-26 Thread Adrian Bunk
On Tue, May 26, 2020 at 01:20:50PM +0200, Matthias Schoepfer via lists.openembedded.org wrote: >... > The question here seems to be, is the GPLv3 License itself GPLv3 licensed. >... Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not a

Re: [OE-core][dunfell 09/17] libubootenv: Depend on zlib

2020-05-26 Thread Adrian Bunk
On Tue, May 26, 2020 at 09:24:59AM +0100, Paul Barker wrote: > On Mon, 25 May 2020 at 23:37, Steve Sakoman wrote: > > > > From: Marek Vasut > > > > The libubootenv depends on zlib as it calls at least crc32() from > > there and links against it. Add the DEPENDS entry. > > > > Signed-off-by: Marek

[OE-core][dunfell][PATCH v2] wireless-regdb: Upgrade 2019.06.03 -> 2020.04.29

2020-05-23 Thread Adrian Bunk
From: Adrian Bunk (From OE-Core rev: 5b71a3f3d1bca6b52f53b97971131a6771618420) Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- This is regulatory data containing the legal wifi frequencies for most countries. --- ...reless-regdb_2019.06.03.bb => wireless-regdb_2020.04.29.bb}

[OE-core][dunfell][PATCH v2] git: Upgrade 2.24.1 -> 2.24.3

2020-05-23 Thread Adrian Bunk
This includes the fixes for CVE-2020-5260 and CVE-2020-11008. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/git/git_2.24.1.bb | 11 --- meta/recipes-devtools/git/git_2.24.3.bb | 9 + 2 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes

Re: [oe-core][PATCH 1/3] squashfs-tools: gcc-10

2020-05-19 Thread Adrian Bunk
On Tue, May 19, 2020 at 02:09:27PM -0700, Joe Slater wrote: > Add -fcommon to CFLAGS to avoid multiple definition errors for uninitialized > variables. >... The upstream fix is already backported in master. cu Adrian -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. Vi

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-17 Thread Adrian Bunk
On Sun, May 17, 2020 at 06:00:58PM +0200, Martin Jansa wrote: >... > But IMHO carrying duplicate recipes in oe-core and meta-oe, just because > some users aren't updating meta-oe, only adds more confusion. >... IMHO moving recipes from meta-openembedded (or other layers) to oe-core in a released

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-17 Thread Adrian Bunk
On Sun, May 17, 2020 at 03:56:20PM +0200, Martin Jansa wrote: >... > so upgrading > from e.g. initial release revision of dunfell to latest in oe-core together > with all other layers, >... Your "together" is an assumption that is not always true in my experience. > Point releases are nice, but p

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-17 Thread Adrian Bunk
On Sat, May 16, 2020 at 10:24:04PM +0200, Andrey Zhizhikin wrote: > On Sat, May 16, 2020 at 10:10 PM Adrian Bunk wrote: > > > > On Sat, May 16, 2020 at 07:54:32PM +, Peter Kjellerstedt wrote: > > > > > > > > meta-openembedded/meta-python h

[OE-core][PATCH] gcc: Remove mudflap remnants

2020-05-17 Thread Adrian Bunk
mudflap was removed in gcc 4.9. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/gcc/gcc-10.1.inc| 2 -- meta/recipes-devtools/gcc/gcc-runtime.inc | 15 --- 2 files changed, 17 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-10.1.inc b/meta/recipes-devtools/gcc

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-16 Thread Adrian Bunk
On Sat, May 16, 2020 at 07:54:32PM +, Peter Kjellerstedt wrote: > > > > meta-openembedded/meta-python has a higher layer priority than OE-core. > > > > Adding higher upstream versions of these recipes to a lower-priority > > layer in a stable series is a potential source for weird problems. >

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-16 Thread Adrian Bunk
On Fri, May 15, 2020 at 03:21:57PM -1000, Steve Sakoman wrote: > > I'm seeing a few votes of "yes for dunfell" and no opposition as yet > (at least here on the list). > > I support the desire to get rid of a meta-python dependency in bsp > layers so I'm also a yes vote unless someone comes up wit

[OE-core][zeus][PATCH] wireless-regdb: Upgrade 2019.06.03 -> 2020.04.29

2020-05-15 Thread Adrian Bunk
From: Adrian Bunk (From OE-Core rev: 5b71a3f3d1bca6b52f53b97971131a6771618420) Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- ...reless-regdb_2019.06.03.bb => wireless-regdb_2020.04.29.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-ker

[OE-core][dunfell][PATCH] wireless-regdb: Upgrade 2019.06.03 -> 2020.04.29

2020-05-15 Thread Adrian Bunk
From: Adrian Bunk (From OE-Core rev: 5b71a3f3d1bca6b52f53b97971131a6771618420) Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- ...reless-regdb_2019.06.03.bb => wireless-regdb_2020.04.29.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-ker

Re: [OE-core] [PATCH V3 3/3] gcc10: Revert using __getauxval in libgcc

2020-05-14 Thread Adrian Bunk
On Thu, May 14, 2020 at 10:18:53AM -0700, Khem Raj wrote: > On 5/14/20 8:29 AM, Adrian Bunk wrote: > > Disabling -moutline-atomics would also workaround this issue. > > I think this is a good suggestion and I do not like to revert gcc patches if > we can avoid doing that. I wil

Re: [OE-core] [PATCH V3 3/3] gcc10: Revert using __getauxval in libgcc

2020-05-14 Thread Adrian Bunk
Disabling -moutline-atomics would also workaround this issue. And I think it would be the right thing to do for Yocto in any case. -moutline-atomics makes sense for binary distributions that want to offer both high performance for heavily threaded code on >= ARMv8.1 and support ARMv8.0 in the sa

Re: [OE-core] [PATCH V3 3/3] gcc10: Revert using __getauxval in libgcc

2020-05-14 Thread Adrian Bunk
On Thu, May 14, 2020 at 07:48:28AM -0700, Khem Raj wrote: > On Thu, May 14, 2020 at 7:07 AM Adrian Bunk wrote: > > > On Thu, May 14, 2020 at 06:56:07AM -0700, Khem Raj wrote: > > > On Thu, May 14, 2020 at 6:16 AM Adrian Bunk wrote: > > > > > > > On T

Re: [OE-core] [PATCH V3 3/3] gcc10: Revert using __getauxval in libgcc

2020-05-14 Thread Adrian Bunk
On Thu, May 14, 2020 at 06:56:07AM -0700, Khem Raj wrote: > On Thu, May 14, 2020 at 6:16 AM Adrian Bunk wrote: > > > On Thu, May 14, 2020 at 05:47:48AM -0700, Khem Raj wrote: > > > On Thu, May 14, 2020 at 12:38 AM Adrian Bunk wrote: > > > > On Mon, May 11, 2

Re: [OE-core] [PATCH V3 3/3] gcc10: Revert using __getauxval in libgcc

2020-05-14 Thread Adrian Bunk
On Thu, May 14, 2020 at 05:47:48AM -0700, Khem Raj wrote: > On Thu, May 14, 2020 at 12:38 AM Adrian Bunk wrote: > > On Mon, May 11, 2020 at 11:28:12AM -0700, Khem Raj wrote: > > > This was added recently, but it seems be chewing more than what it > > > should and cau

Re: [OE-core] [PATCH V3 3/3] gcc10: Revert using __getauxval in libgcc

2020-05-14 Thread Adrian Bunk
On Mon, May 11, 2020 at 11:28:12AM -0700, Khem Raj wrote: > This was added recently, but it seems be chewing more than what it > should and causes non glibc packages also depend on it. >... Is this only valgrind (there is a upstream bug open for that), or were there more recipes with a problem? c

[OE-core][PATCH] apt: The C.UTF-8 locale is not portable

2020-05-13 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta/recipes-devtools/apt/apt.inc | 1 + ...le-is-not-portable-use-std-locale-cl.patch | 27 +++ 2 files changed, 28 insertions(+) create mode 100644 meta/recipes-devtools/apt/apt/0001-The-C.UTF-8-locale-is-not-portable-use-std-locale

Re: [OE-core][PATCH] apt: Remove workarounds for host gcc < 5

2020-05-13 Thread Adrian Bunk
On Wed, May 13, 2020 at 05:30:13PM +0100, Richard Purdie wrote: > On Tue, 2020-05-12 at 23:37 +0300, Adrian Bunk wrote: > > Signed-off-by: Adrian Bunk > > --- > > .../recipes-devtools/apt/apt-native_1.2.31.bb | 4 +- > > ...nging-the-global-LC_

[OE-core][dunfell][PATCH] git: Upgrade 2.24.1 -> 2.24.3

2020-05-13 Thread Adrian Bunk
This includes the fixes for CVE-2020-5260 and CVE-2020-11008. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/git/git_2.24.1.bb | 11 --- meta/recipes-devtools/git/git_2.24.3.bb | 9 + 2 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes

[OE-core][warrior][PATCH] git: Upgrade 2.20.1 -> 2.20.4

2020-05-13 Thread Adrian Bunk
This includes the fixes for CVE-2020-5260 and CVE-2020-11008. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/git/git_2.20.1.bb | 11 --- meta/recipes-devtools/git/git_2.20.4.bb | 11 +++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes

[OE-core][PATCH] apt: Remove workarounds for host gcc < 5

2020-05-12 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../recipes-devtools/apt/apt-native_1.2.31.bb | 4 +- ...nging-the-global-LC_TIME-for-Release.patch | 80 --- ...caled-std-put_time-instead-rolling-o.patch | 46 --- ...ntrib-strutl.cc-Include-array-header.patch | 33 4 files

[OE-core][PATCH] vte: Remove workaround for gcc 4.8

2020-05-12 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- ...chool-asignment-to-avoid-gcc-4.8-err.patch | 27 --- meta/recipes-support/vte/vte_0.60.2.bb| 2 +- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 meta/recipes-support/vte/vte/0001-app.cc-use-old-school-asignment-to

[OE-core][PATCH] nettle: Remove workaround for gcc < 5

2020-05-12 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta/recipes-support/nettle/nettle_3.6.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-support/nettle/nettle_3.6.bb b/meta/recipes-support/nettle/nettle_3.6.bb index b71f56d83d..90f8625ae5 100644 --- a/meta/recipes-support/nettle/nettle_3.6.bb

[OE-core][PATCH] libtasn1: Remove workaround for host gcc < 5

2020-05-12 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta/recipes-support/gnutls/libtasn1_4.16.0.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-support/gnutls/libtasn1_4.16.0.bb b/meta/recipes-support/gnutls/libtasn1_4.16.0.bb index 8337b70241..18dae6d0c9 100644 --- a/meta/recipes-support

[OE-core][PATCH] python-numpy: Remove workaround for host gcc < 5

2020-05-12 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- meta/recipes-devtools/python-numpy/python-numpy.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc index 727755393e..0bff979a6b 100644 --- a/meta

Re: [OE-core][PATCH] llvm: Remove -fcommon

2020-05-12 Thread Adrian Bunk
On Tue, May 12, 2020 at 08:17:15AM -0700, Khem Raj wrote: > On 5/12/20 7:14 AM, Adrian Bunk wrote: > > I cannot reproduce the problem. > > have you built the target recipe with gcc10 with -fno-common default ? Yes. For menu-cache and matchbox-wm I got failures without the patch

Re: [OE-core] [PATCH V3 2/3] gcc10: Default back to -fcommon

2020-05-12 Thread Adrian Bunk
On Tue, May 12, 2020 at 08:16:14AM -0700, Khem Raj wrote: > > > On 5/12/20 6:44 AM, Adrian Bunk wrote: > > On Mon, May 11, 2020 at 11:28:11AM -0700, Khem Raj wrote: > > > For time being change back to -fcommon as default, helps us iron > > > out other issues, eve

[OE-core][PATCH] wireless-regdb: Upgrade 2019.06.03 -> 2020.04.29

2020-05-12 Thread Adrian Bunk
From: Adrian Bunk Signed-off-by: Adrian Bunk --- ...reless-regdb_2019.06.03.bb => wireless-regdb_2020.04.29.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-kernel/wireless-regdb/{wireless-regdb_2019.06.03.bb => wireless-regdb_2020.04.29.bb} (91%) diff -

[OE-core][PATCH] llvm: Remove -fcommon

2020-05-12 Thread Adrian Bunk
I cannot reproduce the problem. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/llvm/llvm_git.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index a8607f5008..d24ed761bf 100644 --- a/meta/recipes

[OE-core][PATCH] mesa: Remove -fcommon

2020-05-12 Thread Adrian Bunk
This was fixed in upstream version 20.0. Signed-off-by: Adrian Bunk --- meta/recipes-graphics/mesa/mesa_20.0.2.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-graphics/mesa/mesa_20.0.2.bb b/meta/recipes-graphics/mesa/mesa_20.0.2.bb index 56ee28c870..ee0260e073 100644 --- a

[OE-core][PATCH] menu-cache: Replace -fcommon with fix

2020-05-12 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../0001-Support-gcc10-compilation.patch | 111 ++ .../menu-cache/menu-cache_1.1.0.bb| 6 +- 2 files changed, 114 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-graphics/menu-cache/files/0001-Support-gcc10

[OE-core][PATCH] xorg-xserver: Remove -fcommon

2020-05-12 Thread Adrian Bunk
This was fixed in upstream version 1.20.8. Signed-off-by: Adrian Bunk --- meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.8.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.20.8.bb b/meta/recipes-graphics/xorg-xserver/xserver

[OE-core][PATCH] matchbox-wm: Replace -fcommon with fix

2020-05-12 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- .../0001-Fix-build-with-gcc-10.patch | 41 +++ .../matchbox-wm/matchbox-wm_1.2.2.bb | 3 +- 2 files changed, 42 insertions(+), 2 deletions(-) create mode 100644 meta/recipes-graphics/matchbox-wm/matchbox-wm/0001-Fix-build-with

[OE-core][PATCH] libxcrypt2: Remove -fcommon

2020-05-12 Thread Adrian Bunk
This was fixed in upstream version 4.4.12. Signed-off-by: Adrian Bunk --- meta/recipes-core/libxcrypt/libxcrypt.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-core/libxcrypt/libxcrypt.inc b/meta/recipes-core/libxcrypt/libxcrypt.inc index bee1367c99..2d2a0b03e3 100644

[OE-core][PATCH] at-spi2-atk: Remove -fcommon

2020-05-12 Thread Adrian Bunk
This was fixed in upstream version 2.34.0. Signed-off-by: Adrian Bunk --- meta/recipes-support/atk/at-spi2-atk_2.34.2.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-support/atk/at-spi2-atk_2.34.2.bb b/meta/recipes-support/atk/at-spi2-atk_2.34.2.bb index db62ae8fac

[OE-core][PATCH] iproute2: Remove -fcommon

2020-05-12 Thread Adrian Bunk
This was fixed in upstream version 5.5.0. Signed-off-by: Adrian Bunk --- meta/recipes-connectivity/iproute2/iproute2_5.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.5.0.bb b/meta/recipes-connectivity/iproute2

Re: [OE-core] [PATCH V3 2/3] gcc10: Default back to -fcommon

2020-05-12 Thread Adrian Bunk
On Mon, May 11, 2020 at 11:28:11AM -0700, Khem Raj wrote: > For time being change back to -fcommon as default, helps us iron > out other issues, eventually this should be removed as we fix the > packages to work with -fno-common >... What packages are still unfixed? AFAIK the only remaining big

Re: [OE-core] [PATCH] dtc: update to 1.6.0

2020-05-06 Thread Adrian Bunk
On Wed, May 06, 2020 at 09:19:19AM +0200, Richard Leitner wrote: > On Wed, May 06, 2020 at 10:10:16AM +0300, Adrian Bunk wrote: > > On Tue, May 05, 2020 at 01:55:35PM +0200, Richard Leitner wrote: > > >... > > > --- a/meta/recipes-kernel/dtc/dtc_1.5.1.bb > >

Re: [OE-core] [PATCH] Add -fcommon to BUILD_CFLAGS to a number of recipes

2020-05-06 Thread Adrian Bunk
On Sun, May 03, 2020 at 12:21:38PM -0700, Andre McCurdy wrote: > On Sun, May 3, 2020 at 10:39 AM Khem Raj wrote: > > > > I think add it globally to BUILD_CFLAGS perhaps is > > Right thing to do once we upgrade to gcc10 cross compiler I have a patch to > > add it to gcc defaults > > Adding -fcomm

Re: [OE-core] [PATCH] dtc: update to 1.6.0

2020-05-06 Thread Adrian Bunk
On Tue, May 05, 2020 at 01:55:35PM +0200, Richard Leitner wrote: >... > --- a/meta/recipes-kernel/dtc/dtc_1.5.1.bb > +++ b/meta/recipes-kernel/dtc/dtc_1.6.0.bb > @@ -3,7 +3,7 @@ require dtc.inc > LIC_FILES_CHKSUM = "file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ > > file://li

Re: [OE-core] [PATCH 1/2] gcc-target: Ensure buildtools-extended-tarball doesn't use arch=native

2020-05-05 Thread Adrian Bunk
On Fri, May 01, 2020 at 05:46:01PM +0100, Richard Purdie wrote: > A nativesdk BBCLASSEXTEND was added to gcc-target without realising this > would pass arch=native through to it for x86-64. This heavily optimises > gcc output for the host its running on meaning it can't be reused via > sstate on ot

Re: [OE-core] [PATCH] Add -fcommon to BUILD_CFLAGS to a number of recipes

2020-05-03 Thread Adrian Bunk
On Sun, May 03, 2020 at 10:26:40AM +0200, Daniel Mack wrote: > When building on a gcc 10 enabled host distribution (such as Fedora 32), > a number of recipies need explicit treatment to enable '-fcommon' in > BUILD_CFLAGS. There might be more of those fixes needed. >... These are not fixes, just w

[OE-core][zeus][PATCH] cve-update-db-native: clean DB if temporary file exist

2020-05-01 Thread Adrian Bunk
the db-journal and build the DB again from scratch. [YOCTO #13682] (From OE-Core rev: 70713df25b8ae27a21e53b0b9234567d7053800a) Signed-off-by: Lee Chee Yang Signed-off-by: Richard Purdie Signed-off-by: Adrian Bunk --- meta/recipes-core/meta/cve-update-db-native.bb | 9 - 1 file changed

  1   2   3   4   5   6   7   8   9   >