[OE-core] superfluous usage of "INC_PR" in oe-core?

2020-05-03 Thread Robert P. J. Day
given my understanding of the rationale for INC_PR, it would seem as if at least *some* of these assignments are superfluous: recipes-connectivity/connman/connman.inc:INC_PR = "r20" recipes-graphics/xorg-driver/xorg-driver-common.inc:INC_PR = "r21"

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

2020-05-03 Thread Khem Raj
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 Perhaps we will have apps ported to gcc10 by then On Sun, May 3, 2020 at 1:07 AM Daniel Mack wrote: > When building on a gcc 10 enabled host

Re: [OE-core] [pseudo][PATCH] pseudo_ipc.h: Fix enum typedef

2020-05-03 Thread Jacob Kroon
On 5/3/20 7:28 AM, Seebs wrote: On Sun, 3 May 2020 06:27:12 +0200 "Jacob Kroon" wrote: 'pseudo_access_t' is a type, so use typedef. Fixes building pseudo with gcc 10 where -fno-common is the default. Wow! That's amazing, and yes, that's a bug, and the fix looks right to me. I don't know

[OE-core] [PATCH 1/5] linux-yocto/5.4: update to v5.4.28

2020-05-03 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 462afcd6e7ea Linux 5.4.28 7b2cdbd67ff0 staging: greybus: loopback_test: fix potential path truncations 8e79f440edb5 staging: greybus: loopback_test: fix potential

[OE-core] [PATCH 3/5] linux-yocto/5.4: update to v5.4.34

2020-05-03 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 6ccc74c083c0 Linux 5.4.34 b538aacc9400 x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE 856a74fd7e61 scsi: target: fix hang when multiple threads try to destroy

[OE-core] [PATCH 4/5] linux-yocto/5.4: update to v5.4.38

2020-05-03 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 9895e0ac338a Linux 5.4.38 5a54c69c4ef8 Revert "ASoC: meson: axg-card: fix codec-to-codec link setup" 527c60e8b7a8 Linux 5.4.37 4e7fb753e803 ASoC: stm32:

[OE-core] [PATCH 5/5] linux-yocto-dev: bump to v5.7-rc

2020-05-03 Thread Bruce Ashfield
From: Bruce Ashfield Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index 06a9108fab..8a61b22761

[OE-core] [PATCH 2/5] linux-yocto/5.4: update to v5.4.32

2020-05-03 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: bc844d58f697 Linux 5.4.32 ad5676629a12 iommu/vt-d: Allow devices with RMRRs to use identity domain 04ad505eed58 drm/i915: Fix ref->mutex deadlock in

[OE-core] [PATCH 0/5] linux-yocto: consolidated pull request

2020-05-03 Thread Bruce Ashfield
From: Bruce Ashfield Hi all, Here are the -stable updates I've collected since m3 of dunfell. I ran things through the autobuilder, and no new kernel issues were picked up. The -dev bump is good for master, while all of the 5.4-stable bumps are good for both master and dunfell. Cheers, Bruce

[OE-core] [PATCH] lib/toaster: fixup codebase so pydocstyle can parse

2020-05-03 Thread Frazer Clews
From: Frazer Clews fixed literal comparison in lsupdates so the integer isn't treated as a singleton, also fix indentation in perf Signed-off-by: Frazer Clews --- .../orm/management/commands/lsupdates.py | 2 +- .../toastermain/management/commands/perf.py | 68 +-- 2

[OE-core] ✗ patchtest: failure for lib/toaster: fixup codebase so pydocstyle can parse

2020-05-03 Thread Patchwork
== Series Details == Series: lib/toaster: fixup codebase so pydocstyle can parse Revision: 1 URL : https://patchwork.openembedded.org/series/23925/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

[OE-core] [PATCH 03/17] glib-2.0: update 2.62.4 -> 2.64.2

2020-05-03 Thread Alexander Kanavin
Add a couple of missing ptest dependencies. Drop backports. Signed-off-by: Alexander Kanavin --- ...-Do-not-ignore-return-value-of-write.patch | 6 +- ...t-write-bindir-into-pkg-config-files.patch | 10 +- ...0001-Fix-DATADIRNAME-on-uclibc-Linux.patch | 7 +-

[OE-core] [PATCH 04/17] glib-networking: update to 2.64.2

2020-05-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{glib-networking_2.62.3.bb => glib-networking_2.64.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/glib-networking/{glib-networking_2.62.3.bb => glib-networking_2.64.2.bb} (88%) diff --git

[OE-core] [PATCH 08/17] avahi: merge avahi-ui into the main recipe

2020-05-03 Thread Alexander Kanavin
The split was building the same code twice, awkward to maintain, and causing issues with upgrades. Disabling the gtk bits can be easily done through the standard PACKAGECONFIG mechanism when needed. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/maintainers.inc | 1 -

[OE-core] [PATCH 10/17] git: update to 2.26.2

2020-05-03 Thread Alexander Kanavin
Disable iconv, as configure.ac attempts to run a cross-compiled test program otherwise. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/git/git.inc | 1 + meta/recipes-devtools/git/git_2.24.1.bb | 11 --- meta/recipes-devtools/git/git_2.26.2.bb | 10 ++ 3 files

[OE-core] [PATCH 12/17] vte: update to 0.60.2

2020-05-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-support/vte/{vte_0.58.3.bb => vte_0.60.2.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-support/vte/{vte_0.58.3.bb => vte_0.60.2.bb} (89%) diff --git a/meta/recipes-support/vte/vte_0.58.3.bb

[OE-core] [PATCH 11/17] wpe: update to 1.6.0

2020-05-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../recipes-sato/webkit/{libwpe_1.4.0.1.bb => libwpe_1.6.0.bb} | 3 ++- .../{wpebackend-fdo_1.4.1.bb => wpebackend-fdo_1.6.0.bb} | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) rename meta/recipes-sato/webkit/{libwpe_1.4.0.1.bb =>

[OE-core] [PATCH 02/17] libinput: update 1.15.2 -> 1.15.5

2020-05-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../wayland/{libinput_1.15.2.bb => libinput_1.15.5.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{libinput_1.15.2.bb => libinput_1.15.5.bb} (92%) diff --git

[OE-core] [PATCH 06/17] clutter-1.0: update to 1.26.4

2020-05-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/clutter/clutter-1.0.inc| 2 +- .../run-installed-tests-with-tap-output.patch| 16 +++- ...utter-1.0_1.26.2.bb => clutter-1.0_1.26.4.bb} | 4 ++-- 3 files changed, 10 insertions(+), 12 deletions(-) rename

[OE-core] [PATCH 07/17] diffoscope: update to 143

2020-05-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../diffoscope/{diffoscope_136.bb => diffoscope_143.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/diffoscope/{diffoscope_136.bb => diffoscope_143.bb} (75%) diff --git

[OE-core] [PATCH 17/17] gcr: update to 3.36.0

2020-05-03 Thread Alexander Kanavin
Convert to meson build. Signed-off-by: Alexander Kanavin --- .../gcr/{gcr_3.34.0.bb => gcr_3.36.0.bb} | 12 1 file changed, 4 insertions(+), 8 deletions(-) rename meta/recipes-gnome/gcr/{gcr_3.34.0.bb => gcr_3.36.0.bb} (75%) diff --git

[OE-core] [PATCH 14/17] connman: update to 1.38

2020-05-03 Thread Alexander Kanavin
Drop a patch merged upstream. Signed-off-by: Alexander Kanavin --- meta/recipes-connectivity/connman/connman.inc | 1 + ...-gweb-fix-segfault-with-musl-v1.1.21.patch | 34 --- ...ve-musl-does-not-implement-res_ninit.patch | 20 +-- .../connman/connman_1.37.bb

[OE-core] [PATCH 05/17] gptfdisk: update to 1.0.5

2020-05-03 Thread Alexander Kanavin
Add a patch to correctly include curses header. Signed-off-by: Alexander Kanavin --- ...gptcurses-correctly-include-curses.h.patch | 27 +++ .../{gptfdisk_1.0.4.bb => gptfdisk_1.0.5.bb} | 8 +++--- 2 files changed, 32 insertions(+), 3 deletions(-) create mode 100644

[OE-core] [PATCH 09/17] avahi: update to 0.8

2020-05-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../avahi/{avahi_0.7.bb => avahi_0.8.bb} | 20 .../avahi/files/fix-CVE-2017-6519.patch | 48 --- 2 files changed, 9 insertions(+), 59 deletions(-) rename meta/recipes-connectivity/avahi/{avahi_0.7.bb => avahi_0.8.bb} (95%)

[OE-core] [PATCH 13/17] libnotify: update to 0.7.9

2020-05-03 Thread Alexander Kanavin
Convert to meson build, disable manpages as I couldn't figure out what is needed exactly to build them. Signed-off-by: Alexander Kanavin --- .../{libnotify_0.7.8.bb => libnotify_0.7.9.bb} | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH 15/17] libcap: update to 2.33

2020-05-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...-tests-do-not-statically-link-a-test.patch | 9 +++ ...hread_yield-with-standard-sched_yiel.patch | 24 +++ .../libcap/{libcap_2.32.bb => libcap_2.33.bb} | 5 ++-- 3 files changed, 32 insertions(+), 6 deletions(-) create mode 100644

[OE-core] [PATCH 01/17] libinput: add ptest

2020-05-03 Thread Alexander Kanavin
The test takes about 17 minutes, and fully passes. Signed-off-by: Alexander Kanavin --- meta/conf/distro/include/ptest-packagelists.inc | 1 + meta/recipes-graphics/wayland/libinput/run-ptest | 9 + meta/recipes-graphics/wayland/libinput_1.15.2.bb | 14 +++--- 3 files

[OE-core] [PATCH 16/17] xkeyboard-config: update to 2.29

2020-05-03 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../0001-fix-python3-support.patch| 34 +++ ...onfig_2.28.bb => xkeyboard-config_2.29.bb} | 8 +++-- 2 files changed, 39 insertions(+), 3 deletions(-) create mode 100644

Re: [OE-core] [pseudo][PATCH] pseudo_ipc.h: Fix enum typedef

2020-05-03 Thread Seebs
On Sun, 3 May 2020 17:49:09 +0200 "Jacob Kroon" wrote: > The type has never been used, so an alternative fix would be to get > rid of it altogether, and just keep the enum identifiers. I think I anticipated the type being used for something but it did indeed not happen. It could also just be

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

Re: [OE-core] Failure when generating image with latest OE-Core

2020-05-03 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Richard Purdie > Sent: den 3 maj 2020 00:20 > To: openembedded-core@lists.openembedded.org; Alexander Kanavin > > Subject: Re: [OE-core] Failure when generating image with

[OE-core] [PATCH] libdnf: Use single-quotes around string literals used in SQL statements

2020-05-03 Thread Peter Kjellerstedt
If sqlite is built with -DSQLITE_DQS=0 in accordance with https://sqlite.org/quirks.html#dblquote, migration to version 1.2 of the history database would fail with: History database cannot be created: .../var/lib/dnf/history.sqlite. Error: SQLite error on ":memory:": Executing an SQL

[OE-core] ✗ patchtest: failure for lib/toaster: fixup codebase so pydocstyle can parse

2020-05-03 Thread Frazer Clews
Not sure why this error is coming up, it seems to be rebased with the latest master branch Thanks Frazer Forwarded Message Subject: ✗ patchtest: failure for lib/toaster: fixup codebase so pydocstyle can parse Date: Sun, 03 May 2020 17:02:54 - From: Patchwork

Re: [OE-core] [PATCH 1/2] libnotify: upgrade 0.7.8 -> 0.7.9 / port to meson

2020-05-03 Thread Andreas M?ller
On Sun, May 3, 2020 at 10:22 AM Richard Purdie wrote: > > On Thu, 2020-04-30 at 23:42 +0200, Andreas M?ller wrote: > > From [1]: > > New in 0.7.9 > > > > * Fixed linking in darwin [Iain, Marco; !5] > > * Added man page for notify-send [Jan; !6] > > * Dropped autotools [Jan; !11] > >

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

2020-05-03 Thread Andre McCurdy
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 -fcommon to CFLAGS or BUILD_CFLAGS globally could interact badly with components

Re: [OE-core] [Openembedded-architecture] Proposal: community maintained recipes in oe-core

2020-05-03 Thread akuster
On 5/2/20 4:35 AM, Alexander Kanavin wrote: > Hello all, > > the current maintenance model in openembedded-core is problematic due > to lack of well-working process of finding maintainers, and replacing > them when they're no longer able to contribute. This becomes > especially frustrating when

[OE-core][dunfell 00/14] Pull request for dunfell (cover letter only)

2020-05-03 Thread Steve Sakoman
The following changes since commit 1795f30d8ab73d35710ca99064c51190dc84853e: build-appliance-image: Update to master head revision (2020-04-07 22:15:32 +0100) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next

Re: [OE-core] [PATCH 1/2] populate_sdk_base: Add ld.so.conf for nativesdk-binutils

2020-05-03 Thread Steve Sakoman
Should I consider these two patches for dunfell LTS? Thanks! Steve On Tue, Apr 28, 2020 at 2:59 AM Ovidiu Panait wrote: > > Extend the functionality provided by commit [1] to the SDK as well. This way > we > can make sure that nativesdk-binutils finds SDK libraries first rather than > host

[OE-core][PATCH] jquery: Upgrade 3.4.1 -> 3.5.0

2020-05-03 Thread Joshua Watt
Signed-off-by: Joshua Watt --- .../jquery/{jquery_3.4.1.bb => jquery_3.5.0.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/jquery/{jquery_3.4.1.bb => jquery_3.5.0.bb} (73%) diff --git a/meta/recipes-devtools/jquery/jquery_3.4.1.bb

[OE-core] ✗ patchtest: failure for php: fix zip package config (rev3)

2020-05-03 Thread Patchwork
== Series Details == Series: php: fix zip package config (rev3) Revision: 3 URL : https://patchwork.openembedded.org/series/23910/ 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] lib/oe/package_manager: update default rpm config %_prefer_color

2020-05-03 Thread Richard Purdie
On Thu, 2020-04-30 at 12:10 +0800, Changqing Li wrote: > From: Changqing Li > > * %_prefer_color is used by rpm to determine which color's ELF file > is preferred to be installed. > > Here are file colors: > 0 is unknown or other > 1 is Elf32 > 2 is Elf64 > 3 is (contains) both > > if default

Re: [OE-core] [PATCH 1/2] libnotify: upgrade 0.7.8 -> 0.7.9 / port to meson

2020-05-03 Thread Richard Purdie
On Thu, 2020-04-30 at 23:42 +0200, Andreas M?ller wrote: > From [1]: > New in 0.7.9 > > * Fixed linking in darwin [Iain, Marco; !5] > * Added man page for notify-send [Jan; !6] > * Dropped autotools [Jan; !11] > > [1] >

[OE-core] ✗ patchtest: failure for Add -fcommon to BUILD_CFLAGS to a number of recipes

2020-05-03 Thread Patchwork
== Series Details == Series: Add -fcommon to BUILD_CFLAGS to a number of recipes Revision: 1 URL : https://patchwork.openembedded.org/series/23916/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

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

2020-05-03 Thread Daniel Mack
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. Commit 46827b8616 ("recipes: Use -fcommon explicitly") already addressed that for some places, but

[OE-core] [meta-oe][PATCH v4] php: fix zip package config

2020-05-03 Thread Konrad Weihmann
--enable-zip and --with-libzip were removed in PHP 7.x. These are replaced by --with-zip --with-zlib-dir. Signed-off-by: Konrad Weihmann --- meta-oe/recipes-devtools/php/php_7.4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/php/php_7.4.4.bb

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

2020-05-03 Thread Daniel Mack
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. Commit 46827b8616 ("recipes: Use -fcommon explicitly") already addressed that for some places, but

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

2020-05-03 Thread Richard Purdie
On Sun, 2020-05-03 at 10:26 +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. > > Commit 46827b8616 ("recipes: Use

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

2020-05-03 Thread Daniel Mack
Hi Richard, Thanks a lot for checking! On 5/3/20 12:04 PM, Richard Purdie wrote: > On Sun, 2020-05-03 at 10:26 +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 >>

[OE-core] ✗ patchtest: failure for Add -fcommon to BUILD_CFLAGS to a number of recipes (rev2)

2020-05-03 Thread Patchwork
== Series Details == Series: Add -fcommon to BUILD_CFLAGS to a number of recipes (rev2) Revision: 2 URL : https://patchwork.openembedded.org/series/23916/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

[OE-core] [PATCH] sysklogd: upgrade 2.1.1 -> 2.1.2

2020-05-03 Thread Pierre-Jean Texier via lists.openembedded.org
See https://github.com/troglobit/sysklogd/releases/tag/v2.1.2 Also remove patch applied upstream. Signed-off-by: Pierre-Jean Texier --- ...-rarely-reproduced-parallel-build-problem.patch | 40 -- meta/recipes-extended/sysklogd/sysklogd.inc| 1 -