Re: [OE-core] [PATCH 0/4] kernel/yocto: conslidated pull request

2020-08-05 Thread Anuj Mittal
On Wed, 2020-08-05 at 12:10 +0100, Richard Purdie wrote: > On Wed, 2020-08-05 at 12:06 +0100, Richard Purdie via > lists.openembedded.org wrote: > > On Fri, 2020-07-17 at 08:56 -0400, bruce.ashfi...@gmail.com wrote: > > > Here's my latest set of patches. > > > > > > For 5.4: a -stable update, and

[OE-core] [PATCH V2] xf86-video-intel: Fix build with -fno-common

2020-08-05 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Use the backported patch ...plicate-definition-of-I810PatternROP.patch | 27 +++ .../xorg-driver/xf86-video-intel_git.bb | 1 + 2 files changed, 28 insertions(+) create mode 100644

Re: [OE-core] [PATCH 1/2] xf86-video-intel: Fix build with -fno-common

2020-08-05 Thread Khem Raj
On Wed, Aug 5, 2020 at 6:38 PM Mittal, Anuj wrote: > On Wed, 2020-08-05 at 12:08 -0700, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > ...0001-i810-Make-I810PatternROP-extern.patch | 29 > > +++ > > .../xorg-driver/xf86-video-intel_git.bb | 1 + > > 2 files

Re: [OE-core] [PATCH 1/2] xf86-video-intel: Fix build with -fno-common

2020-08-05 Thread Anuj Mittal
On Wed, 2020-08-05 at 12:08 -0700, Khem Raj wrote: > Signed-off-by: Khem Raj > --- > ...0001-i810-Make-I810PatternROP-extern.patch | 29 > +++ > .../xorg-driver/xf86-video-intel_git.bb | 1 + > 2 files changed, 30 insertions(+) > create mode 100644

Re: [OE-core] ✗ patchtest: failure for ltp: make copyFrom scp command non-fatal (rev4)

2020-08-05 Thread Matthew
Richard Purdie writes: > On Wed, 2020-08-05 at 15:23 -0400, Matthew wrote: >> My poky master is the latest commit (5e1bc3ef5a * net-tools: fix >> upstream version check) and my patch applies perfectly. Why is >> Patchwork complaining? > > FWIW I just tried to apply the patch and it doesn't

[OE-core] [PATCHv5] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
[YOCTO #13802] Make the scp failure non-fatal so the ltp tests continue to run and the rest of the logs will be available to see afterwards. Signed-off-by: Mingde (Matthew) Zeng --- meta/lib/oeqa/core/target/ssh.py | 7 +-- meta/lib/oeqa/runtime/cases/ltp.py | 5 +++-- 2 files changed, 8

Re: [OE-core] ✗ patchtest: failure for ltp: make copyFrom scp command non-fatal (rev4)

2020-08-05 Thread Richard Purdie
On Wed, 2020-08-05 at 15:23 -0400, Matthew wrote: > My poky master is the latest commit (5e1bc3ef5a * net-tools: fix > upstream version check) and my patch applies perfectly. Why is > Patchwork complaining? FWIW I just tried to apply the patch and it doesn't apply for me :(. (Stripping trailing

Re: [OE-core] ✗ patchtest: failure for ltp: make copyFrom scp command non-fatal (rev4)

2020-08-05 Thread Matthew
My poky master is the latest commit (5e1bc3ef5a * net-tools: fix upstream version check) and my patch applies perfectly. Why is Patchwork complaining? Patchwork writes: > == Series Details == > > Series: ltp: make copyFrom scp command non-fatal (rev4) > Revision: 4 > URL :

[OE-core] [PATCH 1/2] xf86-video-intel: Fix build with -fno-common

2020-08-05 Thread Khem Raj
Signed-off-by: Khem Raj --- ...0001-i810-Make-I810PatternROP-extern.patch | 29 +++ .../xorg-driver/xf86-video-intel_git.bb | 1 + 2 files changed, 30 insertions(+) create mode 100644

[OE-core] [PATCH 2/2] libacpi: Fix build with -fno-common

2020-08-05 Thread Khem Raj
Signed-off-by: Khem Raj --- ...1-libacpi-Fix-build-witth-fno-commom.patch | 68 +++ meta/recipes-bsp/libacpi/libacpi_0.2.bb | 4 +- 2 files changed, 71 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [PATCH] systemtap: update to 4.3 latest

2020-08-05 Thread Bruce Ashfield
From: Bruce Ashfield Updating systemtap to the latest of the 4.3 release branch. Without this update we cannot pass on-target sanity tests with a 5.8 kernel. Changelog is as follows: 82b8e1a07 (HEAD -> master, origin/master, origin/HEAD) Make dtrace generated code work with LTO (take 2)

[OE-core] ✗ patchtest: failure for ltp: make copyFrom scp command non-fatal (rev4)

2020-08-05 Thread Patchwork
== Series Details == Series: ltp: make copyFrom scp command non-fatal (rev4) Revision: 4 URL : https://patchwork.openembedded.org/series/25475/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

[OE-core] [PATCHv4] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
[YOCTO #13802] Make the scp failure non-fatal so the ltp tests continue to run and the rest of the logs will be available to see afterwards. Signed-off-by: Mingde (Matthew) Zeng --- meta/lib/oeqa/core/target/ssh.py | 7 +-- meta/lib/oeqa/runtime/cases/ltp.py | 5 +++-- 2 files changed, 8

Re: [OE-core] [PATCHv3] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
Richard Purdie writes: > On Wed, 2020-08-05 at 14:33 -0400, Mingde (Matthew) Zeng wrote: >> Richard Purdie writes: >> >> > On Wed, 2020-08-05 at 14:10 -0400, Matthew wrote: >> > > [YOCTO #13802] >> > > >> > > Make the scp failure non-fatal so the ltp tests continue to run and >> > > the rest

Re: [OE-core] [PATCHv3] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Richard Purdie
On Wed, 2020-08-05 at 14:33 -0400, Mingde (Matthew) Zeng wrote: > Richard Purdie writes: > > > On Wed, 2020-08-05 at 14:10 -0400, Matthew wrote: > > > [YOCTO #13802] > > > > > > Make the scp failure non-fatal so the ltp tests continue to run and > > > the rest of the logs will be available to

Re: [OE-core] [PATCHv3] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
Richard Purdie writes: > On Wed, 2020-08-05 at 14:10 -0400, Matthew wrote: >> [YOCTO #13802] >> >> Make the scp failure non-fatal so the ltp tests continue to run and >> the rest of the logs will be available to see afterwards. >> >> Signed-off-by: Mingde (Matthew) Zeng >> --- >>

[OE-core] ✗ patchtest: failure for ltp: make copyFrom scp command non-fatal (rev3)

2020-08-05 Thread Patchwork
== Series Details == Series: ltp: make copyFrom scp command non-fatal (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/25475/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

Re: [OE-core] [PATCHv3] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Richard Purdie
On Wed, 2020-08-05 at 14:10 -0400, Matthew wrote: > [YOCTO #13802] > > Make the scp failure non-fatal so the ltp tests continue to run and > the rest of the logs will be available to see afterwards. > > Signed-off-by: Mingde (Matthew) Zeng > --- > meta/lib/oeqa/core/target/ssh.py | 7 +--

[OE-core] [PATCHv3] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
[YOCTO #13802] Make the scp failure non-fatal so the ltp tests continue to run and the rest of the logs will be available to see afterwards. Signed-off-by: Mingde (Matthew) Zeng --- meta/lib/oeqa/core/target/ssh.py | 7 +-- meta/lib/oeqa/runtime/cases/ltp.py | 2 +- 2 files changed, 6

Re: [OE-core] [PATCHv2] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
Richard Purdie writes: > On Wed, 2020-08-05 at 13:15 -0400, Mingde (Matthew) Zeng wrote: >> [YOCTO #13802] >> >> Make the scp failure non-fatal so the ltp tests continue to run and >> the rest of the logs will be available to see afterwards. >> >> Signed-off-by: Mingde (Matthew) Zeng >> --- >>

Re: [OE-core] [PATCHv2] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
Richard Purdie writes: > On Wed, 2020-08-05 at 13:15 -0400, Mingde (Matthew) Zeng wrote: >> [YOCTO #13802] >> >> Make the scp failure non-fatal so the ltp tests continue to run and >> the rest of the logs will be available to see afterwards. >> >> Signed-off-by: Mingde (Matthew) Zeng >> --- >>

[OE-core] [PATCH 1/4] inetutils: Fix build with -fno-common

2020-08-05 Thread Khem Raj
Fixes errors like telnetd/state.c:69: multiple definition of `not42'; utility.o:/usr/src/debug/inetutils/1.9.4-r0/build/telnetd/../../inetutils-1.9.4/telnetd/utility.c:66: first defined here | clang-11: error: linker command failed with exit code 1 (use -v to see invocation) Signed-off-by:

[OE-core] [PATCH 4/4] distcc: Fix build with -fno-common

2020-08-05 Thread Khem Raj
Signed-off-by: Khem Raj --- meta/recipes-devtools/distcc/distcc_3.3.3.bb | 1 + ...cc-10-which-defaults-to-fno-common-c.patch | 34 +++ 2 files changed, 35 insertions(+) create mode 100644

[OE-core] [PATCH 2/4] libomxil: Use -fcommon compiler option

2020-08-05 Thread Khem Raj
This ensures that when compiler defaults become -fno-common it still keeps compiling Signed-off-by: Khem Raj --- meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb

[OE-core] [PATCH 3/4] kexec-tools: Fix build with -fno-common

2020-08-05 Thread Khem Raj
Signed-off-by: Khem Raj --- ...0001-kexec-Fix-build-with-fno-common.patch | 43 +++ .../kexec/kexec-tools_2.0.20.bb | 1 + 2 files changed, 44 insertions(+) create mode 100644 meta/recipes-kernel/kexec/kexec-tools/0001-kexec-Fix-build-with-fno-common.patch diff

Re: [OE-core] [PATCHv2] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Richard Purdie
On Wed, 2020-08-05 at 13:15 -0400, Mingde (Matthew) Zeng wrote: > [YOCTO #13802] > > Make the scp failure non-fatal so the ltp tests continue to run and > the rest of the logs will be available to see afterwards. > > Signed-off-by: Mingde (Matthew) Zeng > --- > meta/lib/oeqa/core/target/ssh.py

[OE-core] [PATCHv2] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
[YOCTO #13802] Make the scp failure non-fatal so the ltp tests continue to run and the rest of the logs will be available to see afterwards. Signed-off-by: Mingde (Matthew) Zeng --- meta/lib/oeqa/core/target/ssh.py | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git

Re: [OE-core] [PATCH] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
Richard Purdie writes: > On Wed, 2020-08-05 at 11:50 -0400, Matthew wrote: >> [YOCTO #13802] >> >> Make the scp failure non-fatal so the ltp tests continue to run and >> the rest of the logs will be available to see afterwards. >> >> Signed-off-by: Mingde (Matthew) Zeng >> --- >>

Re: [OE-core] [PATCH] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Richard Purdie
On Wed, 2020-08-05 at 11:50 -0400, Matthew wrote: > [YOCTO #13802] > > Make the scp failure non-fatal so the ltp tests continue to run and > the rest of the logs will be available to see afterwards. > > Signed-off-by: Mingde (Matthew) Zeng > --- > meta/lib/oeqa/core/target/ssh.py | 11

[OE-core] [PATCH] kernel-devicetree: Fix intermittent build failures caused by DTB builds

2020-08-05 Thread Tyler Hicks
Fix a build-time race condition that resulted in intermittent build failures in the do_assemble_fitimage task. The race condition involved the do_assemble_fitimage task reading the vmlinux file while the do_compile_kernelmodules task was re-writing the vmlinux file. This can be seen with an

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

2020-08-05 Thread Khem Raj
On Wed, Aug 5, 2020 at 2:26 AM Adrian Bunk wrote: > > 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

[OE-core] [PATCH V2] libunwind: Backport a fix for -fno-common option to compile

2020-08-05 Thread Khem Raj
defaults for gcc is to use -fno-common this ensures that it keeps building with gcc -fno-common Fixes src/arm/Ginit.c:60: multiple definition of `_U_dyn_info_list'; mi/.libs/dyn-info-list.o:/usr/src/debug/libunwind/1.4.0-r0/build/src/../../libunwind-1.4.0/src/mi/dyn-info-list.c:28: first

Re: [OE-core] [PATCHv2] ltp: remove OOM tests from runtest/mm

2020-08-05 Thread Matthew
Richard Purdie writes: > On Wed, 2020-07-29 at 09:09 -0400, Matthew wrote: >> Fixes [YOCTO #13802] > > Thanks, we can reference the bug but I don't think we can yet claim it > fixes it. > > The missing log issue happened again: >

[OE-core] [PATCH] ltp: make copyFrom scp command non-fatal

2020-08-05 Thread Matthew
[YOCTO #13802] Make the scp failure non-fatal so the ltp tests continue to run and the rest of the logs will be available to see afterwards. Signed-off-by: Mingde (Matthew) Zeng --- meta/lib/oeqa/core/target/ssh.py | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH] kernel-devsrc: fix x86 (32bit) on target module build

2020-08-05 Thread Bruce Ashfield
From: Bruce Ashfield The previous devsrc v5.8 on target build fixup [532ae127c kernel-devsrc: fix on-target module build for v5.8+], missed on condition: the defconfig On 32bit x86 the arch can be queried differently on the host and target. We aren't building against the defconfig, so we remove

[OE-core][dunfell v2 11/11] Revert "gtk-icon-cache.bbclass: add runtime dependency"

2020-08-05 Thread Steve Sakoman
This reverts commit e921edd27e71af00f07e3f1e973d2b0c6c777bf4 since it breaks adwaita-icon-theme and other recipes using gtk-icon-cache Signed-off-by: Steve Sakoman --- meta/classes/gtk-icon-cache.bbclass | 19 +++ 1 file changed, 3 insertions(+), 16 deletions(-) diff --git

[OE-core][dunfell v2 08/11] gnutls: upgrade 3.6.13 -> 3.6.14

2020-08-05 Thread Steve Sakoman
From: Alexander Kanavin Security and bug fix release on the stable 3.6.x branch Fixes CVE-2020-13777 Detailed list of changes at: https://lists.gnupg.org/pipermail/gnutls-help/2020-June/004648.html Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell v2 05/11] cogl-1.0: correct X11 dependencies

2020-08-05 Thread Steve Sakoman
From: Matt Madison cogl depends on libxdamage when configured for X11 support. A dependency was added for this in 2012 with 959a2f6d88d8fa6874fff83b7a1f0e7d4e36b887, but that addition was lost when the recipe was reworked in 2013 with b508fdd2b19ca30da8d09caf646897dc4cf195c8. That commit also

[OE-core][dunfell v2 01/11] initscripts: Fix various shellcheck warnings in populate-volatile.sh

2020-08-05 Thread Steve Sakoman
From: Andrei Gherzan Signed-off-by: Andrei Gherzan Signed-off-by: Richard Purdie (cherry picked from commit 0a128a238f63d52aa82f8c63ee2f84ab528b3346) Signed-off-by: Steve Sakoman --- .../initscripts-1.0/populate-volatile.sh | 58 +-- 1 file changed, 29 insertions(+), 29

[OE-core][dunfell v2 02/11] initscripts: Fix populate-volatile.sh bug when file/dir exists

2020-08-05 Thread Steve Sakoman
From: Andrei Gherzan The blocks which test for entry exitence (file or directory) use a `A && B || C` syntax. This form is not behaving as a if-then-else block even the code logic assumes that. C may run when A is true which breaks the case where VERBOSE is 'no' but the file/directory exists.

[OE-core][dunfell v2 06/11] boost: backport fix to make async_pipes work with asio

2020-08-05 Thread Steve Sakoman
From: Viktor Rosendahl async_pipe is missing the executor_type type, which is expected by asio in /usr/include/boost/asio/impl/read.hpp. Without this, it's not possible to even compile code that uses constructs such as: boost::asio::io_service foo; boost::process::async_pipe foopipe{

[OE-core][dunfell v2 09/11] gnutls: Fix krb5 code license to GPLv2.1+ to match the LICENSE file.

2020-08-05 Thread Steve Sakoman
From: zhengruoqin This was discussed and accepted upstream by the project so their license is consistent. Please reference to https://gitlab.com/gnutls/gnutls/-/issues/1018 and https://gitlab.com/gnutls/gnutls/-/merge_requests/1285. Signed-off-by: Zheng Ruoqin Signed-off-by: Richard Purdie

[OE-core][dunfell v2 10/11] glib-networking: upgrade 2.62.3 to 2.62.4

2020-08-05 Thread Steve Sakoman
Bug and CVE fix release Fixes CVE-2020-13645 Details of changes at: https://gitlab.gnome.org/GNOME/glib-networking/-/commits/glib-2-62 Signed-off-by: Steve Sakoman --- .../{glib-networking_2.62.3.bb => glib-networking_2.62.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[OE-core][dunfell v2 04/11] cve-update: handle baseMetricV2 as optional

2020-08-05 Thread Steve Sakoman
From: Konrad Weihmann Currently in NVD DB an item popped up, which hasn't set baseMetricV2. Let the parser handle it as an optional item. In case use baseMetricV2 before baseMetricV3 Signed-off-by: Konrad Weihmann Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell v2 03/11] checklayer: check layer in BBLAYERS before test

2020-08-05 Thread Steve Sakoman
From: Lee Chee Yang layer under test should absent from BBLAYERS when running yocto-check-layer. This allow to get signatures before layer under test. There are existing steps to add the layer under test to BBLAYERS after getting initial signatures. add steps to check for layer under test in

[OE-core][dunfell v2 07/11] bind: upgrade 9.11.19 -> 9.11.21

2020-08-05 Thread Steve Sakoman
From: Yi Zhao Bug and CVE fixes only Detailed list of changes at: https://gitlab.isc.org/isc-projects/bind9/-/blob/v9_11_21/CHANGES Signed-off-by: Yi Zhao Signed-off-by: Richard Purdie (cherry picked from commit c6749532f94f435e6771d66d3fa225e676753478) Signed-off-by: Steve Sakoman ---

[OE-core][dunfell v2 00/11] Patch review

2020-08-05 Thread Steve Sakoman
Sending a second version since there have been a number of comments on this series. Please have any further comments back by end of day Friday. Version 2 drops the following patches from version 1: layer.conf: fix adwaita-icon-theme signature change problem gtk-icon-cache.bbclass: add

Re: [OE-core][dunfell 05/12] layer.conf: fix adwaita-icon-theme signature change problem

2020-08-05 Thread Steve Sakoman
On Tue, Aug 4, 2020 at 8:18 PM Khem Raj wrote: > > On Tue, Aug 4, 2020 at 10:59 PM Martin Jansa wrote: > > > > We did the gtk-icon-cache.bbclass backport in: > >

[OE-core][PATCH] allarch: Add missing allarch ttf-bitstream-vera

2020-08-05 Thread Daniel Gomez
allarch is missing in ttf-bitstream-vera recipe. Add it and include the recipe in the SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS list. Signed-off-by: Daniel Gomez --- meta/conf/layer.conf | 1 + meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | 2 +- 2

[OE-core] [PATCH] lttng-modules: update to 2.12.2 (fixes v5.8+ builds)

2020-08-05 Thread Bruce Ashfield
From: Bruce Ashfield Updating to the 2.12.2 lttng-modules release. This is the standard collection of bug fixes as well as changes to support building against the v5.8 kernel. Changelog follows: 2020-08-04 (National Chocolate Chip Cookie Day) LTTng modules 2.12.2 * Fix: Lock metadata

Re: [OE-core][PATCH] allarch: Fix wrong dependencies

2020-08-05 Thread Daniel Gomez
Hi Richard, On Wed, 5 Aug 2020 at 15:31, Richard Purdie wrote: > > On Wed, 2020-08-05 at 15:22 +0200, Daniel Gomez wrote: > > In all these cases, allarch is used but the package dependencies are not > > allarch. It generates a conflict when the same package is built for > > different > >

[OE-core] ✗ patchtest: failure for allarch: Fix wrong dependencies

2020-08-05 Thread Patchwork
== Series Details == Series: allarch: Fix wrong dependencies Revision: 1 URL : https://patchwork.openembedded.org/series/25470/ 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] allarch: Fix wrong dependencies

2020-08-05 Thread Richard Purdie
On Wed, 2020-08-05 at 15:22 +0200, Daniel Gomez wrote: > In all these cases, allarch is used but the package dependencies are not > allarch. It generates a conflict when the same package is built for different > MACHINES at the same time. > > Here a build error for the ttf-ubuntu-font-family in a

Re: [OE-core] [PATCH] gcc10: Don't default back to -fcommon

2020-08-05 Thread Richard Purdie
On Wed, 2020-08-05 at 15:15 +0200, Jacob Kroon wrote: > On 8/5/20 8:17 AM, Khem Raj wrote: > > here is a recent build with clang11 which also switched to using > > -fno-common and errors are pretty much same you will see with gcc10 > > with this patch to revert the -fcommon defaults. > > > >

[OE-core][PATCH] allarch: Fix wrong dependencies

2020-08-05 Thread Daniel Gomez
In all these cases, allarch is used but the package dependencies are not allarch. It generates a conflict when the same package is built for different MACHINES at the same time. Here a build error for the ttf-ubuntu-font-family in a multiconfig enviroment: ERROR:

Re: [OE-core] [PATCH] gcc10: Don't default back to -fcommon

2020-08-05 Thread Jacob Kroon
On 8/5/20 8:17 AM, Khem Raj wrote: here is a recent build with clang11 which also switched to using -fno-common and errors are pretty much same you will see with gcc10 with this patch to revert the -fcommon defaults. https://errors.yoctoproject.org/Errors/Build/107234/?limit=100 I was waiting

[OE-core] ✗ patchtest: failure for linux-yocto/5.4: update to v5.4.54

2020-08-05 Thread Patchwork
== Series Details == Series: linux-yocto/5.4: update to v5.4.54 Revision: 1 URL : https://patchwork.openembedded.org/series/25469/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on

[OE-core] [PATCH] linux-yocto/5.4: update to v5.4.54

2020-08-05 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 58a12e3368db Linux 5.4.54 c15d59b94511 ath9k: Fix regression with Atheros 9271 e6eb815beccc ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb

Re: [OE-core] [PATCH 0/4] kernel/yocto: conslidated pull request

2020-08-05 Thread Bruce Ashfield
On Wed, Aug 5, 2020 at 7:06 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Fri, 2020-07-17 at 08:56 -0400, bruce.ashfi...@gmail.com wrote: > > Here's my latest set of patches. > > > > For 5.4: a -stable update, and -rt bug fix > > > > For the build: a tweak to the config

Re: [OE-core] [PATCH 0/4] kernel/yocto: conslidated pull request

2020-08-05 Thread Andrey Zhizhikin
On Wed, Aug 5, 2020 at 1:06 PM Richard Purdie wrote: > > On Fri, 2020-07-17 at 08:56 -0400, bruce.ashfi...@gmail.com wrote: > > Here's my latest set of patches. > > > > For 5.4: a -stable update, and -rt bug fix > > > > For the build: a tweak to the config generation (as reported > > and

Re: [OE-core] [PATCH 0/4] kernel/yocto: conslidated pull request

2020-08-05 Thread Richard Purdie
On Wed, 2020-08-05 at 12:06 +0100, Richard Purdie via lists.openembedded.org wrote: > On Fri, 2020-07-17 at 08:56 -0400, bruce.ashfi...@gmail.com wrote: > > Here's my latest set of patches. > > > > For 5.4: a -stable update, and -rt bug fix > > > > For the build: a tweak to the config generation

Re: [OE-core] [PATCH 0/4] kernel/yocto: conslidated pull request

2020-08-05 Thread Richard Purdie
On Fri, 2020-07-17 at 08:56 -0400, bruce.ashfi...@gmail.com wrote: > Here's my latest set of patches. > > For 5.4: a -stable update, and -rt bug fix > > For the build: a tweak to the config generation (as reported > and discussed on the mailing list) > > For 5.8 (aka the next reference kernel):

[OE-core] [PATCH] wic: fix typo

2020-08-05 Thread Daniel Ammann
Signed-off-by: Daniel Ammann --- scripts/lib/wic/plugins/source/bootimg-partition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/plugins/source/bootimg-partition.py b/scripts/lib/wic/plugins/source/bootimg-partition.py index 138986a71e..5dbe2558d2 100644

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'; >

Re: [OE-core] file checksums versus SRC_URI globs

2020-08-05 Thread Rasmus Villemoes
On 09/07/2020 21.31, Rasmus Villemoes via lists.openembedded.org wrote: > On 02/07/2020 08.42, Rasmus Villemoes via lists.openembedded.org wrote: >> On 01/07/2020 16.03, Quentin Schulz wrote: >>> Hi Rasmus, >>> >>> On Wed, Jul 01, 2020 at 03:51:19PM +0200, Rasmus Villemoes wrote: Hi,

[OE-core] [PATCH] minicom: Fix build when using -fno-common

2020-08-05 Thread Khem Raj
gcc10 defaults to -fno-common which flags the multiple global variables as errors, these patches ( from fedora ) fixes the issue Signed-off-by: Khem Raj --- ...erfluous-global-variable-definitions.patch | 35 ...erfluous-global-variable-definitions.patch | 37

Re: [OE-core][dunfell 05/12] layer.conf: fix adwaita-icon-theme signature change problem

2020-08-05 Thread Khem Raj
On Tue, Aug 4, 2020 at 10:59 PM Martin Jansa wrote: > > We did the gtk-icon-cache.bbclass backport in: > https://git.openembedded.org/openembedded-core/commit/meta/classes/gtk-icon-cache.bbclass?h=dunfell=e921edd27e71af00f07e3f1e973d2b0c6c777bf4 > but this fix, is only for adwaita-icon-them and

Re: [OE-core] [PATCH] gcc10: Don't default back to -fcommon

2020-08-05 Thread Khem Raj
here is a recent build with clang11 which also switched to using -fno-common and errors are pretty much same you will see with gcc10 with this patch to revert the -fcommon defaults. https://errors.yoctoproject.org/Errors/Build/107234/?limit=100 I was waiting for upstream packages to get fixed

[OE-core] [PATCH 2/2] dhcp: Use -fcommon compiler option

2020-08-05 Thread Khem Raj
This ensures -fcommon is still used when compiler defaults to -fno-common in gcc10 and clang11 Fixes dhcp-4.4.2/server/mdb.c:70: multiple definition of `dhcp_type_host'; dhcpd-omapi.o:/usr/src/debug/dhcp/4.4.2-r0/dhcp-4.4.2/server/omapi.c:50: first defined here Signed-off-by: Khem Raj ---

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

2020-08-05 Thread Khem Raj
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';

Re: [OE-core] [PATCH] gcc10: Don't default back to -fcommon

2020-08-05 Thread Khem Raj
On Tue, Aug 4, 2020 at 10:05 PM Jacob Kroon wrote: > On 8/5/20 2:14 AM, Khem Raj wrote: > > On Tue, Aug 4, 2020 at 1:20 AM Jacob Kroon > wrote: > >> > >> It has been almost 3 months since the upgrade to gcc 10. Switch back to > >> relying on gcc default configuration (-fno-common). > >> > > > >