[oe] [meta-qt5] [PATCH] qtwayland: handle examples, tests PACKAGECONFIG

2018-03-16 Thread liu . ming50
From: Ming Liu The examples and tests parts of qtwayland are enabled by default even they are not passed by QT_BUILD_PARTS, so we need special logic set in qtwayland to explicitly disable them if they are not being chosen in PACKAGECONFIG. Signed-off-by: Ming Liu

Re: [oe] [meta-oe][PATCH 20/25] libxml++: only include when x11 in DISTRO_FEATURES

2018-03-16 Thread akuster808
On 03/12/2018 11:40 AM, Martin Jansa wrote: > What in libxml++ requires x11? I'm building it in DISTRO without x11 > for years and never noticed any issue with that. I was using the yocto-check-layer on meta-openembedded to clean it up and most likely got the recipe name wrong as we had a lot

[oe] [meta-oe][meta-python][PATCH v4] Add support for pyiface

2018-03-16 Thread Alexandru Vasiu
Pyiface is a package that exposes the network interfaces of the operating system in a easy to use and transparent way. Signed-off-by: Alexandru Vasiu --- meta-python/recipes-devtools/python/python-pyiface.inc | 11 +++

Re: [oe] [meta-qt5] [PATCH] qtwayland: handle examples, tests PACKAGECONFIG

2018-03-16 Thread Samuli Piippo
This happens on every module, but only if you have examples enabled in qtbase: https://github.com/meta-qt5/meta-qt5/commit/909858baf064216a3b221edb59b40cc93d536a44 On 16 March 2018 at 11:00, wrote: > From: Ming Liu > > The examples and tests parts

[oe] [Infra] 1 minute unplanned outage http://layers.openembedded.org

2018-03-16 Thread MIchael Halstead
The layerindex was offline between the following times: Fri Mar 16 17:40:17 UTC 2018 Fri Mar 16 17:40:57 UTC 2018 The webserver failed to come back up after renewing the SSL cert and routine updates due to failing pre-launch configuration checks. We will avoid this in the future by running

[oe] [meta-oe][PATCH 2/2] gperftools: refresh the patches

2018-03-16 Thread Martin Jansa
WARNING: gperftools-2.6.1-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify devtool finish --force-patch-refresh Then the updated patches and the

[oe] [meta-networking][PATCH] tcpdump: refresh patches

2018-03-16 Thread Martin Jansa
WARNING: tcpdump-4.9.2-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify devtool finish --force-patch-refresh Then the updated patches and the

[oe] [meta-oe][PATCH 1/2] glibmm: refresh the patch

2018-03-16 Thread Martin Jansa
WARNING: glibmm-2.54.1-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify devtool finish --force-patch-refresh Then the updated patches and the

Re: [oe] [Infra] 1 minute unplanned outage http://layers.openembedded.org

2018-03-16 Thread Khem Raj
On Fri, Mar 16, 2018 at 10:56 AM MIchael Halstead < mhalst...@linuxfoundation.org> wrote: > The layerindex was offline between the following times: > Fri Mar 16 17:40:17 UTC 2018 > Fri Mar 16 17:40:57 UTC 2018 > Thanks for being so vigilant and keeping the community informed much appreciated

[oe] [PATCH] directfb: add more PACKAGECONFIGs

2018-03-16 Thread Trevor Woerner
Allow the following features to be enabled by the user during configuration: mesa, x11. Signed-off-by: Trevor Woerner --- meta-oe/recipes-graphics/directfb/directfb.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [oe] Splitting meta-oe?

2018-03-16 Thread Trevor Woerner
On Tue 2018-02-20 @ 11:41:15 PM, Richard Purdie wrote: > The separate layers and maintainership is the way we designed the new > layered approach to OE to scale. I only became an active user of OE after the OE-classic split; I had used it a couple times during the OE-classic era, but not very