Re: [OE-core] [PATCH] linux-firmware: update to 20210208

2021-02-12 Thread Khem Raj
seeing license checksum errors https://errors.yoctoproject.org/Errors/Details/570561/ linux-firmware-20210208: linux-firmware: The LIC_FILES_CHKSUM does not match for file://WHENCE;md5=03f0fad70b8b557b56084e3090198021 linux-firmware: The new md5 checksum is ef0565762eac313c409567b59dff00b2 On

[OE-core] [PATCH] yocto-uninative.inc: version 3.0 incorporate seccomp filter workaround

2021-02-12 Thread Michael Halstead
Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index bc47083978..a2a2dd18ec 100644 ---

[OE-core] [PATCH 2/5] spirv-tools: build all libaries as shared

2021-02-12 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- meta/recipes-graphics/spir/spirv-tools_2020.6.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-graphics/spir/spirv-tools_2020.6.bb b/meta/recipes-graphics/spir/spirv-tools_2020.6.bb index a2cbaf426f..4f45c68bbe 100644 ---

[OE-core] [PATCH 5/5] shaderc: remove the receipe configure hack and use a patch for that

2021-02-12 Thread Jose Quaresma
[Yocto #14226] Signed-off-by: Jose Quaresma --- ...ndor-libs-and-disable-git-versioning.patch | 48 ...sable-building-external-dependencies.patch | 109 ++ ...til-fix-glslang-header-file-location.patch | 28 + ...dd-option-to-skip-build-the-examples.patch | 47

[OE-core] [PATCH 4/5] glslang: add comment about unversioned libraries

2021-02-12 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- meta/recipes-graphics/glslang/glslang_11.1.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-graphics/glslang/glslang_11.1.0.bb b/meta/recipes-graphics/glslang/glslang_11.1.0.bb index 9b7c098743..53d90c9165 100644 ---

[OE-core] [PATCH 1/5] spirv-tools: disable tests

2021-02-12 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- meta/recipes-graphics/spir/spirv-tools_2020.6.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/recipes-graphics/spir/spirv-tools_2020.6.bb b/meta/recipes-graphics/spir/spirv-tools_2020.6.bb index b1899d3957..a2cbaf426f 100644

[OE-core] [PATCH 3/5] glslang: generate glslang pkg-config

2021-02-12 Thread Jose Quaresma
- it will be useful for shaderc Signed-off-by: Jose Quaresma --- .../0001-generate-glslang-pkg-config.patch| 47 +++ .../glslang/glslang_11.1.0.bb | 3 +- 2 files changed, 49 insertions(+), 1 deletion(-) create mode 100644

[OE-core] [dunfell][PATCH 1/2] connman: update to 1.38

2021-02-12 Thread akuster
From: Alexander Kanavin Drop a patch merged upstream. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie (cherry picked from commit ce2948af5293258a69a9cfefba9e883cefecac87) [ 1.38 changelog: Fix issue with online check on IP address update. Fix issue with OpenVPN and encrypted

[OE-core] [dunfell][PATCH 2/2] connman: update to 1.39

2021-02-12 Thread akuster
From: akuster Bug fix only and includes two security fixes: CVE-2021-26675 CVE-2021-26676 Changelog: - Fix issue with scanning state synchronization and iwd. - Fix issue with invalid key with 4-way handshake offloading. - Fix issue with DNS proxy length checks to prevent buffer overflow. - Fix

[OE-core] [gatesgarth][PATCH] connman: update to 1.39

2021-02-12 Thread akuster
From: akuster Bug fix only and includes two security fixes: CVE-2021-26675 CVE-2021-26676 Changelog: - Fix issue with scanning state synchronization and iwd. - Fix issue with invalid key with 4-way handshake offloading. - Fix issue with DNS proxy length checks to prevent buffer overflow. - Fix

Re: [OE-core] [PATCH 1/2] insane: Add test for native/nativesdk inherit order

2021-02-12 Thread Richard Purdie
On Fri, 2021-02-12 at 18:26 +, Peter Kjellerstedt wrote: > Since the order of inheriting native/nativesdk is important, rather > than adding warnings about when it is done in the wrong order, which > conflicts with bbappends that want to add inherit statements for > native recipes, wouldn’t it

Re: [OE-core] [PATCH] openssl: Enable building for RISC-V 32-bit

2021-02-12 Thread Alistair Francis
On Thu, Feb 11, 2021 at 9:13 AM Andrey Zhizhikin wrote: > > Hello Alistair, > > On Thu, Feb 11, 2021 at 5:52 PM Alistair Francis > wrote: > > > > Signed-off-by: Alistair Francis > > --- > > ...ort-for-io_pgetevents_time64-syscall.patch | 58 +++ > >

[OE-core] [PATCH] selftest/reproducible: track unusued entries in the exclusion list

2021-02-12 Thread Alexander Kanavin
This helps with trimming down the list, and towards 100% reproducibility :) Signed-off-by: Alexander Kanavin --- meta/lib/oeqa/selftest/cases/reproducible.py | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/meta/lib/oeqa/selftest/cases/reproducible.py

[OE-core][PATCH] ffmpeg: move ffmpeg config into packageconfig

2021-02-12 Thread Suji Velupillai via lists.openembedded.org
From: Suji Velupillai Move ffmpeg configuration options to Yocto PACKAGECONFIG options. Signed-off-by: Suji Velupillai --- meta/recipes-multimedia/ffmpeg/ffmpeg_4.3.1.bb | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git

Re: [OE-core] [PATCH 1/2] insane: Add test for native/nativesdk inherit order

2021-02-12 Thread Peter Kjellerstedt
Since the order of inheriting native/nativesdk is important, rather than adding warnings about when it is done in the wrong order, which conflicts with bbappends that want to add inherit statements for native recipes, wouldn’t it make sense to instead handle this properly in the code so that

Re: [OE-core][PATCH] weston: remoting backend requires GStreamer base plugins

2021-02-12 Thread Joshua Watt
On 2/12/21 11:59 AM, Otavio Salvador wrote: Em sex., 12 de fev. de 2021 às 13:52, Joshua Watt escreveu: -PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0" +PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 gstreamer1.0-plugins-base" The base is

Re: [OE-core][PATCH] weston: remoting backend requires GStreamer base plugins

2021-02-12 Thread Otavio Salvador
Em sex., 12 de fev. de 2021 às 13:52, Joshua Watt escreveu: > -PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0" > +PACKAGECONFIG[remoting] = "-Dremoting=true,-Dremoting=false,gstreamer1.0 > gstreamer1.0-plugins-base" The base is needed as build dependency or runtime?

[OE-core][PATCH] libomxil: Fix up commercial license flag

2021-02-12 Thread Joshua Watt
The commercial license flag on libomxil is set because it may include the Adaptive Multi-Rate audio codec (AMR) using FFmepg, which is patent encumbered. It turns out this component is disabled by default in the recipe; add a PACKAGECONFIG to enable it and trigger the "commercial" LICENSE_FLAGS

[OE-core][PATCH] weston: remoting backend requires GStreamer base plugins

2021-02-12 Thread Joshua Watt
The remoting backend of weston requires the GStreamer base plugins, so add them to the PACAKGECONFIG depends list. Signed-off-by: Joshua Watt --- meta/recipes-graphics/wayland/weston_9.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OE-core] [RFC PATCH 0/2] replace qemuboot.conf by qemuboot.json

2021-02-12 Thread Ross Burton
On Fri, 12 Feb 2021 at 04:54, Guillaume Champagne wrote: > This fixes bug #12503. Sending this as an RFC since I'm not sure what to > do with autobuilder-worker-prereq-tests. It fetches a qemuboot.conf from > yoctoproject.org, but this cannot be changed yet to qemuboot.json since > it doesn't

[OE-core] [PATCH] autoconf: Add missing perl modules to rdeps

2021-02-12 Thread Khem Raj
Calling autoreconf with on-device sdk fails due to missing perl modules which are required for it to work with autoconf 2.71+ Fixes Can't locate File/Temp.pm in @INC (you may need to install the File::Temp module) (@INC contains: /usr/share/autoconf /usr/lib/perl5/site_perl/5.32.0/riscv32-linux