[OE-core] [zeus][PATCH 24/25] avahi: Don't advertise example services by default

2020-05-28 Thread Anuj Mittal
From: Paul Barker The example service files are placed into /etc/avahi/services when we run `make install` for avahi. This results in ssh and sftp-ssh services being announced by default even if no ssh server is installed in an image. These example files should be moved away to another location

[OE-core] [zeus][PATCH 22/25] bind: fix CVE-2020-8616/7

2020-05-28 Thread Anuj Mittal
From: Lee Chee Yang fix CVE-2020-8616 and CVE-2020-8617 Signed-off-by: Lee Chee Yang Signed-off-by: Anuj Mittal --- .../bind/bind/CVE-2020-8616.patch | 206 ++ .../bind/bind/CVE-2020-8617.patch | 29 +++ .../bind/bind_9.11.5-P4.bb|

[OE-core] [zeus][PATCH 16/25] gstreamer1.0-omx: upgrade 1.16.1 -> 1.16.2

2020-05-28 Thread Anuj Mittal
Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- ...{gstreamer1.0-omx_1.16.1.bb => gstreamer1.0-omx_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.16.1.bb => gstreamer1.0-

[OE-core] [zeus][PATCH 23/25] strace: fix failing ptests

2020-05-28 Thread Anuj Mittal
From: Alexander Kanavin 1. They need to be run under regular user. 2. Some tests genuinely need more time than 30 seconds 3. The Makefile patch erroneously introduced a test-breaking change. (From OE-Core rev: 3d6bf58c7080c1cacf3ed1f270ff5acf4858c790) Signed-off-by: Alexander Kanavin Signed-of

[OE-core] [zeus][PATCH 20/25] gst-validate: upgrade 1.16.1 -> 1.16.2

2020-05-28 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- .../{gst-validate_1.16.1.bb => gst-validate_1.16.2.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-validate

[OE-core] [zeus][PATCH 18/25] gstreamer1.0-rtsp-server: upgrade 1.16.1 -> 1.16.2

2020-05-28 Thread Anuj Mittal
Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- ...sp-server_1.16.1.bb => gstreamer1.0-rtsp-server_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-rtsp-server_1.16.1.bb => gstre

[OE-core] [zeus][PATCH 19/25] gstreamer1.0-vaapi: upgrade 1.16.1 -> 1.16.2

2020-05-28 Thread Anuj Mittal
Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- ...reamer1.0-vaapi_1.16.1.bb => gstreamer1.0-vaapi_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-vaapi_1.16.1.bb => gstreamer1.

[OE-core] [zeus][PATCH 17/25] gstreamer1.0-python: upgrade 1.16.1 -> 1.16.2

2020-05-28 Thread Anuj Mittal
Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- ...amer1.0-python_1.16.1.bb => gstreamer1.0-python_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.16.1.bb => gstreamer1

[OE-core] [zeus][PATCH 25/25] mesa: fix meson configure fix when 'dri' is excluded from PACKAGECONFIG

2020-05-28 Thread Anuj Mittal
From: Yann Dirson Signed-off-by: Yann Dirson Signed-off-by: Ross Burton (cherry picked from commit 78efff8741f869647790810a3dd41459b9d9d8a6) Signed-off-by: Armin Kuster --- .../mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[OE-core] [zeus][PATCH 21/25] icu: update SRC_URI

2020-05-28 Thread Anuj Mittal
From: Alexander Kanavin New releases of ICU are published on github. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- meta/recipes-support/icu/icu_64.2.bb | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/meta/recipes

[OE-core] [zeus][PATCH 12/25] gstreamer1.0-plugins-good: upgrade 1.16.1 -> 1.16.2

2020-05-28 Thread Anuj Mittal
Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- ...ins-good_1.16.1.bb => gstreamer1.0-plugins-good_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.16.1.bb => gstr

[OE-core] [zeus][PATCH 09/25] gstreamer1.0-python: add a patch to fix python 3.8 builds

2020-05-28 Thread Anuj Mittal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- ...son.build-fix-builds-with-python-3.8.patch | 24 +++ .../gstreamer/gstreamer1.0-python_1.16.1.bb | 4 +++- 2 files changed, 27 insertions(+), 1 deletion(

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

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

[OE-core] [zeus][PATCH 03/25] python3: fix CVE-2020-8492

2020-05-28 Thread Anuj Mittal
From: Trevor Gamblin CVE: CVE-2020-8492 (From OE-Core rev: c9ee462bb606b34ab31cfb90f84a5302d15135cf) Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie (cherry picked from commit 5811ed9140fab64da59d0d2ad6e6b0fec8341a20) Si

[OE-core] [zeus][PATCH 14/25] gstreamer1.0-plugins-ugly: upgrade 1.16.1 -> 1.16.2

2020-05-28 Thread Anuj Mittal
Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- ...ins-ugly_1.16.1.bb => gstreamer1.0-plugins-ugly_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.16.1.bb => gstr

[OE-core] [zeus][PATCH 11/25] gstreamer1.0-plugins-base: upgrade 1.16.1 -> 1.16.2

2020-05-28 Thread Anuj Mittal
Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- ...ins-base_1.16.1.bb => gstreamer1.0-plugins-base_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-base_1.16.1.bb => gstr

[OE-core] [zeus][PATCH 10/25] gstreamer1.0: upgrade 1.16.1 -> 1.16.2

2020-05-28 Thread Anuj Mittal
Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- .../{gstreamer1.0_1.16.1.bb => gstreamer1.0_1.16.2.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0_1.16.1.bb => gstreamer1.0_1.16

[OE-core] [zeus][PATCH 06/25] sstatesig: Optimise get_taskhash for hashequiv

2020-05-28 Thread Anuj Mittal
From: Richard Purdie With hashequiv the get_taskhash function is called much more regularly and contains expensive operations. This these don't change based upon hash in a given build, improve the caching within the function to reduce overhead. (From OE-Core rev: de98cfe3cde4b8d5f4b163b5fba3f129

[OE-core] [zeus][PATCH 02/25] targetcontrol: Fix leaking log handler

2020-05-28 Thread Anuj Mittal
From: Richard Purdie We had a mystery failure on the autobuilder where runqemu appeared to be failing as a logfile directory no longer existed. The key to reproducing was running a runqemu where the image was deleted (as devtool does), then running another runqemu test. E.g.: 'oe-selftest -r de

[OE-core] [zeus][PATCH 07/25] glibc: CVE-2020-1752

2020-05-28 Thread Anuj Mittal
From: Zhixiong Chi Backport the CVE patch from upstream: git://sourceware.org/git/glibc.git commit ddc650e9b3dc916eab417ce9f79e67337b05035c Signed-off-by: Zhixiong Chi Signed-off-by: Anuj Mittal --- .../glibc/glibc/CVE-2020-1752.patch | 66 +++ meta/recipes-core/glib

[OE-core] [zeus][PATCH 15/25] gstreamer1.0-libav: upgrade 1.16.1 -> 1.16.2

2020-05-28 Thread Anuj Mittal
Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- ...reamer1.0-libav_1.16.1.bb => gstreamer1.0-libav_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-libav_1.16.1.bb => gstreamer1.

[OE-core] [zeus][PATCH 01/25] oeqa/qemurunner: Clean up failure handling

2020-05-28 Thread Anuj Mittal
From: Richard Purdie If you fail to setup the tap devices, runqemu will error quickly however stdout/stderr are not shown to the user, instead a SystemExit traceback is shown. This could explain some long since unexplained failures on the autobuilder. Rework the error handling so SystemExit isn'

[OE-core] [zeus][PATCH 04/25] qemu: fix CVE-2020-11869

2020-05-28 Thread Anuj Mittal
From: Lee Chee Yang Signed-off-by: Lee Chee Yang Signed-off-by: Anuj Mittal --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2020-11869.patch| 97 +++ 2 files changed, 98 insertions(+) create mode 100644 meta/recipes-devtools/qemu/qemu/CV

[OE-core] [zeus][PATCH 00/25] zeus review request

2020-05-28 Thread Anuj Mittal
Please review these next set of changes for zeus. Thanks, Anuj The following changes since commit b63955977ebbf9fba291faa1b30c8dba9bd52869: resulttool/resultutils: Fix unicode error handling (2020-05-15 11:55:34 +0100) are available in the Git repository at: git://push.openembedded.org/op

[OE-core] [zeus][PATCH 05/25] ghostscript : fix CVE-2019-10216

2020-05-28 Thread Anuj Mittal
From: Lee Chee Yang Signed-off-by: Lee Chee Yang Signed-off-by: Anuj Mittal --- .../ghostscript/CVE-2019-10216.patch | 53 +++ .../ghostscript/ghostscript_9.27.bb | 1 + 2 files changed, 54 insertions(+) create mode 100644 meta/recipes-extended/ghostscript

[OE-core] [zeus][PATCH 13/25] gstreamer1.0-plugins-bad: upgrade 1.16.1 -> 1.16.2

2020-05-28 Thread Anuj Mittal
Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal --- ...ugins-bad_1.16.1.bb => gstreamer1.0-plugins-bad_1.16.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.16.1.bb => gstre

Re: [OE-core] [PATCH] package_rpm.bbclass: respect package overrides for the main package

2020-05-28 Thread Steve Sakoman
Hi Michael, On Thu, May 28, 2020 at 1:30 AM wrote: > Not sure if that question was for me or the general community. I think the > follow-on series fixing the sstate-caching might be nice in dunfell but I'd > defer judgement to the community about this one as it's about changing a > behavior i

[OE-core] [PATCH] ltp: Disable sigwaitinfo tests relying on undefined behavior

2020-05-28 Thread Khem Raj
Musl finds these issues, which were undetected thus far. Signed-off-by: Khem Raj --- ...not-run-invalid-undefined-test-cases.patch | 69 +++ meta/recipes-extended/ltp/ltp_20200515.bb | 1 + 2 files changed, 70 insertions(+) create mode 100644 meta/recipes-extended/ltp/ltp/

Re: [OE-core] [PATCH] remove unused DEPLOY_DIR_TOOLS variable from bitbake.conf

2020-05-28 Thread Khem Raj
On Wed, May 27, 2020 at 7:36 AM Jacob Kroon wrote: > > On 5/27/20 4:31 PM, Robert P. J. Day wrote: > > > > Variable DEPLOY_DIR_TOOLS was introduced in 2007: > > > >commit f751a20152c651a33f08ceda0502fa1d4f11c005 > >Author: Richard Purdie > >Date: Wed Aug 8 21:02:39 2007 + > > >

Re: [OE-core] [PATCH] initramfs-framework/udev: umount /run/media/XXX

2020-05-28 Thread hongxu
On 5/27/20 6:40 PM, hongxu wrote: On 5/27/20 5:52 PM, Richard Purdie wrote: On Mon, 2020-05-25 at 11:06 +0800, hongxu wrote: In initramfs-framework, before swith_root rootfs, if udev have time to run (before being killed), it will invoke hook mount.sh (which is provided by udev-extraconf) to mo

Re: [OE-core][PATCH] llvm: upgrade 9.0.1 -> 10.0.0

2020-05-28 Thread Khem Raj
On Wed, May 27, 2020 at 6:48 AM Trevor Gamblin wrote: > > Signed-off-by: Trevor Gamblin > --- > meta/recipes-devtools/llvm/llvm_git.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/meta/recipes-devtools/llvm/llvm_git.bb > b/meta/recipes-devtools/llvm/llvm_git.bb

Re: [OE-core] [PATCH] initramfs-framework/udev: remove mount.sh to avoid /run/media/XXX

2020-05-28 Thread hongxu
On 5/29/20 6:06 AM, Richard Purdie wrote: On Wed, 2020-05-27 at 21:43 +0800, Hongxu Jia wrote: The udev invokes script hook mount.sh to mount /run/media/XXX. In initramfs-framework, if udev was not killed in time, the partition will be mounted to /run/media/XXX before switch_root. Signed-off-by

[OE-core] [PATCH 4/5] linux-yocto: gather reproducibility configs into a fragment

2020-05-28 Thread Bruce Ashfield
From: Bruce Ashfield Updating the meta SRCREV to pickup the following fix: commit 9e68afb48b16a447dcd3996ffa350f3e79e44257 (HEAD -> master) Author: Bruce Ashfield Date: Thu May 28 11:22:22 2020 -0400 features: add reproducibility fragement Creating an initial fea

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

2020-05-28 Thread Bruce Ashfield
From: Bruce Ashfield Hi Richard, As discussed earlier, this is the pull request which contains a temporary revert of the CONFIG_IKHEADERS config change that was causing the periodic issues. I added a kernel feature that can be used to enable the configuration from a recipe, that way I won't lea

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

2020-05-28 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: e0d81ce76004 Linux 5.4.43 b5100186021a sched/fair: Fix enqueue_task_fair() warning some more 8b13f5657fa8 sched/fair: Fix reordering of enqueue/dequeue_task_fair()

[OE-core] [PATCH 3/5] linux-yocto/5.4: temporarily revert IKHEADERS in standard kernels

2020-05-28 Thread Bruce Ashfield
From: Bruce Ashfield We had a commit that enabled IKHEADERS, since bpf requires them on target. This is still causing incremental reproducibility errors during the module compilation phase of the build. We are temporarily turning this off, so we can integrate -stable and other related changes.

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

2020-05-28 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 1cdaf895c99d Linux 5.4.42 ecb3f529a554 bpf: Test_progs, fix test_get_stack_rawtp_err.c build aee43146cc10 selftest/bpf: fix backported test_select_reuseport selftest

[OE-core] [PATCH 2/5] linux-yocto-rt/5.4: update to rt24

2020-05-28 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto-rt/5.4: 3d70f110c590 Linux 5.4.40-rt24 6445e48533d9 Linux 5.4.39-rt23 0a6ba32d4177 Linux 5.4.37-rt22 35c686fb7671 Linux 5.4.34-rt21 e54886570abd Linux 5.4.33-rt20 307ba149ec47 v5.4.28-rt19 8d48871

[OE-core][PATCH] qemuarm: check serial consoles vs /proc/consoles

2020-05-28 Thread Trevor Gamblin
Note that this patch affects qemuarm AND qemuarm64. When booting a VM and during operation, the following message periodically appears: INIT: Id "hvc0" respawning too fast: disabled for 5 minutes This is because hvc0 is specified in SERIAL_CONSOLES in qemuarm.conf and qemuarm64.conf, but it is n

Re: [OE-core] [PATCH] devtool: Add IPv6 deploy targets targets

2020-05-28 Thread Richard Purdie
On Wed, 2020-05-27 at 10:51 +0100, Breno Leitao wrote: > From: Breno Leitao > > Unfortunately devtool is not able to deploy (and undeploy) into IPv6 > hosts. > > This patch simply adds a way to use IPv6 target address similarly to > ssh/scp, as foo@[:::]:/destdir. > > In order to do

Re: [OE-core] [PATCH] initramfs-framework/udev: remove mount.sh to avoid /run/media/XXX

2020-05-28 Thread Richard Purdie
On Wed, 2020-05-27 at 21:43 +0800, Hongxu Jia wrote: > The udev invokes script hook mount.sh to mount /run/media/XXX. In > initramfs-framework, if udev was not killed in time, the partition > will be mounted to /run/media/XXX before switch_root. > > Signed-off-by: Hongxu Jia > --- > meta/recipes

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

2020-05-28 Thread Phil Blundell via lists.openembedded.org
On Thu, May 28, 2020 at 10:38:15AM -0700, Andre McCurdy wrote: > And where does it leave OLDEST_KERNEL (currently set to 3.2.0)? If > even kernel 4.1 is too old to be used with OE master then > OLDEST_KERNEL looks like it should be updated to avoid giving users > with older kernels false hope. Yes

Re: [OE-core] [PATCH] docbook-xml: update recipe to stick with the upstream

2020-05-28 Thread Gregor Zatko
On Sun, 2020-05-24 at 16:24 +0100, Richard Purdie wrote: > On Sat, 2020-05-23 at 21:12 +0200, Gregor Zatko wrote: > > From: Gregor Zatko > > Until now a Debian package has been used as a source.This change > > just switches it to project's upstream. > > https://bugzilla.yoctoproject.org/show_bug.c

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

2020-05-28 Thread Phil Blundell via lists.openembedded.org
On Thu, May 28, 2020 at 12:30:13PM -0700, Andre McCurdy wrote: > What I was trying to get at is why you felt that bringing up the fact > the kernel 4.1 was released at around the time gcc 5 was current is > important? Agreed, I think this is a red herring. One of my current targets is in fact sti

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 Andre McCurdy
On Thu, May 28, 2020 at 12:04 PM Adrian Bunk wrote: > > 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 ca

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 version > > > requirements. What I don

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

2020-05-28 Thread Khem Raj
On 5/28/20 2:01 AM, Phil Blundell wrote: On Wed, May 27, 2020 at 05:02:00PM -0700, Khem Raj wrote: https://github.com/torvalds/linux/commit/052876f8e5aec887d22c4d06e54aa5531ffcec75 this change e.g. in userspace checks for UINPUT_VERSION and decides to use one method or legacy to setup the dev

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

2020-05-28 Thread Khem Raj
On 5/28/20 6:20 AM, Richard Purdie wrote: On Wed, 2020-05-27 at 19:11 -0400, Denys Dmytriyenko wrote: On Wed, May 27, 2020 at 10:25:31PM +0100, Richard Purdie wrote: On Wed, 2020-05-27 at 11:59 -0400, Denys Dmytriyenko wrote: On Wed, May 27, 2020 at 08:50:11AM -0700, Khem Raj wrote: asm/bpf

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

2020-05-28 Thread Khem Raj
On 5/28/20 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 version requirements. What I don't really understand is external toolchains would come with their own headers in most cases I can

Re: [OE-core] go-dev and go-runtime-dev overlapping files

2020-05-28 Thread Khem Raj
On 5/28/20 7:40 AM, Daniel Ammann wrote: Hi According to commit 60dcae509a210f2cae8eda525a1b006663aef9bf, there shouldn't be conflicting files in packages, say go-dev and go-runtime-dev. As far as I know, this is generally true. There are however many overlapping files in /usr/lib/go/src/cmd/

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

2020-05-28 Thread Andre McCurdy
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 version > > requirements. What I don't really understand is external toolchains > > would come with their own h

Re: [OE-core][PATCH] checklayer: Skip layers without a collection

2020-05-28 Thread Steve Sakoman
On Thu, May 28, 2020 at 4:13 AM Joshua Watt wrote: > I would like to backport this to dunfell if possible. I've already got it in the next batch of patches! I really do appreciate the heads up on things that are suitable, I don't want to miss anything :-) You can find what I'm currently testin

Re: [OE-core] [PATCH] at-spi2-atk: dont inherit features_check

2020-05-28 Thread Khem Raj
On 5/24/20 9:25 AM, Ming Liu wrote: From: Ming Liu In commit be18dabd: [ at-spi2: Make X11 support truly optional ] REQUIRED_DISTRO_FEATURES was dropped, so it does not have to inherit features_check.bbclass. Signed-off-by: Ming Liu --- meta/recipes-support/atk/at-spi2-atk_2.34.2.bb | 2

Re: [OE-core] can't create boost_context lib for boost-native

2020-05-28 Thread Khem Raj
On 5/23/20 3:04 AM, Alexander Kanavin wrote: The problematic bit is: # only supported by x86 and powerpc BOOST_LIBS_append_x86 = " context coroutine" BOOST_LIBS_append_x86-64 = " context coroutine" BOOST_LIBS_append_powerpc = " context coroutine" BOOST_LIBS_append_arm = " context coroutine" BO

[OE-core] [zeus][PATCH] mesa: fix meson configure fix when 'dri' is excluded from PACKAGECONFIG

2020-05-28 Thread akuster
From: Yann Dirson Signed-off-by: Yann Dirson Signed-off-by: Ross Burton (cherry picked from commit 78efff8741f869647790810a3dd41459b9d9d8a6) Signed-off-by: Armin Kuster --- .../mesa/files/0003-Allow-enable-DRI-without-DRI-drivers.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) d

[OE-core] go-dev and go-runtime-dev overlapping files

2020-05-28 Thread Daniel Ammann
Hi According to commit 60dcae509a210f2cae8eda525a1b006663aef9bf, there shouldn't be conflicting files in packages, say go-dev and go-runtime-dev. As far as I know, this is generally true. There are however many overlapping files in /usr/lib/go/src/cmd/. Should the recipe for go-runtime modified

Re: [OE-core][PATCH] checklayer: Skip layers without a collection

2020-05-28 Thread Joshua Watt
Steve, I would like to backport this to dunfell if possible. Thanks! On 5/22/20 5:08 PM, Joshua Watt wrote: As in other places in the file, skip layers that don't define a collection when searching for a layer to resolve a dependency. Fixes KeyError exceptions when attempting to access the lay

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

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

2020-05-28 Thread Richard Purdie
On Wed, 2020-05-27 at 19:11 -0400, Denys Dmytriyenko wrote: > On Wed, May 27, 2020 at 10:25:31PM +0100, Richard Purdie wrote: > > On Wed, 2020-05-27 at 11:59 -0400, Denys Dmytriyenko wrote: > > > On Wed, May 27, 2020 at 08:50:11AM -0700, Khem Raj wrote: > > > > asm/bpf_perf_event.h does not exist i

[OE-core] [PATCH V3 3/3] u-boot: introduce UBOOT_INITIAL_ENV

2020-05-28 Thread Ming Liu
From: Ming Liu It defaults to ${PN}-initial-env, no functional changes with current implementation, but this allows it to be changed in individual u-boot recipes. If UBOOT_INITIAL_ENV is empty, then no initial env would be compiled/ installed/deployed, set ALLOW_EMPTY_${PN}-env = "1". The major

[OE-core] [PATCH V3 1/3] u-boot: support merging .cfg files for UBOOT_CONFIG

2020-05-28 Thread Ming Liu
From: Ming Liu U-boot recipe supports .cfg files in SRC_URI, but they would be merged to .config during do_configure only when UBOOT_MACHINE is set, we should also support merging .cfg files for UBOOT_CONFIG. Signed-off-by: Max Krummenacher Signed-off-by: Ming Liu --- meta/recipes-bsp/u-boot/

[OE-core] [PATCH V3 2/3] u-boot.inc: fix some inconsistent coding style

2020-05-28 Thread Ming Liu
From: Ming Liu Signed-off-by: Ming Liu --- meta/recipes-bsp/u-boot/u-boot.inc | 44 ++ 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc index 8cfd25020c..be15e1760f 100644 --- a/m

[OE-core] [PATCH V3 0/3] Introduce UBOOT_INITIAL_ENV/cfg files fixes/coding style fixes

2020-05-28 Thread Ming Liu
From: Ming Liu Changes in V2: 1 Introduce UBOOT_INITIAL_ENV as suggested by Denys Dmytriyenko. 2 Fix cfg files in case UBOOT_CONFIG is enabled. 3 Add fix for some inconsistent coding style. Ming Liu (3): u-boot: support merging .cfg files for UBOOT_CONFIG u-boot.inc: fix some inconsistent c

Re: [OE-core] [PATCH] package_rpm.bbclass: respect package overrides for the main package

2020-05-28 Thread Michael Ho
Hi Steve, Not sure if that question was for me or the general community. I think the follow-on series fixing the sstate-caching might be nice in dunfell but I'd defer judgement to the community about this one as it's about changing a behavior in the recipes and I don't know what LTS guidelines

Re: [OE-core] Issue with qemu and a shared sstate-cache used by different linux distribution supported by yocto

2020-05-28 Thread vygu via lists.openembedded.org
After some investigation on the debian buildfarm, we can see in the build/tmp/work/x86_64-linux/qemu-system-native/4.2.0-r0/temp/log.do_configure "libnfs supportyes". If we comment in poky/meta/recipes-devtools/qemu/qemu.inc all the prepend do_configure_prepend_class-native(), we obtain "li

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

2020-05-28 Thread Phil Blundell via lists.openembedded.org
On Wed, May 27, 2020 at 05:02:00PM -0700, Khem Raj wrote: > https://github.com/torvalds/linux/commit/052876f8e5aec887d22c4d06e54aa5531ffcec75 > > this change e.g. in userspace checks for UINPUT_VERSION and decides to > use one method > or legacy to setup the device but this is really not gonna wor