[OE-core] [PATCH 1/2] qemuarm64: Add QB_CPU_KVM to allow kvm acceleration

2019-05-30 Thread Richard Purdie
This allows kvm acceleration on arm systems that support it. "host" is the best option I can find right now to attempt to use the acceleration. It potentially might not be correct but arm systems are sensitive to the correct values and I don't want to encode the autobuilders CPU type here.

[OE-core] [thud][PATCH 3/3] sqlite3: Security fixes CVE-2019-9936, 9937

2019-05-30 Thread Armin Kuster
From: Armin Kuster Source: OpenEmbedded.org MR: 98324, 97484 Type: Security Fix Disposition: Backport from https://git.openembedded.org/openembedded-core/commit/meta/recipes-support/sqlite?h=warrior=4ec161ea684b305b303f32e96ce23f472c82e1a1 ChangeID: 9bb19b8794f532caee85893dc8cb5d037b3a8eec

[OE-core] [thud][PATCH 1/3] busybox: Security fixes for CVE-2018-20679 CVE-2019-5747

2019-05-30 Thread Armin Kuster
Source: busybox.git MR: 97332 Type: Security Fix Disposition: Backport from busybox.git ChangeID: ec203c79e7322de1ed5721d08b6f59b1eca67c7d Description: Affects < 1.30.0 Fixes: CVE-2018-20679 CVE-2019-5747 Signed-off-by: Armin Kuster --- .../busybox/busybox/CVE-2018-20679.patch | 142

[OE-core] [thud][PATCH 2/3] sqlite3: Security fixes for CVE-2018-20505 & 20506

2019-05-30 Thread Armin Kuster
From: Armin Kuster Source: sqlite.org MR: 97484, 97490 Type: Security Fix Disposition: Backport from sqilte.org ChangeID: c6105b5d3ce4fb2c0f38c3cab745b769d2df38f5 Description: Affects < 3.26.0 fixes: CVE-2018-20505 CVE-2018-20506 Signed-off-by: Armin Kuster ---

Re: [OE-core] [meta-poky][PATCH v4 1/3] poky.conf: make systemd as default init manager

2019-05-30 Thread Kang Kai
On 2019/5/30 下午7:44, richard.pur...@linuxfoundation.org wrote: On Thu, 2019-05-30 at 05:22 -0400, kai.k...@windriver.com wrote: From: Kai Kang Move configurations from local.conf.sample.extended to poky.conf to make systemd as default init manager for poky. Introduce a new variable

Re: [OE-core] [PATCH 2/2] package.bbclass: Emit HOMEPAGE pkgdata.

2019-05-30 Thread Rob Walton
Hi Richard, Thanks for your comments. Sorry I missed the questions when I previously sent it. Resent due to the fact I missed the "Signed off by" in the patch last time around. I agree with you in general about the scope creep, however the license.bbclass code is heavily coupled with this

Re: [OE-core] [PATCH v4] elfutils: fix ptest failures

2019-05-30 Thread Richard Purdie
On Thu, 2019-05-30 at 21:49 +0100, richard.pur...@linuxfoundation.org wrote: > On Thu, 2019-05-30 at 14:11 +0800, mingli...@windriver.com wrote: > > From: Mingli Yu > > > > * Add missing files which needed by ptest test > > to fix the ptest failures such as: > > | sh: ../src/elflint: No such

Re: [OE-core] [PATCH] glibc-locale: DEPEND on virtual/libc

2019-05-30 Thread Khem Raj
On Thu, May 30, 2019 at 8:31 PM Joshua Watt wrote: > > The restriction against glibc-locale depending on virtual/libc is > removed now that libc-initial no longer exists. > > Adding the DEPENDS on virtual/libc fixes a race (and reproducibility > issue) where the packages created by this recipe

Re: [OE-core] [PATCH v4] elfutils: fix ptest failures

2019-05-30 Thread richard . purdie
On Thu, 2019-05-30 at 14:11 +0800, mingli...@windriver.com wrote: > From: Mingli Yu > > * Add missing files which needed by ptest test > to fix the ptest failures such as: > | sh: ../src/elflint: No such file or directory > | FAIL: asm-tst4 > > * Rework

[OE-core] [PATCH 2/2] runqemu: Add support for kvm on aarch64

2019-05-30 Thread Richard Purdie
The main issue is to make the x86 checks apply to x86 targets only. We may end up with better checks on other architectures but this adapts the code to allow for that and its still controlled by whether QB_CPU_KVM is set. The code needed minor refactoring so the qemu-system-XXX name is set

[OE-core] [meta-poky][PATCH v4 2/3] poky-tiny.conf: not backfill distro feature systemd

2019-05-30 Thread kai.kang
From: Kai Kang systemd has been added to DISTRO_FEATURES_BACKFILL for poky by default, but it is compatible with poky-tiny. So not backfile it to DISTRO_FEATURES by adding it to DISTRO_FEATURES_BACKFILL_CONSIDERED. Signed-off-by: Kai Kang --- meta-poky/conf/distro/poky-tiny.conf | 2 +- 1

[OE-core] [meta-poky][PATCH v4 1/3] poky.conf: make systemd as default init manager

2019-05-30 Thread kai.kang
From: Kai Kang Move configurations from local.conf.sample.extended to poky.conf to make systemd as default init manager for poky. Introduce a new variable 'POKY_INIT_MANAGER' whose value should be either 'systemd' or 'sysvinit' to configure the init manager setting. For users who still want to

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-30 Thread richard . purdie
On Thu, 2019-05-30 at 02:02 +0300, Adrian Bunk wrote: > On Wed, May 29, 2019 at 06:29:20PM -0400, Tom Rini wrote: > > On Thu, May 30, 2019 at 01:17:26AM +0300, Adrian Bunk wrote: > > > On Wed, May 29, 2019 at 10:29:31PM +0100, > > > richard.pur...@linuxfoundation.org wrote: > > > > On Wed,

[OE-core] [meta-poky][PATCH v4 3/3] systemd-conf: configure wired network with dhcp

2019-05-30 Thread kai.kang
From: Kai Kang Add a configure file for systemd.networkd to configure wired network interfaces with dhcp. It works with common network interfaces such eth0 and eno1. And do not install it for qemu bsps. Refer to https://github.com/YoeDistro/meta-yoe/tree/master/recipes-core/systemd [YOCTO

[OE-core] [meta-poky][PATCH v4 0/3] Make systemd as default init manager and configure wired network

2019-05-30 Thread kai.kang
From: Kai Kang v4: * move the configures to poky.conf. Introduce a new variable 'POKY_INIT_MANAGER' whose value should be either 'systemd' or 'sysvinit' to configure the init manager setting. Kai Kang (3): poky.conf: make systemd as default init manager poky-tiny.conf: not backfill

[OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Philippe Normand
Since version 2.60 the glib-networking TLS database relies on GnuTLS's system trust store, so not enabling it leads to TLS errors in applications depending on glib-networking. The raised runtime warning is: process:500): GLib-Net-WARNING **: 09:14:09.321: Failed to load TLS database: Failed to

Re: [OE-core] [PATCH 0/2 V2] add rconflict for systemd/tiny-init

2019-05-30 Thread Adrian Bunk
On Thu, May 30, 2019 at 01:32:18PM +0800, changqing...@windriver.com wrote: > From: Changqing Li > > > Changqing Li (2): > tiny-init: add rconflicts > systemd: add rconflicts >... I wonder whether the conflicts between init systems could be handled with RCONFLICTS_${PN} =

[OE-core] [PATCH v2] wic: bootimg-efi: add label source parameter

2019-05-30 Thread chee . yang . lee
From: Chee Yang Lee Add new source parameter label to allow custom boot.conf/grub.cfg label, so far it's hardcoded to "Boot". Default label to "Boot" for systemd-boot and blank for grub-efi when source parameter label are not set. Signed-off-by: Chee Yang Lee ---

[OE-core] [PATCH v4] elfutils: fix ptest failures

2019-05-30 Thread mingli.yu
From: Mingli Yu * Add missing files which needed by ptest test to fix the ptest failures such as: | sh: ../src/elflint: No such file or directory | FAIL: asm-tst4 * Rework 0001-skip-the-test-when-gcc-not-deployed.patch to skip the tests which depend on gcc * Define

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Richard Purdie
On Thu, 2019-05-30 at 11:12 +0100, Philippe Normand wrote: > Since version 2.60 the glib-networking TLS database relies on GnuTLS's system > trust store, so not enabling it leads to TLS errors in applications depending > on > glib-networking. The raised runtime warning is: > > process:500):

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Philippe Normand
On Thu, 2019-05-30 at 12:46 +0100, richard.pur...@linuxfoundation.org wrote: > On Thu, 2019-05-30 at 12:43 +0100, Philippe Normand wrote: > > On Thu, 2019-05-30 at 12:38 +0100, Richard Purdie wrote: > > > On Thu, 2019-05-30 at 11:12 +0100, Philippe Normand wrote: > > > > Since version 2.60 the

Re: [OE-core] [PATCH V2] ca-certificates: Fix openssl runtime dependency

2019-05-30 Thread Andrei Gherzan
On 29/05/2019 19.45, Richard Purdie wrote: > On Wed, 2019-05-29 at 15:41 +0100, Andrei Gherzan wrote: >> Signed-off-by: Andrei Gherzan >> --- >> .../ca-certificates/ca-certificates_20190110.bb | 4 >> +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff --git

Re: [OE-core] [PATCH] dpkg: Remove workaround patches for no longer supported host distributions

2019-05-30 Thread Adrian Bunk
ping Thanks Adrian On Wed, May 22, 2019 at 01:58:46PM +0300, Adrian Bunk wrote: > Signed-off-by: Adrian Bunk > --- > .../0005-dpkg-compiler.m4-remove-Wvla.patch | 40 --- > .../dpkg/dpkg/glibc2.5-sync_file_range.patch | 100 -- >

[OE-core] [PATCH V3] ca-certificates: Fix openssl runtime dependencies

2019-05-30 Thread Andrei Gherzan
Since yocto thud, and more specifically since poky switched to openssl 1.1 line, the openssl binary is provided by 'openssl-bin'. This impacts the native and nativesdk recipe variants as well. Signed-off-by: Andrei Gherzan --- .../ca-certificates/ca-certificates_20190110.bb | 4

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Philippe Normand
Hi Adrian, On Thu, 2019-05-30 at 15:17 +0300, Adrian Bunk wrote: > On Thu, May 30, 2019 at 11:12:21AM +0100, Philippe Normand wrote: > > Since version 2.60 the glib-networking TLS database relies on > > GnuTLS's system > > trust store, so not enabling it leads to TLS errors in applications > >

[OE-core] [PATCH 3/3] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Philippe Normand
Since version 2.60 the glib-networking TLS database relies on GnuTLS's system trust store, so not enabling it leads to TLS errors in applications depending on glib-networking. The raised runtime warning is: process:500): GLib-Net-WARNING **: 09:14:09.321: Failed to load TLS database: Failed to

[OE-core] [PATCH 2/3] p11-kit: Enable nativesdk and trust-paths option

2019-05-30 Thread Philippe Normand
This is required before enabling p11-kit support by default in gnutls. Signed-off-by: Philippe Normand --- meta/recipes-support/p11-kit/p11-kit_0.23.16.1.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/p11-kit/p11-kit_0.23.16.1.bb

[OE-core] [PATCH 1/3] libtasn1: Enable nativesdk support

2019-05-30 Thread Philippe Normand
This is required before enabling p11-kit support by default in gnutls. Signed-off-by: Philippe Normand --- meta/recipes-support/gnutls/libtasn1_4.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/gnutls/libtasn1_4.13.bb

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-30 Thread richard . purdie
On Thu, 2019-05-30 at 06:32 -0700, akuster808 wrote: > > On 5/30/19 1:13 AM, richard.pur...@linuxfoundation.org wrote: > > On Thu, 2019-05-30 at 02:02 +0300, Adrian Bunk wrote: > > > On Wed, May 29, 2019 at 06:29:20PM -0400, Tom Rini wrote: > > > > On Thu, May 30, 2019 at 01:17:26AM +0300, Adrian

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-30 Thread akuster808
On 5/30/19 6:59 AM, Adrian Bunk wrote: > On Thu, May 30, 2019 at 09:13:02AM +0100, richard.pur...@linuxfoundation.org > wrote: >> ... >> I'm torn, partly as if we stick with bz2, we effectively do that >> perpetually and given the size difference, we should switch. >> >> Tim mentions we could

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-30 Thread Adrian Bunk
On Thu, May 30, 2019 at 03:06:56PM +0100, richard.pur...@linuxfoundation.org wrote: > On Thu, 2019-05-30 at 16:59 +0300, Adrian Bunk wrote: > > There are also some other related topics that might be considered > > on how this should develop long-term: > > > > 1. How important is it to support

[OE-core] [PATCH 8/9] linux-yocto/5.0: update to v5.0.19

2019-05-30 Thread bruce . ashfield
From: Bruce Ashfield Integrating the korg -stable updates that comprise the following commits: 3f7c1cab1a61 Linux 5.0.19 64d314bd8cc8 fbdev: sm712fb: fix memory frequency by avoiding a switch/case fallthrough e5c6d75b0f03 bpf, lru: avoid messing with eviction heuristics upon syscall

[OE-core] [PATCH 9/9] linux-yocto-rt/5.0: update to -rt11

2019-05-30 Thread bruce . ashfield
From: Bruce Ashfield Updating the 5.0 -rt to -rt11, which comprises the following commits: 9c1e84c9b81b v5.0.19-rt11 c4258b70deda workqueue: rework 2a0f03c9daff softirq: rework cb38c9a00313 Revert "drm/i915/fence: Do not use TIMER_IRQSAFE" 0ffa8402bf10 clocksource: TCLIB: Add

[OE-core] [PATCH 3/9] linux-yocto/5.0: update to v5.0.17

2019-05-30 Thread bruce . ashfield
From: Bruce Ashfield Integrating the korg -stable commits that comprise the following changes: d59f5a01fa43 Linux 5.0.17 ba686f90778b f2fs: Fix use of number of devices 78b8c59eee72 PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessary f20f463b32bc PCI: hv:

[OE-core] [PATCH 2/9] linux-yocto/4.19: update to v4.19.40

2019-05-30 Thread bruce . ashfield
From: Bruce Ashfield Updating to the latest -stable release which comprises the following changes: 1656b1457209 Linux 4.19.40 cc313d405b0c ath10k: Drop WARN_ON()s that always trigger during system resume d0a5000f10e7 ALSA: line6: use dynamic buffers 68d49ff47789 KVM: nVMX: Fix size

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

2019-05-30 Thread bruce . ashfield
From: Bruce Ashfield Hi all, Here's the latest round of -stable and -dev bumps for linux-yocto. Looking at the timing, v5.2 could be the new reference kernel introduced in the next release, so I gave it some extra test cycles while doing this update. Also note that I updated 4.9, 4.4 and other

[OE-core] [PATCH 1/9] linux-yocto/5.0: update to v5.0.13

2019-05-30 Thread bruce . ashfield
From: Bruce Ashfield Integrating the korg stable commits that comprise the following changes: e5b9547b1aa3 Linux 5.0.13 d467f3acebc5 ath10k: Drop WARN_ON()s that always trigger during system resume 3c13f6cd254d iwlwifi: mvm: properly check debugfs dentry before using it c391e6198768

[OE-core] [PATCH 4/9] linux-yocto/4.19: update to v4.19.44

2019-05-30 Thread bruce . ashfield
From: Bruce Ashfield Integrating the korg -stable updates that comprise the following commits: dafc674bbcb1 Linux 4.19.44 9fa23ea14e8f PCI: hv: Add pci_destroy_slot() in pci_devices_present_work(), if necessary 76888d135c4e PCI: hv: Add hv_pci_remove_slots() when we unload the driver

[OE-core] [PATCH 6/9] linux-yocto-dev: bump to v5.2-rc

2019-05-30 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 ae8c343008..3a055c12ad

[OE-core] [PATCH 5/9] kernel: package modules.builtin.modinfo

2019-05-30 Thread bruce . ashfield
From: Bruce Ashfield As of commit 898490c010b [moduleparam: Save information about built-in modules in separate file] (kernels v5.2-rc1+), modules.builtin.modinfo is generated as part of the kernel build process. We package it along with the other module artifacts, so it can be used by

[OE-core] [PATCH 7/9] linux-yocto-rt/5.0: update to -rt9

2019-05-30 Thread bruce . ashfield
From: Bruce Ashfield Updating linux-yocto-rt to -rt9, which comprises the following commits: cc66f1b95af7 (HEAD -> v5.0/standard/preempt-rt/base) v5.0.14-rt9 96957f0ca4a4 sched/completion: Fix a lockup in wait_for_completion() 7108dfc6c002 iommu/dma-iommu: Remove

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-30 Thread Adrian Bunk
On Thu, May 30, 2019 at 09:13:02AM +0100, richard.pur...@linuxfoundation.org wrote: >... > I'm torn, partly as if we stick with bz2, we effectively do that > perpetually and given the size difference, we should switch. > > Tim mentions we could fix the crops container and I'm tempted to switch >

Re: [OE-core] [PATCH 0/2 V2] add rconflict for systemd/tiny-init

2019-05-30 Thread Richard Purdie
On Thu, 2019-05-30 at 14:15 +0300, Adrian Bunk wrote: > On Thu, May 30, 2019 at 01:32:18PM +0800, changqing...@windriver.com > wrote: > > From: Changqing Li > > > > > > Changqing Li (2): > > tiny-init: add rconflicts > > systemd: add rconflicts > > ... > > I wonder whether the conflicts

Re: [OE-core] [PATCH 0/2 V2] add rconflict for systemd/tiny-init

2019-05-30 Thread Adrian Bunk
On Thu, May 30, 2019 at 12:40:12PM +0100, Richard Purdie wrote: > On Thu, 2019-05-30 at 14:15 +0300, Adrian Bunk wrote: > > On Thu, May 30, 2019 at 01:32:18PM +0800, changqing...@windriver.com > > wrote: > > > From: Changqing Li > > > > > > > > > Changqing Li (2): > > > tiny-init: add

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Adrian Bunk
On Thu, May 30, 2019 at 11:12:21AM +0100, Philippe Normand wrote: > Since version 2.60 the glib-networking TLS database relies on GnuTLS's system > trust store, so not enabling it leads to TLS errors in applications depending > on > glib-networking. The raised runtime warning is: > >

Re: [OE-core] [PATCH 5/9] kernel: package modules.builtin.modinfo

2019-05-30 Thread Belisko Marek
On Thu, May 30, 2019 at 2:45 PM wrote: > > From: Bruce Ashfield > > As of commit 898490c010b [moduleparam: Save information about built-in > modules in separate file] (kernels v5.2-rc1+), modules.builtin.modinfo > is generated as part of the kernel build process. > > We package it along with the

Re: [OE-core] [PATCH 2/2] package.bbclass: Emit HOMEPAGE pkgdata.

2019-05-30 Thread Richard Purdie
On Wed, 2019-05-22 at 12:44 +, Rob Walton wrote: > Emit the contents of HOMEPAGE in the extra pkgdata. This is useful > information to have when creating license manifests. > > Signed-off-by: Rob Walton > --- > meta/classes/package.bbclass | 1 + > 1 file changed, 1 insertion(+) > > diff

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-30 Thread akuster808
On 5/30/19 1:13 AM, richard.pur...@linuxfoundation.org wrote: > On Thu, 2019-05-30 at 02:02 +0300, Adrian Bunk wrote: >> On Wed, May 29, 2019 at 06:29:20PM -0400, Tom Rini wrote: >>> On Thu, May 30, 2019 at 01:17:26AM +0300, Adrian Bunk wrote: On Wed, May 29, 2019 at 10:29:31PM +0100,

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread richard . purdie
On Thu, 2019-05-30 at 12:43 +0100, Philippe Normand wrote: > On Thu, 2019-05-30 at 12:38 +0100, Richard Purdie wrote: > > On Thu, 2019-05-30 at 11:12 +0100, Philippe Normand wrote: > > > Since version 2.60 the glib-networking TLS database relies on > > > GnuTLS's system > > > trust store, so not

Re: [OE-core] [meta-poky][PATCH v4 1/3] poky.conf: make systemd as default init manager

2019-05-30 Thread richard . purdie
On Thu, 2019-05-30 at 05:22 -0400, kai.k...@windriver.com wrote: > From: Kai Kang > > Move configurations from local.conf.sample.extended to poky.conf to > make > systemd as default init manager for poky. Introduce a new variable > 'POKY_INIT_MANAGER' whose value should be either 'systemd' or >

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Philippe Normand
On Thu, 2019-05-30 at 12:38 +0100, Richard Purdie wrote: > On Thu, 2019-05-30 at 11:12 +0100, Philippe Normand wrote: > > Since version 2.60 the glib-networking TLS database relies on > > GnuTLS's system > > trust store, so not enabling it leads to TLS errors in applications > > depending on > >

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Adrian Bunk
On Thu, May 30, 2019 at 02:30:14PM +0100, Philippe Normand wrote: > Hi Adrian, Hi Philippe, > On Thu, 2019-05-30 at 15:17 +0300, Adrian Bunk wrote: >... > > 2. Wouldn't the more common case be to use the ca-certificates > > package instead of PKCS #11? > > I don't know why glib-networking needs

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-30 Thread richard . purdie
On Thu, 2019-05-30 at 16:59 +0300, Adrian Bunk wrote: > There are also some other related topics that might be considered > on how this should develop long-term: > > 1. How important is it to support host distributions that are not > listed as supported? Not limited to uninative it can be

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Richard Purdie
On Thu, 2019-05-30 at 15:47 +0100, Philippe Normand wrote: > On Thu, 2019-05-30 at 17:06 +0300, Adrian Bunk wrote: > > On Thu, May 30, 2019 at 02:30:14PM +0100, Philippe Normand wrote: > > > Hi Adrian, > > > > Hi Philippe, > > > > > On Thu, 2019-05-30 at 15:17 +0300, Adrian Bunk wrote: > > > ...

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Philippe Normand
On Thu, 2019-05-30 at 16:50 +0100, Richard Purdie wrote: > On Thu, 2019-05-30 at 15:47 +0100, Philippe Normand wrote: > > On Thu, 2019-05-30 at 17:06 +0300, Adrian Bunk wrote: > > > On Thu, May 30, 2019 at 02:30:14PM +0100, Philippe Normand wrote: > > > > Hi Adrian, > > > > > > Hi Philippe, > > >

Re: [OE-core] [PATCH 08/11] gstreamer1.0-vaapi: upgrade to version 1.16.0

2019-05-30 Thread Carlos Rafael Giani
Yep, wayland-protocols was missing. I just added it. The other problem is odd. wayland is added as a dependency:     PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland wayland-protocols" and yet wayland-scanner is not installed in the recipe-sysroot-native folder. The

Re: [OE-core] [PATCH 08/11] gstreamer1.0-vaapi: upgrade to version 1.16.0

2019-05-30 Thread Carlos Rafael Giani
Nevermind. Found it. It is in wayland-native. On 30.05.19 17:39, Carlos Rafael Giani wrote: Yep, wayland-protocols was missing. I just added it. The other problem is odd. wayland is added as a dependency:     PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland

[OE-core] [PATCH v2 02/11] gstreamer1.0-plugins-base: upgrade to version 1.16.0

2019-05-30 Thread Carlos Rafael Giani
* 0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch Removed since the https://bugzilla.gnome.org/show_bug.cgi?id=726571 fix is included in 1.16.0 * 0005-viv-fb-Make-sure-config.h-is-included.patch Added to prevent build errors due to missing config.h #include *

[OE-core] [PATCH v2 03/11] gstreamer1.0-plugins-good: upgrade to version 1.16.0

2019-05-30 Thread Carlos Rafael Giani
* 0001-scaletempo-Advertise-interleaved-layout-in-caps-temp.patch Added this patch that is on track for version 1.16.1 because it is needed for WebKit * 0001-gstrtpmp4gpay-set-dafault-value-for-MPEG4-without-co.patch Removed since it is not needed (using mpeg4videoparse fixes the issue) *

Re: [OE-core] [PATCH] gnutls: Add a config option to enable the pkcs11 trust store

2019-05-30 Thread Philippe Normand
On Thu, 2019-05-30 at 17:06 +0300, Adrian Bunk wrote: > On Thu, May 30, 2019 at 02:30:14PM +0100, Philippe Normand wrote: > > Hi Adrian, > > Hi Philippe, > > > On Thu, 2019-05-30 at 15:17 +0300, Adrian Bunk wrote: > > ... > > > 2. Wouldn't the more common case be to use the ca-certificates > > >

Re: [OE-core] [PATCH 08/11] gstreamer1.0-vaapi: upgrade to version 1.16.0

2019-05-30 Thread Adrian Bunk
On Thu, May 30, 2019 at 05:39:12PM +0200, Carlos Rafael Giani wrote: > Yep, wayland-protocols was missing. I just added it. > > The other problem is odd. wayland is added as a dependency: > >     PACKAGECONFIG[wayland] = "--enable-wayland,--disable-wayland,wayland > wayland-protocols" > > and

Re: [OE-core] [PATCH 2/2] uninative: Switch from bz2 to xz

2019-05-30 Thread Tom Rini
On Thu, May 30, 2019 at 02:55:35PM +0100, richard.pur...@linuxfoundation.org wrote: > On Thu, 2019-05-30 at 06:32 -0700, akuster808 wrote: > > > > On 5/30/19 1:13 AM, richard.pur...@linuxfoundation.org wrote: > > > On Thu, 2019-05-30 at 02:02 +0300, Adrian Bunk wrote: > > > > On Wed, May 29,

[OE-core] [PATCH v2 01/11] gstreamer1.0: upgrade to version 1.16.0

2019-05-30 Thread Carlos Rafael Giani
From: Philippe Normand * 0002-gstconfig.h.in-initial-RISC-V-support.patch Removed since this is included in 1.16.0 Signed-off-by: Philippe Normand Signed-off-by: Carlos Rafael Giani --- ...stconfig.h.in-initial-RISC-V-support.patch | 30 --- ...er1.0_1.14.4.bb =>

[OE-core] [PATCH v2 06/11] gstreamer1.0-omx: upgrade to version 1.16.0

2019-05-30 Thread Carlos Rafael Giani
From: Philippe Normand Signed-off-by: Philippe Normand Signed-off-by: Carlos Rafael Giani --- ...{gstreamer1.0-omx_1.14.4.bb => gstreamer1.0-omx_1.16.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-omx_1.14.4.bb =>

[OE-core] [PATCH v2 07/11] gstreamer1.0-libav: upgrade to version 1.16.0

2019-05-30 Thread Carlos Rafael Giani
Signed-off-by: Philippe Normand Signed-off-by: Carlos Rafael Giani --- .../0001-Disable-yasm-for-libav-when-disable-yasm.patch | 2 +- .../0001-configure-check-for-armv7ve-variant.patch| 4 ++-- .../gstreamer/gstreamer1.0-libav/mips64_cpu_detection.patch | 2 +-

[OE-core] [PATCH v2 11/11] gst-validate: upgrade to version 1.16.0

2019-05-30 Thread Carlos Rafael Giani
From: Philippe Normand Signed-off-by: Philippe Normand Signed-off-by: Carlos Rafael Giani --- .../{gst-validate_1.14.4.bb => gst-validate_1.16.0.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gst-validate_1.14.4.bb =>

[OE-core] [PATCH v2 05/11] gstreamer1.0-plugins-ugly: upgrade to version 1.16.0

2019-05-30 Thread Carlos Rafael Giani
Signed-off-by: Philippe Normand Signed-off-by: Carlos Rafael Giani --- ...ins-ugly_1.14.4.bb => gstreamer1.0-plugins-ugly_1.16.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-ugly_1.14.4.bb =>

[OE-core] [PATCH v2 09/11] gstreamer1.0-rtsp-server: upgrade to version 1.16.0

2019-05-30 Thread Carlos Rafael Giani
From: Philippe Normand * 0001-Don-t-hardcode-libtool-name-when-using-introspection.patch Removed since this was fixed in 1.16.0 similarly to the fixes to -base and -bad in https://bugzilla.gnome.org/show_bug.cgi?id=726571 Signed-off-by: Philippe Normand Signed-off-by: Carlos Rafael Giani

[OE-core] [PATCH v2 10/11] gstreamer1.0-python: upgrade to version 1.16.0

2019-05-30 Thread Carlos Rafael Giani
From: Philippe Normand Signed-off-by: Philippe Normand Signed-off-by: Carlos Rafael Giani --- ...amer1.0-python_1.14.4.bb => gstreamer1.0-python_1.16.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-multimedia/gstreamer/{gstreamer1.0-python_1.14.4.bb =>

[OE-core] [PATCH v2 04/11] gstreamer1.0-plugins-bad: upgrade to version 1.16.0

2019-05-30 Thread Carlos Rafael Giani
* 0001-Makefile.am-don-t-hardcode-libtool-name-when-running.patch Removed since the https://bugzilla.gnome.org/show_bug.cgi?id=726571 fix is included in 1.16.0 * SCTP plugin got added * WPE plugin got added (but currently disabled due to build problems with meta-webkit; will be fixed in a

[OE-core] [PATCH v2 08/11] gstreamer1.0-vaapi: upgrade to version 1.16.0

2019-05-30 Thread Carlos Rafael Giani
Signed-off-by: Philippe Normand Signed-off-by: Carlos Rafael Giani --- .../0001-vaapsink-downgrade-to-marginal.patch | 4 ++-- ...amer1.0-vaapi_1.14.4.bb => gstreamer1.0-vaapi_1.16.0.bb} | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) rename

[OE-core] [PATCH] perl: Set build date to SOURCE_DATE_EPOCH

2019-05-30 Thread Joshua Watt
Perl uses an internal #define called PERL_BUILD_DATE as the string for the date when perl was built. If undefined, it defaults to using __DATE__ and __TIME__, which is not reproducible. If SOURCE_DATE_EPOCH is set at do_configure time, use it to generate a reproducible string for PERL_BUILD_DATE.

[OE-core] [PATCH v3] gstreamer1.0-vaapi: upgrade to version 1.16.0

2019-05-30 Thread Carlos Rafael Giani
Signed-off-by: Philippe Normand Signed-off-by: Carlos Rafael Giani --- .../0001-vaapsink-downgrade-to-marginal.patch | 4 ++-- ...amer1.0-vaapi_1.14.4.bb => gstreamer1.0-vaapi_1.16.0.bb} | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) rename

Re: [OE-core] [PATCH v2 01/11] gstreamer1.0: upgrade to version 1.16.0

2019-05-30 Thread Alexander Kanavin
This has already merged to master, so you need to rebase, and resend what's left. Alex On Thu, 30 May 2019 at 18:42, Carlos Rafael Giani wrote: > From: Philippe Normand > > * 0002-gstconfig.h.in-initial-RISC-V-support.patch > Removed since this is included in 1.16.0 > > Signed-off-by:

[OE-core] [PATCH] glibc-locale: DEPEND on virtual/libc

2019-05-30 Thread Joshua Watt
The restriction against glibc-locale depending on virtual/libc is removed now that libc-initial no longer exists. Adding the DEPENDS on virtual/libc fixes a race (and reproducibility issue) where the packages created by this recipe would have different runtime dependencies depending on if libc