[OE-core] ✗ patchtest: failure for avahi: Cover gtk packageconfig with x11/wayland distro features

2020-05-06 Thread Patchwork
== Series Details == Series: avahi: Cover gtk packageconfig with x11/wayland distro features Revision: 1 URL : https://patchwork.openembedded.org/series/23998/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

[OE-core] [PATCH] avahi: Cover gtk packageconfig with x11/wayland distro features

2020-05-06 Thread Khem Raj
This ensures that avahi can compile for EGLFS distros (headless) Signed-off-by: Khem Raj --- meta/recipes-connectivity/avahi/avahi_0.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/avahi/avahi_0.8.bb b/meta/recipes-connectivity/avahi/avahi_0.8.

Re: [OE-core] [PATCH] iproute2.inc: clean .o before do_configure

2020-05-06 Thread Jacob Kroon
On 5/7/20 8:10 AM, Changqing Li wrote: On 5/7/20 1:56 PM, Jacob Kroon wrote: On 5/7/20 4:05 AM, Changqing Li wrote: From: Changqing Li Reproduce steps: 1. add 'DISTRO_FEATURES_append = ' usrmerge'' in local.conf 2. bitbake iproute2 3. remove 'DISTRO_FEATURES_append = ' usrmerge'' from local.c

Re: [OE-core] [PATCH] iproute2.inc: clean .o before do_configure

2020-05-06 Thread Changqing Li
On 5/7/20 1:56 PM, Jacob Kroon wrote: On 5/7/20 4:05 AM, Changqing Li wrote: From: Changqing Li Reproduce steps: 1. add 'DISTRO_FEATURES_append = ' usrmerge'' in local.conf 2. bitbake iproute2 3. remove 'DISTRO_FEATURES_append = ' usrmerge'' from local.conf 4. bitbake iproute2 In step4, since

Re: [OE-core] [PATCH] iproute2.inc: clean .o before do_configure

2020-05-06 Thread Jacob Kroon
On 5/7/20 4:05 AM, Changqing Li wrote: From: Changqing Li Reproduce steps: 1. add 'DISTRO_FEATURES_append = ' usrmerge'' in local.conf 2. bitbake iproute2 3. remove 'DISTRO_FEATURES_append = ' usrmerge'' from local.conf 4. bitbake iproute2 In step4, since CLEANBROKEN is set, files generated in

Re: [OE-core] [scripts][PATCH] Newer Linux kernels are producing built-in.a files.

2020-05-06 Thread Jacob Kroon
On 5/6/20 10:26 PM, jan wrote: In the past the file was named 'built-in.o'. Nowadays it is 'built-in.a'. The script is modified to work with both. I expect it will not happen that there are built-in.a and built-in.o files in the same kernel. Signed-off-by: Jan Vermaete --- scripts/tiny/ksiz

Re: [OE-core][PATCH v3] icu: upgrade 66.1 -> 67.1

2020-05-06 Thread Khem Raj
also fails to build nodejs-native see https://errors.yoctoproject.org/Errors/Details/410591/ On Tue, May 5, 2020 at 8:00 AM Richard Purdie wrote: > > On Fri, 2020-05-01 at 13:39 +0200, Andrej Valek wrote: > > - 0001-icu-Added-armeb-support.patch - rebased > > - 0001-Fix-big-endian-build.patch -

[OE-core] [JUNK] [Please ignore] test mailing list

2020-05-06 Thread Chen Qi
test -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#137999): https://lists.openembedded.org/g/openembedded-core/message/137999 Mute This Topic: https://lists.openembedded.org/mt/74044658/21656 Group Owner: openembedded-core+ow...@lists.openembedd

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

2020-05-06 Thread Steve Sakoman
The following changes since commit 2cc3fac9cd1a0d77931c9e49dbe2941fa8619c51: parselogs.py: ignore pulseaudio startup warning messages (2020-04-30 11:59:59 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.

[OE-core] [PATCH] opkg-keyrings: check if opkg-key exists before run postinst

2020-05-06 Thread Yi Zhao
By default, the opkg-key command is not included in pokg package because it is only installed when gpg support is enabled. We'd better check if it exists before run 'opkg-key populate' in pkg_postinst. Signed-off-by: Yi Zhao --- meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb | 5 - 1 file c

[OE-core] [PATCH] iproute2.inc: clean .o before do_configure

2020-05-06 Thread Changqing Li
From: Changqing Li Reproduce steps: 1. add 'DISTRO_FEATURES_append = ' usrmerge'' in local.conf 2. bitbake iproute2 3. remove 'DISTRO_FEATURES_append = ' usrmerge'' from local.conf 4. bitbake iproute2 In step4, since CLEANBROKEN is set, files generated in step2 is not cleaned and rebuilded. Chec

Re: [OE-core] [PATCH] python fmt: Add recipe to include https://pypi.org/project/fmt/

2020-05-06 Thread Alejandro Hernandez
Hello, If you could please look at the submitting patch guidelines/howto in the following link: https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded At a very high level you should make local changes to the repo, commit them through git and create a patch from your commit

[OE-core][PATCH] connman: Include vpn-script in FILES

2020-05-06 Thread Alejandro Hernandez
When vpnc support is included through PACKAGECONFIG, there is now an extra vpn-script coming after the atest upgrade, include that script into FILES so it gets packaged. Signed-off-by: Alejandro Hernandez Samaniego --- meta/recipes-connectivity/connman/connman.inc | 3 ++- 1 file changed, 2 inse

[OE-core] [PATCH] doc: add variables supported by features_check.bbclass

2020-05-06 Thread Robert P. J. Day
Add to documentation.conf all the new variables supported by features_check.bbclass. Signed-off-by: Robert P. J. Day --- in preparation for adding all this info to the YP reference manual, might as well add them all here first. diff --git a/meta/conf/documentation.conf b/meta/conf/documentat

Re: [OE-core] Cannot disable weston

2020-05-06 Thread Otavio Salvador
Hello all, Adding Khem on Cc. On Wed, May 6, 2020 at 5:42 PM Andrey Zhizhikin wrote: > On Wed, May 6, 2020 at 10:29 PM Tom Hochstein wrote: > > > > We are no longer able to disable weston service with standard `systemctl > > disable weston@root.service`. > > I've faced similar issues a while b

Re: [OE-core] Cannot disable weston

2020-05-06 Thread Andrey Zhizhikin
On Wed, May 6, 2020 at 10:29 PM Tom Hochstein wrote: > > We are no longer able to disable weston service with standard `systemctl > disable weston@root.service`. I've faced similar issues a while back, and also found out that weston has been actually started twice: once from udev, and once from

[OE-core] ✗ patchtest: failure for Newer Linux kernels are producing built-in.a files.

2020-05-06 Thread Patchwork
== Series Details == Series: Newer Linux kernels are producing built-in.a files. Revision: 1 URL : https://patchwork.openembedded.org/series/23987/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have

[OE-core] Cannot disable weston

2020-05-06 Thread Tom Hochstein
We are no longer able to disable weston service with standard `systemctl disable weston@root.service`. On boot the service is started again. It seems likely this started with the introduction of a starting udev rule: https://github.com/openembedded/openembedded-core/commit/aa3bced2e1de2f4ba507aa

[OE-core] [scripts][PATCH] Newer Linux kernels are producing built-in.a files.

2020-05-06 Thread jan
In the past the file was named 'built-in.o'. Nowadays it is 'built-in.a'. The script is modified to work with both. I expect it will not happen that there are built-in.a and built-in.o files in the same kernel. Signed-off-by: Jan Vermaete --- scripts/tiny/ksize.py | 8 1 file changed,

[OE-core] [PATCH 2/2] libepoxy: do not strip RUNPATH from native/nativesdk

2020-05-06 Thread Alexander Kanavin
This was done to fall through to host GL stack; now that mesa-native with host dri drivers is used instead, this is no longer necessary or desirable. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb | 8 1 file changed, 8 deletions(-) diff --git a/m

[OE-core] [PATCH 1/2] runqemu: set host DRI driver path for all instances of virgl usage

2020-05-06 Thread Alexander Kanavin
Falling through to host GL stack via epoxy chrpath hack was found to be problematic in case of SDL particularly (because it does not actually use epoxy, and does its own dlopen()). So let's just use the mesa-native libraries everywhere, but instruct them to load DRI drivers from the host. NVidia'

[OE-core] [PATCH] git: uprev v2.24.1 -> v2.26.2

2020-05-06 Thread Sakib Sajal
Fixes CVE-2020-11008 https://github.com/git/git/commit/af6b65d45ef179ed52087e80cb089f6b2349f4ec Signed-off-by: Sakib Sajal --- meta/recipes-devtools/git/git_2.24.1.bb | 11 --- meta/recipes-devtools/git/git_2.26.2.bb | 18 ++ 2 files changed, 18 insertions(+), 11 deletion

[OE-core] [PATCH] python fmt: Add recipe to include https://pypi.org/project/fmt/

2020-05-06 Thread mm . karthik
To allow python < 3.6 users to use python 3.6 style f-string formatting, fmt library needs to be integrated. python-fmt.inc Description: Binary data python3-fmt_0.3.1.bb Description: Binary data python-fmt_0.3.1.bb Description: Binary data -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messa

[OE-core] [PATCH] insane: Promote warnings into errors

2020-05-06 Thread Richard Purdie
There are several warnings the build can emit which show real problems in the way recipes are being built. Some distros like poky and the Yocto Project autobuilder have been fixing the issues these show for some time. OE-Core has therefore been clean of these errors and warnings for some time. Pro

[OE-core] [PATCH] mesa: enable x11 for native/nativesdk

2020-05-06 Thread Alexander Kanavin
This was found to be necessary for libsdl-native to enable opengl, as otherwise the opengl check would fall through to the host with unpredictable outcome. Signed-off-by: Alexander Kanavin --- meta/recipes-graphics/mesa/mesa.inc| 4 ++-- meta/recipes-graphics/xorg-app/xrandr_1.5.

[OE-core][PATCH] libnewt: Backport patch to fix reproducibility

2020-05-06 Thread Joshua Watt
Backports a patch from upstream to fix a reproducibility problem where paths would be encoded in the binary. Drops an obsolete patch that conflicted with the backport Signed-off-by: Joshua Watt --- ...-t-ignore-CFLAGS-when-building-snack.patch | 29 + .../newt/files/pie-flags.patch

Re: [OE-core] [meta-oe][PATCH] libva: Removed virtual/mesa dependency

2020-05-06 Thread Zoltan Boszormenyi via lists.openembedded.org
2020. 04. 24. 17:01 keltezéssel, Bartłomiej Burdukiewicz írta: Mesa can be compiled with libva support, in order to avoid recursive dependency between mesa and libva, virtual/mesa must be removed from libva recipe. This is why this patch series was created, to break the circular dependency in a

Re: [OE-core] [PATCH v2] bzip2: Add test suite for bzip2

2020-05-06 Thread Rahul Kumar
Hi Randy, As per your suggestion I did some progress. Issue 1: Configuration for this issue: = MACHINE = "edgerouter" DISTRO = "poky" SDKMACHINE = "i686" PACKAGE_CLASSES = "package_rpm package_deb package_ipk" INHERIT += 'image-buildinfo' IMAGE_BU

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

2020-05-06 Thread Richard Leitner
This also fixes issues with gcc 10's default change to "-fno-common". Signed-off-by: Richard Leitner --- Changes v2: + use commit id instead of tag name for SRCREV as suggested by Adrian Bunk --- meta/recipes-kernel/dtc/{dtc_1.5.1.bb => dtc_1.6.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1

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 > > > +++ b/meta/recipes-kernel/dtc/dtc_1.6.

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

[OE-core] [PATCH v2 1/2] binutils: add patch to fix issues with gcc 10

2020-05-06 Thread Richard Leitner
gcc 10 introduced "-fno-common" as default. Therefore backport the according binutils patch to fix this issue. Signed-off-by: Richard Leitner --- .../binutils/binutils-2.34.inc| 1 + ...dundant-program_name-definition-fno-.patch | 61 +++ 2 files changed, 62 inse

[OE-core] [PATCH v2 2/2] cpio: add patch to fix issues with gcc 10

2020-05-06 Thread Richard Leitner
gcc 10 introduced "-fno-common" as default. Therefore backport the according cpio patch to fix this issue. Signed-off-by: Richard Leitner --- ...ove-superfluous-declaration-of-progr.patch | 28 +++ meta/recipes-extended/cpio/cpio_2.13.bb | 1 + 2 files changed, 29 insertio

[OE-core] ✗ patchtest: failure for "binutils: add patch to fix iss..." and 1 more

2020-05-06 Thread Patchwork
== Series Details == Series: "binutils: add patch to fix iss..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/23976/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH 1/2] binutils: add patch to fix issues with gcc 10

2020-05-06 Thread Richard Leitner
gcc 10 introduced "-fno-common" as default. Therefore backport the according binutils patch to fix this issue. Signed-off-by: Richard Leitner --- .../binutils/binutils-2.34.inc| 1 + ...dundant-program_name-definition-fno-.patch | 63 +++ 2 files changed, 64 inse

[OE-core] [PATCH 2/2] cpio: add patch to fix issues with gcc 10

2020-05-06 Thread Richard Leitner
gcc 10 introduced "-fno-common" as default. Therefore backport the according cpio patch to fix this issue. Signed-off-by: Richard Leitner --- ...ove-superfluous-declaration-of-progr.patch | 29 +++ meta/recipes-extended/cpio/cpio_2.13.bb | 1 + 2 files changed, 30 insertio

[OE-core][zeus][PATCH] populate_sdk_base.bbclass: fix warning: name not matched

2020-05-06 Thread wenlin.k...@windriver.com
Fix below warning: zip warning: name not matched: sysroots/aarch64-wrs-linux/etc/udev/rules.d/80-net-setup-link.rules zip warning: name not matched: sysroots/aarch64-wrs-linux/etc/tmpfiles.d/etc.conf zip warning: name not matched: sysroots/aarch64-wrs-linux/etc/tmpfiles.d/home.conf zip warning:

Re: [OE-core] [PATCH] lib/oe/package_manager: update default rpm config %_prefer_color

2020-05-06 Thread Changqing Li
Hi, Alex Thanks. I will check this failure. Changqing On 5/6/20 4:09 PM, Alexander Kanavin wrote: There was a response from RP: This causes a failure on the autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/1867 Alex On Wed, 6 May 2020 at 04:39, Changqing Li

Re: [OE-core] [PATCH] lib/oe/package_manager: update default rpm config %_prefer_color

2020-05-06 Thread Alexander Kanavin
There was a response from RP: This causes a failure on the autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/44/builds/1867 Alex On Wed, 6 May 2020 at 04:39, Changqing Li wrote: > ping > On 4/30/20 12:10 PM, Changqing Li wrote: > > From: Changqing Li > > * %_prefer_color

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

2020-05-06 Thread Alejandro Hernandez
Hey Alex, Pretty sure this is causing: ERROR: connman-1.38-r0 do_package: QA Issue: connman: Files/directories were installed but not shipped in any package: /usr/lib/connman/scripts/vpn-script Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installi

[OE-core][PATCH] populate_sdk_base.bbclass: fix warning: name not matched

2020-05-06 Thread wenlin.k...@windriver.com
Fix below warning: zip warning: name not matched: sysroots/aarch64-wrs-linux/etc/udev/rules.d/80-net-setup-link.rules zip warning: name not matched: sysroots/aarch64-wrs-linux/etc/tmpfiles.d/etc.conf zip warning: name not matched: sysroots/aarch64-wrs-linux/etc/tmpfiles.d/home.conf zip warning:

[OE-core] [PATCH v2 2/2] libcomps: update to 0.1.15

2020-05-06 Thread Richard Leitner
In this update the 0001-Make-__comps_objmrtree_all-static-inline.patch was mainlined by commit 18f52cb. Furthermore mainline commit 3237f44 fixes a build problem with the default "-fno-common" of gcc 10. Signed-off-by: Richard Leitner --- Changes v2: - use commit ID as SRCREV instead of tag (as

[OE-core] [PATCH v2 1/2] libtirpc: remove extra "-fcommon" from CFLAGS

2020-05-06 Thread Richard Leitner
commit daed7eedba ("Avoid multiple-definiton with gcc -fno-common") of libtirpc fixed the -fno-common issues. Therefore it should be save to remove the extra "-fcommon" in CFLAGS. Signed-off-by: Richard Leitner --- Changes v2: - no changes --- meta/recipes-extended/libtirpc/libtirpc_1.2.6.bb |

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