[OE-core] [thud][PATCH] linux-yocto/4.14: update to v4.14.143

2019-09-16 Thread Armin Kuster
From: Bruce Ashfield Updating to the latest 4.14 -stable. Lightly build and boot tested on qemu* Signed-off-by: Bruce Ashfield Signed-off-by: Armin Kuster --- meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb | 6 +++--- meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb | 6 +++---

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2019-09-16 Thread Stephen K Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[OE-core] OpenEmbedded Developer Meeting on Day 2 of Yocto Project Summit after ELCE

2019-09-16 Thread Philip Balister
Boy that is a mouthful. The date is November 1 2019 in Lyon, France. On day 2 of the Yocto Project Summit after the Embedded Linux Conference, we are hosting an OpenEmbedded Developer meeting. This meeting is part of an ongoing series of meetings held for OpenEmbedded developers and users to

Re: [OE-core] [thud][PATCH] gcc: CVE fix

2019-09-16 Thread Khem Raj
On Mon, Sep 16, 2019 at 11:56 AM Muminul Russell wrote: > > This patch has two commits one is code changes and another is test > coverage. Both commits relate to a single CVE fix. What benefits would > you get splitting the patch? makes it readable, apply future backports is a bit easier if

Re: [OE-core] [thud][PATCH] gcc: CVE fix

2019-09-16 Thread akuster808
On 9/16/19 10:53 AM, Muminul Islam wrote: > Signed-off-by: Muminul Islam > --- > .../gcc/gcc/CVE-2019-15847.patch | 642 ++ > meta/recipes-devtools/gcc/gcc_8.2.bb | 4 + > 2 files changed, 646 insertions(+) Is there a master and warrior fix in the OE

[OE-core] [thud][PATCH] gcc: CVE fix

2019-09-16 Thread Muminul Islam
Signed-off-by: Muminul Islam --- .../gcc/gcc/CVE-2019-15847.patch | 642 ++ meta/recipes-devtools/gcc/gcc_8.2.bb | 4 + 2 files changed, 646 insertions(+) create mode 100644 meta/recipes-devtools/gcc/gcc/CVE-2019-15847.patch diff --git

Re: [OE-core] [PATCH] kernel: do verbose builds

2019-09-16 Thread Ross Burton
On 16/09/2019 14:18, Bruce Ashfield wrote: On Mon, Sep 16, 2019 at 8:41 AM Ross Burton wrote: Pass V=1 to kernel builds so that the compile log is more useful if it all goes wrong. Signed-off-by: Ross Burton --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1

[OE-core] [PATCH 2/2] Remove SSTATE_HASHEQUIV_SERVER

2019-09-16 Thread Joshua Watt
Removes all references to the SSTATE_HASHEQUIV_SERVER variable. This variable is redundant now that BB_HASHSERVE is present. Signed-off-by: Joshua Watt --- meta/classes/sstate.bbclass | 5 - meta/conf/bitbake.conf | 2 +- meta/lib/oe/sstatesig.py| 8 ++-- 3 files changed, 3

[OE-core] [PATCH 0/2] Update for new hash equivalence server

2019-09-16 Thread Joshua Watt
Updates to deal with the new hash equivalence server in bitbake Joshua Watt (2): sstatesig: Update server URI Remove SSTATE_HASHEQUIV_SERVER meta/classes/sstate.bbclass | 5 - meta/conf/bitbake.conf | 2 +- meta/lib/oe/sstatesig.py| 8 ++-- 3 files changed, 3 insertions(+),

[OE-core] [PATCH 1/2] sstatesig: Update server URI

2019-09-16 Thread Joshua Watt
The server no longer uses a "http://; URI, since it has been updated to use a different protocol. Signed-off-by: Joshua Watt --- meta/lib/oe/sstatesig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py index

[OE-core] ✗ patchtest: failure for Update for new hash equivalence server

2019-09-16 Thread Patchwork
== Series Details == Series: Update for new hash equivalence server Revision: 1 URL : https://patchwork.openembedded.org/series/19979/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

Re: [OE-core] [thud][PATCH] gcc: CVE fix

2019-09-16 Thread Khem Raj
On Mon, Sep 16, 2019 at 10:53 AM Muminul Islam wrote: > > Signed-off-by: Muminul Islam > --- > .../gcc/gcc/CVE-2019-15847.patch | 642 ++ > meta/recipes-devtools/gcc/gcc_8.2.bb | 4 + > 2 files changed, 646 insertions(+) > create mode 100644

[OE-core] [PATCH 4/8] ffmpeg: don't rely on configure to correctly detect ARM vfp or neon

2019-09-16 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb index 307e37e3fe..c4261248b6 100644 ---

[OE-core] [PATCH 2/8] busybox: rcS and rcK should not be writeable by everyone

2019-09-16 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-core/busybox/busybox.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 49165d7f51..4c3969501a 100644 ---

[OE-core] [PATCH 1/8] base-files: drop legacy empty file /etc/default/usbd

2019-09-16 Thread Andre McCurdy
Doesn't seem to be referenced by anything in oe-core any more. Signed-off-by: Andre McCurdy --- meta/recipes-core/base-files/base-files/usbd | 0 meta/recipes-core/base-files/base-files_3.0.14.bb | 2 -- 2 files changed, 2 deletions(-) delete mode 100644

[OE-core] [PATCH 8/8] libunwind: apply configure over-ride to both big and little endian ARM

2019-09-16 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-support/libunwind/libunwind.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-support/libunwind/libunwind.inc b/meta/recipes-support/libunwind/libunwind.inc index 5726589661..76a1bf6246 100644 ---

[OE-core] [PATCH] classes/reproducible_build: Move SDE deploy to another directory

2019-09-16 Thread Joshua Watt
The deployment of the source date epoch file had a race condition where any task attempting to read from the file would race with creation of the sstate archive for the do_deploy_source_date_epoch task. The creation of the sstate archive requires moving the directory to a temporary location, then

[OE-core] [PATCH 7/8] initscripts: enable alignment.sh init script for big endian ARM

2019-09-16 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- .../initscripts/initscripts-1.0/{arm => }/alignment.sh | 0 meta/recipes-core/initscripts/initscripts_1.0.bb | 1 + 2 files changed, 1 insertion(+) rename meta/recipes-core/initscripts/initscripts-1.0/{arm => }/alignment.sh (100%)

[OE-core] [PATCH 6/8] libwebp: apply ARM specific config options to big endian ARM

2019-09-16 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/webp/libwebp_1.0.3.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/webp/libwebp_1.0.3.bb b/meta/recipes-multimedia/webp/libwebp_1.0.3.bb index 01fc02d23b..a4d1ae43d9 100644 ---

[OE-core] [PATCH 3/8] ffmpeg: add PACKAGECONFIG controls for alsa and zlib (enable by default)

2019-09-16 Thread Andre McCurdy
Also move the libogg dependency to the theora PACKAGECONFIG, since according to the configure script, theora is the specific component which requires it. Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-)

[OE-core] [PATCH 5/8] ffmpeg: enable more verbose build logs

2019-09-16 Thread Andre McCurdy
Signed-off-by: Andre McCurdy --- meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb index c4261248b6..2809f343b8 100644 ---

Re: [OE-core] [PATCH] kernel: do verbose builds

2019-09-16 Thread Bruce Ashfield
On Mon, Sep 16, 2019 at 4:27 PM Ross Burton wrote: > > On 16/09/2019 14:18, Bruce Ashfield wrote: > > On Mon, Sep 16, 2019 at 8:41 AM Ross Burton wrote: > >> > >> Pass V=1 to kernel builds so that the compile log is more useful if it all > >> goes > >> wrong. > >> > >> Signed-off-by: Ross

Re: [OE-core] [PATCH 4/8] ffmpeg: don't rely on configure to correctly detect ARM vfp or neon

2019-09-16 Thread Christopher Larson
This seems like something that could do with a ‘why’ in the commit message and/or comments, to me. On Sep 16, 2019, 12:25 PM -0700, Andre McCurdy , wrote: > Signed-off-by: Andre McCurdy > --- > meta/recipes-multimedia/ffmpeg/ffmpeg_4.2.bb | 11 ++- > 1 file changed, 10 insertions(+), 1

Re: [OE-core] [thud][PATCH] gcc: CVE fix

2019-09-16 Thread Muminul Russell
This patch has two commits one is code changes and another is test coverage. Both commits relate to a single CVE fix. What benefits would you get splitting the patch? On Mon, Sep 16, 2019 at 11:50 AM Khem Raj wrote: > > On Mon, Sep 16, 2019 at 10:53 AM Muminul Islam wrote: > > > >

[OE-core] [thud][PATCH v2] gcc: CVE fix for gcc

2019-09-16 Thread Muminul Islam
Signed-off-by: Muminul Islam --- meta/recipes-devtools/gcc/gcc-8.2.inc | 2 + .../gcc/gcc/0042-CVE-2019-15847_1.patch | 570 .../gcc/gcc/0043-CVE-2019-15847_2.patch | 640 ++ 3 files changed, 1212 insertions(+) create mode 100644

Re: [OE-core] [PATCH 4/8] ffmpeg: don't rely on configure to correctly detect ARM vfp or neon

2019-09-16 Thread Andre McCurdy
On Mon, Sep 16, 2019 at 2:33 PM Christopher Larson wrote: > > This seems like something that could do with a ‘why’ in the commit message > and/or comments, to me. To be consistent with: https://git.openembedded.org/openembedded-core/commit/?id=1a563214caf6bd5b3a026ebe953f8c692ebd640a > On

[OE-core] [PATCH V5] weston-init: Add possibility to run weston as non-root user

2019-09-16 Thread Khem Raj
These changes are from meta-96boards primarily Launch the session via a udev rule based on what kind of display device is available delete weston-conf and move the fuctionality into weston-init other layers are doing same weston-init installs machine specific weston.ini therefore mark is machine

Re: [OE-core] [PATCH 4/8] ffmpeg: don't rely on configure to correctly detect ARM vfp or neon

2019-09-16 Thread Adrian Bunk
On Mon, Sep 16, 2019 at 03:08:01PM -0700, Andre McCurdy wrote: > On Mon, Sep 16, 2019 at 2:33 PM Christopher Larson wrote: > > > > This seems like something that could do with a ‘why’ in the commit message > > and/or comments, to me. > > To be consistent with: > > >

[OE-core] [PATCH] testimage.bbclass: Add kernel provider and version to testresult

2019-09-16 Thread Yeoh Ee Peng
In running QA testing, we sometime need to select custom provider for virtual/kernel and version. To track the selected virtual/kernel provider and version used during test, we need to add these information to testresult. This patch add the virtual/kernel and version into the testresult

Re: [OE-core] [PATCH V3] weston-init: Add possibility to run weston as non-root user

2019-09-16 Thread Khem Raj
On Mon, Sep 16, 2019 at 3:19 PM Richard Purdie wrote: > > On Fri, 2019-09-13 at 06:41 -0700, Khem Raj wrote: > > On Fri, Sep 13, 2019 at 5:27 AM Ross Burton > > wrote: > > > On 11/09/2019 05:29, Khem Raj wrote: > > > > .../wayland/weston-init/weston.ini| 74 > > > >

Re: [OE-core] [PATCH] dnf: make dnf work in toolchain

2019-09-16 Thread Zheng, Ruoqin
Hi Richard > you can run these with commands like: > > os-selftest -r sstatetests.SStateTests.test_sstate_allarch_samesigs > > Cheers, Could you tell me what does the oe-selftest in here test for? Especially what do the signature tests test for? Thanks

Re: [OE-core] [PATCH 3/4] gtk+3: Set depends to the virtual needed not explicitly on Mesa

2019-09-16 Thread Richard Purdie
On Fri, 2019-09-13 at 15:36 -0400, Andrew F. Davis via Openembedded-core wrote: > The dependency is for EGL and GLES2 libraries. On some systems these > are not provided by Mesa, list what is actually needed so the system > can choose the correct provider. > > Signed-off-by: Andrew F. Davis >

[OE-core] [PATCH 0/1] Assert error when there are multiple shlib_providers for the same file

2019-09-16 Thread Jonathan Marler
The following changes since commit 86b8a1d534bfcd70775c6e2b59eabe10de29f526: libevent: don't treat test stats line as pass/fail in ptest (2019-09-11 07:30:08 +0100) are available in the git repository at: git://github.com/marler8997/openembedded-core assertMultiShlibs

Re: [OE-core] [PATCH] openssl: Upgrade 1.1.1c -> 1.1.1d

2019-09-16 Thread Khem Raj
this has some regressions in meta-openembedded see https://errors.yoctoproject.org/Errors/Build/89034/ On Mon, Sep 16, 2019 at 12:05 AM Adrian Bunk wrote: > > Backported patches removed. > > Signed-off-by: Adrian Bunk > --- > .../0001-Fix-broken-change-from-b3d113e.patch | 35 --- >

Re: [OE-core] [PATCH 3/4] gtk+3: Set depends to the virtual needed not explicitly on Mesa

2019-09-16 Thread Andrew F. Davis via Openembedded-core
On 9/16/19 6:27 PM, Richard Purdie wrote: > On Fri, 2019-09-13 at 15:36 -0400, Andrew F. Davis via Openembedded-core > wrote: >> The dependency is for EGL and GLES2 libraries. On some systems these >> are not provided by Mesa, list what is actually needed so the system >> can choose the correct

[OE-core] [PATCH] glibc: Make it build without ldconfig in DISTRO_FEATURES

2019-09-16 Thread Peter Kjellerstedt
The removal of the supposedly empty /etc when ldconfig is not in DISTRO_FEATURES seems to be a remnant from a long time ago when nothing else was installed in /etc. However, that is no longer the case as, e.g., nscd.conf is always installed to /etc now. Signed-off-by: Peter Kjellerstedt ---

Re: [OE-core] [PATCH v2 1/9] uefi.bbclass: add bbclass holding configuration for UEFI applications

2019-09-16 Thread Richard Purdie
On Fri, 2019-09-13 at 18:44 +0300, dbarysh...@gmail.com wrote: > From: Dmitry Eremin-Solenikov > > Create new bbclass defining common variables for all UEFI-related > packages (bootloaders, test applications, etc). > > Signed-off-by: Dmitry Eremin-Solenikov < >

Re: [OE-core] [PATCH V3] weston-init: Add possibility to run weston as non-root user

2019-09-16 Thread Richard Purdie
On Fri, 2019-09-13 at 06:41 -0700, Khem Raj wrote: > On Fri, Sep 13, 2019 at 5:27 AM Ross Burton > wrote: > > On 11/09/2019 05:29, Khem Raj wrote: > > > .../wayland/weston-init/weston.ini| 74 > > > +++ > > > > core-image-weston now fails: > > > >file

Re: [OE-core] [PATCH 4/8] ffmpeg: don't rely on configure to correctly detect ARM vfp or neon

2019-09-16 Thread Andre McCurdy
On Mon, Sep 16, 2019 at 3:34 PM Adrian Bunk wrote: > > On Mon, Sep 16, 2019 at 03:08:01PM -0700, Andre McCurdy wrote: > > On Mon, Sep 16, 2019 at 2:33 PM Christopher Larson > > wrote: > > > > > > This seems like something that could do with a ‘why’ in the commit > > > message and/or comments,

Re: [OE-core] [thud][PATCH v2] gcc: CVE fix for gcc

2019-09-16 Thread Mikko.Rapeli
On Mon, Sep 16, 2019 at 08:37:28PM +, Muminul Islam wrote: > Signed-off-by: Muminul Islam > --- > meta/recipes-devtools/gcc/gcc-8.2.inc | 2 + > .../gcc/gcc/0042-CVE-2019-15847_1.patch | 570 > .../gcc/gcc/0043-CVE-2019-15847_2.patch | 640

[OE-core] [PATCH] cmake: 3.15.2 -> 3.15.3

2019-09-16 Thread Nathan Rossi
Update to fix issues with Boost 1.71.0, see pull request: https://gitlab.kitware.com/cmake/cmake/merge_requests/3763 Signed-off-by: Nathan Rossi --- .../cmake/{cmake-native_3.15.2.bb => cmake-native_3.15.3.bb} | 0 meta/recipes-devtools/cmake/cmake.inc

[OE-core] [PATCH] dnf: make dnf work in toolchain

2019-09-16 Thread Zheng Ruoqin
We need to configure dnf to use package architecture from yocto build system. Install etc/dnf/vars to ${SDKTARGETSYSROOT} because config file in host-sysroot as /opt/poky/2.7+snapshot/sysroots/x86_64-pokysdk-linux will be covered by another ARCH which result in previous config settings

[OE-core] [PATCH] openssl: Upgrade 1.1.1c -> 1.1.1d

2019-09-16 Thread Adrian Bunk
Backported patches removed. Signed-off-by: Adrian Bunk --- .../0001-Fix-broken-change-from-b3d113e.patch | 35 --- ...x-build-error-for-aarch64-big-endian.patch | 43 --- .../{openssl_1.1.1c.bb => openssl_1.1.1d.bb} | 6 +-- 3 files changed, 2 insertions(+), 82

[OE-core] [PATCH 1/2] busybox.inc: handle empty DEBUG_PREFIX_MAP

2019-09-16 Thread Mikko Rapeli
DEBUG_PREFIX_MAP can be empty if e.g. old clang toolchain doesn't support the default poky values for gcc. Fixes build failure: ERROR: Logfile of failure stored in: /home/builder/src/base/build/tmp/work/aarch64-poky-linux/busybox/1.31.0-r 0/temp/log.do_configure.14451 Log data follows: | DEBUG:

[OE-core] [PATCH] grub: remove diffutils and freetype runtime dependencies

2019-09-16 Thread Yi Zhao
The diffutils runtime dependency was introduced from legacy grub since the script grub-install invokes cmp command which is from diffutils package. But in Grub2 the grub-install has been rewritten with C language. So this package isn't needed anymore. The freetype runtime dependency is for

Re: [OE-core] [PATCH 1/2] busybox.inc: handle empty DEBUG_PREFIX_MAP

2019-09-16 Thread Ross Burton
Hi Mikko, This is 1/2 but 2/2 never arrived on the list. Can you repost it? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH] kernel: do verbose builds

2019-09-16 Thread Ross Burton
Pass V=1 to kernel builds so that the compile log is more useful if it all goes wrong. Signed-off-by: Ross Burton --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index

Re: [OE-core] [PATCH 1/2] busybox.inc: handle empty DEBUG_PREFIX_MAP

2019-09-16 Thread Mikko.Rapeli
Hi, On Mon, Sep 16, 2019 at 01:37:25PM +0100, Ross Burton wrote: > Hi Mikko, > > This is 1/2 but 2/2 never arrived on the list. Can you repost it? Sorry, 2/2 from my poky tree was the bitbake svn fetcher patch in http://lists.openembedded.org/pipermail/bitbake-devel/2019-September/020328.html

Re: [OE-core] [PATCH 1/2] busybox.inc: handle empty DEBUG_PREFIX_MAP

2019-09-16 Thread Ross Burton
On 16/09/2019 13:43, mikko.rap...@bmw.de wrote: Hi, On Mon, Sep 16, 2019 at 01:37:25PM +0100, Ross Burton wrote: Hi Mikko, This is 1/2 but 2/2 never arrived on the list. Can you repost it? Sorry, 2/2 from my poky tree was the bitbake svn fetcher patch in

Re: [OE-core] [PATCH] dnf: make dnf work in toolchain

2019-09-16 Thread Richard Purdie
On Mon, 2019-09-16 at 14:36 +0800, Zheng Ruoqin wrote: > We need to configure dnf to use package architecture from yocto build > system. > > Install etc/dnf/vars to ${SDKTARGETSYSROOT} because config file in > host-sysroot as /opt/poky/2.7+snapshot/sysroots/x86_64-pokysdk-linux > will be covered

Re: [OE-core] [PATCH] kernel: do verbose builds

2019-09-16 Thread Bruce Ashfield
On Mon, Sep 16, 2019 at 8:41 AM Ross Burton wrote: > > Pass V=1 to kernel builds so that the compile log is more useful if it all > goes > wrong. > > Signed-off-by: Ross Burton > --- > meta/classes/kernel.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[OE-core] [PATCH] initramfs-framework: support PARTLABEL option

2019-09-16 Thread Diego Rondini
Since commit (kernel >= 4.20): https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f027c34d844013d9d6c902af8fa01a82d6e5073d specifying rootfs by PARTLABEL is supported. This commit adds support to specify root by GPT partition label. Signed-off-by: Diego Rondini ---