Re: [OE-core] [PATCH v3 1/2] local.conf.sample: make systemd as default init manager

2019-05-26 Thread Kang Kai
On 2019/5/25 上午3:23, Peter Kjellerstedt wrote: -Original Message- From: Khem Raj Sent: den 23 maj 2019 22:59 To: Peter Kjellerstedt Cc: kai.k...@windriver.com; openembedded-core@lists.openembedded.org; richard.pur...@linuxfoundation.org Subject: Re: [OE-core] [PATCH v3 1/2] local.conf.

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

2019-05-26 Thread chee . yang . lee
From: Chee Yang Lee Add new source parameter label to allow boot.conf/grub.cfg label option to set as "install-efi", so far it's hardcoded to "Boot". The label remain to "Boot" for systemd-boot or blank for grub-efi whenever label are not "install-efi". when label set to "install-efi" the image

[OE-core] [PATCH V2 0/1] systemd: avoid musl specific patches affect glibc systems

2019-05-26 Thread Chen Qi
Changes in V2: * change to use libc-musl override for SRC_URI The following changes since commit 06381a917e7e7648ace4746cbda55dcd138a64ec: perl/modules: Add various missing ptest perl module dependencies (2019-05-22 07:24:52 +0100) are available in the git repository at: git://git.pokylinu

[OE-core] [PATCH 1/1] systemd: avoid musl specific patches affect glibc systems

2019-05-26 Thread Chen Qi
systemd upstream only care about glibc. We made musl specific patches so that systemd could work. But currently these patches contain potential security issues. So apply these patches only when the libc is musl. Signed-off-by: Chen Qi --- meta/recipes-core/systemd/systemd_242.bb | 2 +- 1 file

Re: [OE-core] OE-Core status with gcc9

2019-05-26 Thread Khem Raj
On Mon, May 13, 2019 at 8:39 PM Khem Raj wrote: > > On Sun, May 12, 2019 at 1:14 PM Khem Raj wrote: > > > > On Sun, May 12, 2019 at 6:21 AM Richard Purdie > > wrote: > > > > > > I've run some tests and think we're now down to one remaining issue > > > with gcc 9: > > > > > > https://autobuilder.

[OE-core] [thud][PATCH] glibc: Security fix CVE-2019-9169

2019-05-26 Thread Armin Kuster
From: Armin Kuster Signed-off-by: Armin Kuster --- meta/recipes-core/glibc/glibc/CVE-2019-9169.patch | 63 +++ meta/recipes-core/glibc/glibc_2.28.bb | 1 + 2 files changed, 64 insertions(+) create mode 100644 meta/recipes-core/glibc/glibc/CVE-2019-9169.patch d

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

2019-05-26 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 => gstrea

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

2019-05-26 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) * a

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

2019-05-26 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 => gstreamer1.

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

2019-05-26 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 04/11] gstreamer1.0-plugins-bad: upgrade to version 1.16.0

2019-05-26 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 s

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

2019-05-26 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 * 0010-gl-Add-swi

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

2019-05-26 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 +- .../workaroun

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

2019-05-26 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 => gst-valida

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

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

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

2019-05-26 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 => gst

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

2019-05-26 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 => gstreamer1.0-plugins-u