[OE-core] [PATCH] xinit: add xterm to RDEPENDS

2020-06-16 Thread Changqing Li
From: Changqing Li startx RDEPENDS on xterm, fix below error: /etc/X11/xinit/xinitrc: line 55: exec: xterm: not found Signed-off-by: Changqing Li --- meta/recipes-graphics/xorg-app/xinit_1.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] grub-efi-native: use RDEPENDS on grub-native instead of duplicating tools?

2020-06-16 Thread Christopher Clark
was: Re: [OE-core] [PATCH] grub-efi-native: Install grub-editenv On Sat, Apr 13, 2019 at 7:49 AM Jacob Kroon wrote: > > Having a native version of grub-editenv around can be useful for > setting the targets grub environment. Would it be acceptable to replace the tools being packaged in

Re: [OE-core] [master][zeus][PATCH] relocatable.bbclass: Avoid an exception if an empty pkgconfig dir exist

2020-06-16 Thread Peter Kjellerstedt
This has been integrated to master now (commit f9c5df6d). Please cherry-pick it to Dunfell and Zeus. //Peter > -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Peter Kjellerstedt > Sent: den 12 juni 2020 18:26 > To:

[OE-core] [PATCH] sanity.conf: Require bitbake 1.47.0 as the minimum version

2020-06-16 Thread Richard Purdie
The recent siggen changes need the new version of bitbake, update the minimum version to match (should also help the TERM environment change too). Signed-off-by: Richard Purdie --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/sanity.conf

[OE-core] [dunfell-backport PATCH 2/3] systemd: Sync systemd-serialgetty@.service with upstream

2020-06-16 Thread Otavio Salvador
From: Otavio Salvador The systemd upstream has been doing some improvements in the service which were not in sync, with the forked file. Mainly: - Use BindsTo to bind the service with the required serial device - Add of getty-pre.target as dependency so we can run things before

[OE-core] [dunfell-backport PATCH 3/3] buildtools-tarball: export OPENSSL_CONF in environment setup

2020-06-16 Thread Otavio Salvador
From: Steve Sakoman The autobuilder has been experiencing SSL: CERTIFICATE_VERIFY_FAILED errors during error report uploads when using buildtools due to looking for certs in /opt/poky Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core] [dunfell-backport PATCH 1/3] mtd-utils: Fix return value of ubiformat

2020-06-16 Thread Otavio Salvador
From: Otavio Salvador This changeset fixes a feature regression in ubiformat. Older versions of ubiformat, when invoked with a flash-image, would return 0 in the case no error was encountered. Upon upgrading to latest, it was discovered that ubiformat returned 255 even without encountering an

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

2020-06-16 Thread Steve Sakoman
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 (bitbake.conf: propagate 'opengl' DISTRO_FEATURE to > > native/nativesdk from target) changed the default PACKAGECONFIG for >

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

2020-06-16 Thread Steve Sakoman
On Tue, Jun 16, 2020 at 9:50 AM Adrian Bunk wrote: > > Please drop this patch: > https://bugs.debian.org/962596 Thanks for catching this. Will drop from the pull request. Steve > Adrian > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online

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:

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

[OE-core] [PATCH] net-tools: backport a patch from upstream to use the same ifconfig format as debian/ubuntu

2020-06-16 Thread Martin Jansa
* this is needed for python3-ifcfg to parse it correctly https://github.com/ftao/python-ifcfg/issues/43 * backport this single patch, so it can be backported to dunfell then for master we should upgrade to new snapshot from debian which includes other fixes and improvements as well * this is

[OE-core] [RFC PATCH 3/3] go-native: merge bb/inc and add comment

2020-06-16 Thread Ross Burton
From: Ross Burton Merge the .bb/.inc, and add an explanatory comment. Signed-off-by: Ross Burton --- meta/recipes-devtools/go/go-native.inc | 55 meta/recipes-devtools/go/go-native_1.14.bb | 60 +- 2 files changed, 59 insertions(+), 56 deletions(-)

[OE-core] [RFC PATCH 2/3] tcmode-default: use go-binary-native by default

2020-06-16 Thread Ross Burton
From: Ross Burton go-binary-native is faster and more portable than go-native, so use it by default. Signed-off-by: Ross Burton --- meta/conf/distro/include/tcmode-default.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/conf/distro/include/tcmode-default.inc

[OE-core] [RFC PATCH 1/3] go-binary-native: add binary Go to bootstrap

2020-06-16 Thread Ross Burton
From: Ross Burton Use PREFERRED_PROVIDER_go-native = "go-binary-native" Signed-off-by: Ross Burton --- .../go/go-binary-native_1.14.4.bb | 43 +++ 1 file changed, 43 insertions(+) create mode 100644 meta/recipes-devtools/go/go-binary-native_1.14.4.bb diff --git

[OE-core] adding fakeroot package

2020-06-16 Thread Pankaj Vinadrao Joshi
Hi, I want to add fakeroot package into my image but i was not able to get the proper information about it..can someone help how i can add that on the top of my existing packge? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#139563):

[OE-core] [PATCH] perl: Fix host specific modules problems

2020-06-16 Thread Richard Purdie
We were seeing a ton of empty perl modules being created such as "perl-module-x86-64-linux-encoding" where the name would include ${TARGET_ARCH}-linux. These files were already being filtered in an earlier do_split_packages() expression so exclude them from the latter one to remove the pointless

[OE-core] Yocto Project Status WW24'20

2020-06-16 Thread Stephen Jolley
Current Dev Position: YP 3.2 M1 Next Deadline: YP 3.2 M1 build date 2020/6/16 Next Team Meetings: * Bug Triage meeting Thursday June 18th at 7:30am PDT ( https://zoom.us/j/454367603) * Monthly Project Meeting Tuesday July 7th at 8am PDT (

[OE-core] [PATCH] perl: use relative paths in the perl wrapper

2020-06-16 Thread Samuli Piippo
Use SDKPATHNATIVE so that the perl wrapper for the nativesdk can be created using relative paths and without dependency to the environment variables. Signed-off-by: Samuli Piippo --- meta/recipes-devtools/perl/perl_5.30.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core][PATCH] classes/archiver: Create patched archive before configuring

2020-06-16 Thread Joshua Watt
do_configure and do_preconfigure can modify source files, which causes race conditions if these tasks run in parallel with do_ar_patched. Add explicit task dependencies to ensure that do_ar_patched finishes before these tasks start. Specifically, this fixes a race condition with gcc-source where

Re: [OE-core] [PATCH 1/4] devtool-source.bbclass: Do not export _PYTHON_SYSCONFIGDATA_NAME

2020-06-16 Thread Richard Purdie
On Mon, 2020-06-15 at 16:01 -0600, Dan McGregor wrote: > From: Dan McGregor > > From: Daniel McGregor > > This varialbe is set to help python3 running inside the build > environment. Unset it so that devtool can fetch recipes that inherit > python3native. > > Signed-off-by: Daniel McGregor >

[OE-core] [PATCH] cmake: allow chainloading of the toolchain file

2020-06-16 Thread Samuli Piippo
Use path from CMAKE_CURRENT_LIST_FILE to load the cmake subscripts. This allows the toolchain file to be chainloaded from another toolchain file. Signed-off-by: Samuli Piippo --- meta/recipes-devtools/cmake/cmake/OEToolchainConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [OE-core] [PATCH] pypi.bbclass: update HOMEPAGE to point to actual pypi page

2020-06-16 Thread Robert P. J. Day
On Mon, 15 Jun 2020, Robert P. J. Day wrote: > > The current setting for the HOMEPAGE is a redirection, so might as > well update it. > > Signed-off-by: Robert P. J. Day > > --- > > diff --git a/meta/classes/pypi.bbclass b/meta/classes/pypi.bbclass > index 87b4c85fc0..73aca77ef6 100644 > ---

[OE-core] [meta-oe][master][PATCH] davici: Fix codesonar warnings

2020-06-16 Thread saloni
Hello, Posting this on behalf of "Amitanand Chikorde mailto:amitanand.chiko...@kpit.com>>" From: "Amitanand.Chikorde" mailto:amitanand.chiko...@kpit.com>> Fixed below codesonar warning: isprint() is invoked here with an argument of signed type char, but only has defined behavior for int

Re: [OE-core] busybox: udhcpc: fix IPv6 support when using udhcpc

2020-06-16 Thread Quentin Schulz
Hi all, On Wed, Jan 22, 2020 at 11:06:55AM +0100, Quentin Schulz wrote: > > > The reason why I didn't bother to send a patch to busybox before pinging > > > on this patch was that we're already different from the upstream > > > simple.script > > > so it didn't make sense to me to add the

[OE-core] [PATCH] common-licenses: add BSD-2-Clause-Patent

2020-06-16 Thread Ross Burton
From: Ross Burton Signed-off-by: Ross Burton --- .../common-licenses/BSD-2-Clause-Patent.txt | 47 +++ 1 file changed, 47 insertions(+) create mode 100644 meta/files/common-licenses/BSD-2-Clause-Patent.txt diff --git a/meta/files/common-licenses/BSD-2-Clause-Patent.txt

[OE-core] [PATCH][zeus] qemu: fix CVE-2020-10702 & CVE-2020-13765

2020-06-16 Thread Lee Chee Yang
From: Lee Chee Yang Signed-off-by: Lee Chee Yang --- meta/recipes-devtools/qemu/qemu.inc| 2 + .../qemu/qemu/CVE-2020-10702.patch | 52 ++ .../qemu/qemu/CVE-2020-13765.patch | 48 3 files changed, 102

[OE-core] [V2][PATCH] bitbake.conf: support persistent /var/tmp

2020-06-16 Thread Changqing Li
From: Changqing Li Steps: 1. build out rootfs core-image-minimal-qemux86-64-20200514073622.rootfs.tar.bz2 2. docker import ./core-image-minimal-qemux86-64-20200514073622.rootfs.tar.bz2 poky:1.0 3. docker run -it --rm poky:1.0 /bin/sh 4. cd /var; ls -al there is link: tmp -> volatile/tmp 5. cd

Re: [OE-core][PATCH] igt-gpu-tools: add new package

2020-06-16 Thread Anuj Mittal
Hi Alex On Tue, 2020-06-16 at 09:04 +0200, Alexander Kanavin wrote: > Usually it's the other way around - what is the reason to have this > recipe in core? > I had requested Arthur to send this to oe-core since this provides a core validation functionality that is needed by all providing DRM

Re: [OE-core][PATCH] igt-gpu-tools: add new package

2020-06-16 Thread Alexander Kanavin
Usually it's the other way around - what is the reason to have this recipe in core? Alex On Tue, 16 Jun 2020 at 06:45, Arthur She wrote: > Hi Alexander and Denys, > Thanks for your feedback. > I have no problem submitting it to meta-oe. > Since the meta-intel maintainer requested to submit it