[OE-core] ✗ patchtest: failure for qtwebkit_git.bb: Fix configure failure on bison

2018-08-17 Thread Patchwork
== Series Details == Series: qtwebkit_git.bb: Fix configure failure on bison Revision: 1 URL : https://patchwork.openembedded.org/series/13588/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [meta-qt5][PATCH] qtwebkit_git.bb: Fix configure failure on bison

2018-08-17 Thread Manjukumar Matha
Fix the following error during do_configure | CMake Error at | Could NOT find BISON (missing: BISON_EXECUTABLE) (Required is at least | version "2.1") | Call Stack (most recent call first): Add dependency to bison-native to fix the above error Signed-off-by: Manjukumar Matha --- recipes-qt

Re: [OE-core] Question regarding docker and sumo

2018-08-17 Thread Andre McCurdy
On Fri, Aug 17, 2018 at 1:58 PM, Lukasz Majewski wrote: > Dear All, > > I do port yocto/OE from 2.3 to 2.5.1 > > For packagegroups-foo-common I do see following error > > cd /packagegroup-foo-common/1.0-r0/sstate-build-package/ > > as expected, there are needed directories: package packages-split

[OE-core] [oe-core][rocko][sumo][master][PATCH 2/2] base-files: respect PERSISTENT_LOG_DIR

2018-08-17 Thread Ankur Tyagi
Respect PERSISTENT_LOG_DIR variable. In this way, if the user overrides this variable to be e.g "/home/root/log", /var/log on the final image would be a link pointing to /home/root/log on persistent storage. Signed-off-by: Ankur Tyagi --- meta/recipes-core/base-files/base-files_3.0.14.bb | 6 +++

[OE-core] [oe-core][rocko][sumo][master][PATCH 1/2] bitbake.conf: add PERSISTENT_LOG_DIR variable

2018-08-17 Thread Ankur Tyagi
This variable is only respected when VOLATILE_LOG_DIR is "no". The default value is "" which results in the /var/log being log directory. The user could override this value to a path e.g "/home/root/log" which results /var/log being a link pointing to /home/root/log directory on persistent storag

Re: [OE-core] [bitbake-devel] how to store a modification of a bbclass in the poky layer in my own layer.

2018-08-17 Thread Davis Roman
Hi Christopher, I think I get it now. Thank you so much for your time! Davis On Fri, Aug 17, 2018, 6:57 PM Christopher Larson wrote: > Layer priority as defined by BBFILE_PRIORITY controls recipe selection, > not bbclass and config file parsing. See the bitbake reference manual for > more det

Re: [OE-core] [bitbake-devel] how to store a modification of a bbclass in the poky layer in my own layer.

2018-08-17 Thread Christopher Larson
Layer priority as defined by BBFILE_PRIORITY controls recipe selection, not bbclass and config file parsing. See the bitbake reference manual for more detail. On Fri, Aug 17, 2018 at 3:54 PM Davis Roman wrote: > Hi Christopher, > > I am very intrigued by your response. > > Initially I had mentio

Re: [OE-core] [bitbake-devel] how to store a modification of a bbclass in the poky layer in my own layer.

2018-08-17 Thread Davis Roman
Hi Christopher, I am very intrigued by your response. Initially I had mentioned that the 'bitbake-layers show-layers' command indicates that my layer, meta-hon-grip, has a priority of 8 which is among the highest while the meta layer only has a priority of 5. However, now that you mentioned the

Re: [OE-core] [V2][PATCH] gnutls: Update to 3.6.3

2018-08-17 Thread akuster808
On 08/17/2018 02:31 PM, Andre McCurdy wrote: > On Fri, Aug 17, 2018 at 7:14 AM, Armin Kuster wrote: >> [v2] >> Fix new config options form with to disable. >> >> [v1] >> release notes: >> https://lists.gnupg.org/pipermail/gnutls-devel/2018-July/008584.html >> >> add ssl3 and tls1.3 config opti

Re: [OE-core] [bitbake-devel] how to store a modification of a bbclass in the poky layer in my own layer.

2018-08-17 Thread Christopher Larson
Your layer has to be before poky/meta in BBLAYERS, as that determines BBPATH, which is how bbclasses and config files are found (much like PATH). On Fri, Aug 17, 2018 at 12:11 PM Davis Roman wrote: > Hello! > > > I've made a modification in poky/meta/classes/libc-package.bbclass ( > shown below)

Re: [OE-core] [PATCH v4] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-08-17 Thread Andre McCurdy
On Fri, Aug 17, 2018 at 2:14 PM, wrote: > On Fri, 2018-08-17 at 12:46 -0700, Andre McCurdy wrote: >> On Thu, Aug 16, 2018 at 10:53 PM, Richard Purdie >> wrote: >> > On Thu, 2018-08-16 at 22:44 +0100, richard.purdie@linuxfoundation.o >> > rg >> > wrote: >> > > On Thu, 2018-08-16 at 17:08 -0400, B

Re: [OE-core] [V2][PATCH] gnutls: Update to 3.6.3

2018-08-17 Thread Andre McCurdy
On Fri, Aug 17, 2018 at 7:14 AM, Armin Kuster wrote: > [v2] > Fix new config options form with to disable. > > [v1] > release notes: > https://lists.gnupg.org/pipermail/gnutls-devel/2018-July/008584.html > > add ssl3 and tls1.3 config options now supported. > > Signed-off-by: Armin Kuster > ---

Re: [OE-core] [PATCH 1/2] populate_sdk_base: only depend on nativesdk-glibc-locale when SDK_OS is not mingw32

2018-08-17 Thread Richard Purdie
On Fri, 2018-08-17 at 01:54 -0700, Zhixiong Chi wrote: > When we add the nativesdk-glibc-locale dependence for libc-glibc, if > the SDK_OS > is mingw32, it will broken the building with the following error: > > NOTE: Resolving any missing task queue dependencies > > ERROR: Nothing RPROVIDES 'native

Re: [OE-core] [PATCH v4] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-08-17 Thread richard . purdie
On Fri, 2018-08-17 at 12:46 -0700, Andre McCurdy wrote: > On Thu, Aug 16, 2018 at 10:53 PM, Richard Purdie > wrote: > > On Thu, 2018-08-16 at 22:44 +0100, richard.purdie@linuxfoundation.o > > rg > > wrote: > > > On Thu, 2018-08-16 at 17:08 -0400, Bruce Ashfield wrote: > > > > I'm getting a strange

[OE-core] Question regarding docker and sumo

2018-08-17 Thread Lukasz Majewski
Dear All, I do port yocto/OE from 2.3 to 2.5.1 For packagegroups-foo-common I do see following error cd /packagegroup-foo-common/1.0-r0/sstate-build-package/ as expected, there are needed directories: package packages-split pkgdata The problem is in sstate_create_package () at poky/meta/cla

Re: [OE-core] [PATCH v4] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-08-17 Thread Andre McCurdy
On Thu, Aug 16, 2018 at 10:53 PM, Richard Purdie wrote: > On Thu, 2018-08-16 at 22:44 +0100, richard.pur...@linuxfoundation.org > wrote: >> On Thu, 2018-08-16 at 17:08 -0400, Bruce Ashfield wrote: >> > I'm getting a strange install issue with x86 that I've never seen >> > before, and that >> > par

[OE-core] how to store a modification of a bbclass in the poky layer in my own layer.

2018-08-17 Thread Davis Roman
Hello! I've made a modification in poky/meta/classes/libc-package.bbclass ( shown below) However I don't want this change to be stored here long term and instead feel that it should live in my project specific layer, meta-hon-grip. After checking with bitbake-layers, I saw that my layer has a h

[OE-core] weston-init: run login before start weston.service

2018-08-17 Thread quanyang.wang
From: Wang Quanyang When systemd start the weston.service, the script "weston-start" will check if the dir "XDG_RUNTIME_DIR" (usually is /run/user/0) exits and create it. Then weston will create a socket file "wayland-0" for communications with clients in this dir. If systemd is built with enabl

[OE-core] [V2][PATCH] gnutls: Update to 3.6.3

2018-08-17 Thread Armin Kuster
[v2] Fix new config options form with to disable. [v1] release notes: https://lists.gnupg.org/pipermail/gnutls-devel/2018-July/008584.html add ssl3 and tls1.3 config options now supported. Signed-off-by: Armin Kuster --- meta/recipes-support/gnutls/gnutls.inc | 2 ++ ...

Re: [OE-core] [PATCH] gnutls: Update to 3.6.3

2018-08-17 Thread akuster808
On 08/17/2018 01:20 AM, Anuj Mittal wrote: > On 08/17/2018 01:17 PM, Armin Kuster wrote: >> release notes: >> https://lists.gnupg.org/pipermail/gnutls-devel/2018-July/008584.html >> >> add ssl3 and tls1.3 config options now supported. >> >> Signed-off-by: Armin Kuster >> --- >> meta/recipes-s

Re: [OE-core] [PATCH] openssh: fix wrong volatile dir for sshd host keys on read-only rootfs

2018-08-17 Thread Joshua Watt
On Thu, 2018-08-16 at 22:33 -0700, Andre McCurdy wrote: > On Wed, Aug 15, 2018 at 11:26 PM, Martin Hundebøll > wrote: > > Hi Andre, > > > > On 15/08/2018 21.47, Andre McCurdy wrote: > > > > > > On Wed, Aug 15, 2018 at 4:59 AM, Martin Hundebøll > > com> > > > wrote: > > > > > > > > When the rea

[OE-core] [PATCH] python3-git: update to version 2.1.11

2018-08-17 Thread Derek Straka
Update to the latest stable release Signed-off-by: Derek Straka --- meta/recipes-devtools/python/python-git.inc | 4 ++-- .../python/{python3-git_2.1.10.bb => python3-git_2.1.11.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-dev

[OE-core] [PATCH] python3-pip: update to version 18.0

2018-08-17 Thread Derek Straka
License-Update: Update checksum for copyright year changes Update to the latest stable version Signed-off-by: Derek Straka --- .../python/{python3-pip_10.0.1.bb => python3-pip_18.0.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{py

[OE-core] [PATCH] python3-gitdb: update to version 2.0.4

2018-08-17 Thread Derek Straka
Update to the latest stable release Signed-off-by: Derek Straka --- meta/recipes-devtools/python/python-gitdb.inc | 4 ++-- .../python/{python3-gitdb_2.0.3.bb => python3-gitdb_2.0.4.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-dev

Re: [OE-core] [meta-oe][PATCH] directfb: fix tslib version check in configure.in

2018-08-17 Thread Jonas Mark (BT-FIR/ENG1)
Hi Richard, I already sent an updated version of the patch to the openembedded-de...@lists.openembedded.org mailing list because an automatic system informed me that I hit the wrong mailing list. I propose to switch to openembedded-devel for further discussions. [meta-oe,v2] directfb: fix tslib v

Re: [OE-core] [PATCH v4] kernel-devsrc: restructure for out of tree (and on target) module builds

2018-08-17 Thread Bruce Ashfield
On Fri, Aug 17, 2018 at 1:53 AM, Richard Purdie wrote: > On Thu, 2018-08-16 at 22:44 +0100, richard.pur...@linuxfoundation.org > wrote: >> On Thu, 2018-08-16 at 17:08 -0400, Bruce Ashfield wrote: >> > I'm getting a strange install issue with x86 that I've never seen >> > before, and that >> > part

Re: [OE-core] [PATCH] sstate: Avoid indirect auto-archive-native dependencies (via SSTATE_EXCLUDEDEPS_SYSROOT)

2018-08-17 Thread Martin Jansa
Please update the summary and commit message "auto-" > "autoconf-" On Fri, Aug 17, 2018 at 11:27 AM wrote: > From: Changqing Li > > remove the indirect dependcy of auto-archive-native to avoid > not needed .m4 installed into sysroot, which may cause > compile problem. > > Signed-off-by: Changqi

[OE-core] [PATCH V2] rpm: remove dbus depend for natove rpm

2018-08-17 Thread changqing.li
From: Changqing Li remove dbus from rpm native, PACKAGECONFIG disable rpm already there Signed-off-by: Changqing Li --- meta/recipes-devtools/rpm/rpm_4.14.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-devtools/rpm/rpm_4.14.1.bb b/meta/recipes-devtools

[OE-core] [PATCH] sstate: Avoid indirect auto-archive-native dependencies (via SSTATE_EXCLUDEDEPS_SYSROOT)

2018-08-17 Thread changqing.li
From: Changqing Li remove the indirect dependcy of auto-archive-native to avoid not needed .m4 installed into sysroot, which may cause compile problem. Signed-off-by: Changqing Li --- meta/conf/layer.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/conf/layer.co

[OE-core] [PATCH 0/1] assimp.py: fix AttributeError in tearDownClass

2018-08-17 Thread Chen Qi
*** BLURB HERE *** The following changes since commit 704e725bba37911e56ecd0edda694edfe9fce40f: runtime selftest: limit kernel hw bp arches (2018-08-16 22:40:28 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/assimp http://git.pokylinux.org/cgit.c

[OE-core] [PATCH 1/1] assimp.py: fix AttributeError in tearDownClass

2018-08-17 Thread Chen Qi
When running this test case, we will see the following error. AttributeError: type object 'BuildAssimp' has no attribute 'project' assimp.py test case does not make use of SDKBuildProject, so remove the import statement and the tearDownClass. Signed-off-by: Chen Qi --- meta/lib/oeqa/sdk/case

[OE-core] [PATCH 1/2] populate_sdk_base: only depend on nativesdk-glibc-locale when SDK_OS is not mingw32

2018-08-17 Thread Zhixiong Chi
When we add the nativesdk-glibc-locale dependence for libc-glibc, if the SDK_OS is mingw32, it will broken the building with the following error: >NOTE: Resolving any missing task queue dependencies >ERROR: Nothing RPROVIDES 'nativesdk-glibc' (but >virtual:nativesdk:layers/oe-core/meta/recipes-cor

[OE-core] [PATCH 2/2][V2] sdk: don't install glibc locales for mingw32

2018-08-17 Thread Zhixiong Chi
Signed-off-by: Zhixiong Chi --- meta/lib/oe/sdk.py | 4 1 file changed, 4 insertions(+) diff --git a/meta/lib/oe/sdk.py b/meta/lib/oe/sdk.py index 153b07d76b..5d7e4ed2ac 100644 --- a/meta/lib/oe/sdk.py +++ b/meta/lib/oe/sdk.py @@ -88,6 +88,10 @@ class Sdk(object, metaclass=ABCMeta):

Re: [OE-core] [PATCH 2/2] sdk: don't install glibc locales for mingw32

2018-08-17 Thread Zhixiong Chi
Sorry for that, I will resend the v2 later. Thanks. On 2018年08月17日 16:29, Anuj Mittal wrote: On 08/17/2018 12:29 PM, Zhixiong Chi wrote: Signed-off-by: Zhixiong Chi > --- meta/lib/oe/sdk.py | 4 1 file changed, 4 insertions(+) diff --git a/meta/lib/oe/sdk.py b/meta/lib/oe/sdk.py inde

Re: [OE-core] [PATCH 2/2] sdk: don't install glibc locales for mingw32

2018-08-17 Thread Anuj Mittal
On 08/17/2018 12:29 PM, Zhixiong Chi wrote: > Signed-off-by: Zhixiong Chi > --- > meta/lib/oe/sdk.py | 4 > 1 file changed, 4 insertions(+) > > diff --git a/meta/lib/oe/sdk.py b/meta/lib/oe/sdk.py > index 153b07d76b..5d7e4ed2ac 100644 > --- a/meta/lib/oe/sdk.py > +++ b/meta/lib/oe/sdk.py > @

Re: [OE-core] [PATCH] gnutls: Update to 3.6.3

2018-08-17 Thread Anuj Mittal
On 08/17/2018 01:17 PM, Armin Kuster wrote: > release notes: > https://lists.gnupg.org/pipermail/gnutls-devel/2018-July/008584.html > > add ssl3 and tls1.3 config options now supported. > > Signed-off-by: Armin Kuster > --- > meta/recipes-support/gnutls/gnutls.inc | 2 ++

Re: [OE-core] [PATCH v2] busybox: update to 1.29.1

2018-08-17 Thread Andrej Valek
ping On 07/19/18 13:30, Andrej Valek wrote: > - refresh busybox-udhcpc-no_deconfig.patch > - remove obsolete patches which are included in this update > - update defconfig > > Signed-off-by: Andrej Valek > --- > ...inittab_1.27.2.bb => busybox-inittab_1.29.1.bb} | 0 > .../busybox/busyb

Re: [OE-core] ✗ patchtest: failure for "libxml2: fix CVE-2018-9251 and..." and 1 more

2018-08-17 Thread Hongxu Jia
On 2018年08月17日 15:32, Patchwork wrote: == Series Details == Series: "libxml2: fix CVE-2018-9251 and..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/13574/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an aut

[OE-core] [PATCH] expat: upgrade 2.2.5 -> 2.2.6

2018-08-17 Thread Yi Zhao
Signed-off-by: Yi Zhao --- meta/recipes-core/expat/{expat_2.2.5.bb => expat_2.2.6.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-core/expat/{expat_2.2.5.bb => expat_2.2.6.bb} (82%) diff --git a/meta/recipes-core/expat/expat_2.2.5.bb b/meta/recipes-core/expat/

[OE-core] ✗ patchtest: failure for "libxml2: fix CVE-2018-9251 and..." and 1 more

2018-08-17 Thread Patchwork
== Series Details == Series: "libxml2: fix CVE-2018-9251 and..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/13574/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH 2/2] nasm: fix CVE-2018-8883 & CVE-2018-8882 & CVE-2018-10016 & CVE-2018-10316

2018-08-17 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- ...t-we-are-not-reading-past-end-of-a-buffer.patch | 65 ++ ...001-asm-eval.c-Avoid-possible-divide-by-0.patch | 40 + .../0001-assemble-Check-global-line-limit.patch| 50 + .../nasm/nasm/0001-fix-CVE-2018-8882.patc

[OE-core] [PATCH 1/2] libxml2: fix CVE-2018-9251 and CVE-2018-14567

2018-08-17 Thread Hongxu Jia
Signed-off-by: Hongxu Jia --- ...1-Fix-infinite-loop-in-LZMA-decompression.patch | 55 ++ meta/recipes-core/libxml/libxml2_2.9.8.bb | 1 + 2 files changed, 56 insertions(+) create mode 100644 meta/recipes-core/libxml/libxml2/0001-Fix-infinite-loop-in-LZMA-decompres