[oe] [PATCH] ell: upgrade SRCREV and move recipes to core

2017-09-05 Thread Ankit Navik
7b7c15c build: Include check for xxd binary when in maintainer-mode Signed-off-by: Ankit Navik --- meta-oe/recipes-connectivity/ell/ell_git.bb | 17 - meta-oe/recipes-core/ell/ell.inc| 13 + meta-oe/recipes-core/ell/ell_git.bb

Re: [oe] [meta-oe][PATCH 2/2] corosync: add support for extra features

2017-09-05 Thread Khem Raj
include security-flags.inc file in distro config. if you use poky for distro then set DISTRO=poky-lsb and you will be able to reproduce it On Tue, Sep 5, 2017 at 6:01 PM, Huang, Jie (Jackie) wrote: > Yes, sure, but I can’t reproduce this, could you show me the config

Re: [oe] [meta-oe][PATCH 2/2] corosync: add support for extra features

2017-09-05 Thread Huang, Jie (Jackie)
Yes, sure, but I can’t reproduce this, could you show me the config that had this issue? Thanks! Thanks, Jackie From: Martin Jansa [mailto:martin.ja...@gmail.com] Sent: Tuesday, September 05, 2017 20:30 To: Huang, Jie (Jackie) Cc: openembedded-devel Subject: Re: [oe] [meta-oe][PATCH 2/2]

[oe] iproute2 - meta-openembedded/libmnl and Yocto Project compat

2017-09-05 Thread Mark Hatle
The patch to oe-core: commit 944ef0de241de77429ab0e5cb1dd4a7f355cf3fd Author: Yi Zhao Date: Tue Aug 15 15:38:36 2017 +0800 iproute2: add tipc support added tipc support. This is part of the work that originated in meta-openembedded. However, the default of

Re: [oe] [meta-oe][PATCH 2/2] corosync: add support for extra features

2017-09-05 Thread Martin Jansa
Can you please also fix: corosync-2.4.2: ELF binary '/tmp/work/core2-64-oe-linux/ corosync/2.4.2-r0/packages-split/corosync/usr/sbin/corosync' has relocations in .text [textrel] it's been there for long time. On Tue, Aug 29, 2017 at 11:27 AM, wrote: > From: Jackie

[oe] State of bitbake world, Failed tasks 2017-09-03

2017-09-05 Thread Martin Jansa
http://www.openembedded.org/wiki/Bitbake_World_Status == Number of issues - stats == {| class='wikitable' !|Date !!colspan='3'|Failed tasks!!|Signatures !!colspan='14'|QA !!Comment |- || ||qemuarm ||qemux86 ||qemux86_64 ||all ||already-stripped ||libdir ||textrel ||build-deps

[oe] [meta-qt5][PATCH] qtbase-native: set path to mkspec for cmake properly again

2017-09-05 Thread Andreas Müller
Since update to 5.9.2 native recipes in meta-qt5-extra fail due to strange path to mkspecs. This patch fixes this the hard way. Signed-off-by: Andreas Müller --- recipes-qt/qt5/qtbase-native_git.bb | 4 1 file changed, 4 insertions(+) diff --git

[oe] [PATCH] rsyslog: fix segfault after configuration errors

2017-09-05 Thread Ovidiu Panait
rsyslog will segfault on startup if a) the local machine's hostname is set to a non-FQDN name b) the getaddrinfo() system call fails This scenario is higly unlikely, but may exist especially with provisioned VMs which may not properly be able to do name queries on startup (seen for example on

Re: [oe] [PATCH] cve-check.bbclass: detect patched CVE's also from patch file names

2017-09-05 Thread Mikko.Rapeli
On Mon, Sep 04, 2017 at 04:36:36PM -0700, akuster808 wrote: > Mikko, > > wrong ML. I think you want openembedded-c...@lists.openembedded.org Yep, resent to oe-core yesterday: http://lists.openembedded.org/pipermail/openembedded-core/2017-September/141739.html -Mikko --