Re: [OE-core] Fwd: git fetcher and github pull requests

2018-02-14 Thread Alexander Kanavin
On 02/15/2018 09:40 AM, Nicolas Dechesne wrote: re-posting to oe-core list. While this is a bitbake question, I didn't get any answer.. so I would like to get more attention from bitbake users.. I do realize this is not answering your specific question, but from 'getting attention'

[OE-core] [PATCH] eglinfo-fb: Pass -DMESA_EGL_NO_X11_HEADERS to cxxflags

2018-02-14 Thread Khem Raj
This helps in compiling on graphics drivers which use this define to differentiate between eglfs and x11 headers e.g. mali or mesa Signed-off-by: Khem Raj --- meta/recipes-graphics/eglinfo/eglinfo-fb_1.0.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] Fwd: git fetcher and github pull requests

2018-02-14 Thread Nicolas Dechesne
hi, re-posting to oe-core list. While this is a bitbake question, I didn't get any answer.. so I would like to get more attention from bitbake users.. cheers nico -- Forwarded message -- From: Nicolas Dechesne Date: Wed, Feb 7, 2018 at 4:04 PM

[OE-core] [PATCH] wayland-protocols: upgrade to 1.13

2018-02-14 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- .../wayland/{wayland-protocols_1.12.bb => wayland-protocols_1.13.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/wayland/{wayland-protocols_1.12.bb =>

[OE-core] [PATCH] openssl: remove patch from 1.0.2m left behind after update to 1.0.2n

2018-02-14 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- .../openssl-1.0.2m/debian/version-script.patch | 4666 1 file changed, 4666 deletions(-) delete mode 100644

Re: [OE-core] [meta-oe][PATCH v2] gstd: Add Gst-Deamon recipe

2018-02-14 Thread Randy MacLeod
On 2018-02-09 02:49 PM, Carlos Rodriguez wrote: GStreamer Daemon, also called gstd, is a GStreamer framework for controlling audio and video streaming using TCP connection messages. Qt applications, web interfaces, and GStreamer element test suites show different ways the framework can be

Re: [OE-core] [meta-oe][PATCH v2] gst-shark: Add Gst-Shark recipe

2018-02-14 Thread Randy MacLeod
Carlos, meta-multimedia is part of OpenEmbedded not the oe-core layer. See: http://cgit.openembedded.org/meta-openembedded/tree/meta-multimedia/recipes-multimedia Please re-send your email to: openembedded-de...@lists.openembedded.org Thanks for incorporating the changes that Ross

Re: [OE-core] Backport OpenSSL 1.0.2n

2018-02-14 Thread akuster808
On 02/14/2018 07:58 AM, Richard Purdie wrote: > On Tue, 2018-02-13 at 08:27 -0800, akuster808 wrote: >> On 02/12/2018 01:08 PM, robert_jos...@selinc.com wrote: >>> I'm working with the pyro release, and noticed that it's still >>> using  >>> openssl 1.0.2k. The latest version in the 1.0.2 series

[OE-core] [PATCH] externalsrc.bbclass: Suppress git errors

2018-02-14 Thread Joshua Watt
Suppress any warnings git might generate when searching for a valid git directory, as there are use cases where the directory is expected to not exist and the warning is superfluous Signed-off-by: Joshua Watt --- meta/classes/externalsrc.bbclass | 2 +- 1 file changed, 1

Re: [OE-core] [PATCH] pacakge.bbclass: fix typos

2018-02-14 Thread Robert P. J. Day
"pacakge"? rday -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [oe-core][PATCH v2] package.bbclass: fix typos

2018-02-14 Thread Randy MacLeod
All typos were in comments but some of these comments end up in run/log files. The typos can be annoying when searching the log files so they're worth fixing with ispell. Signed-off-by: Randy MacLeod --- meta/classes/package.bbclass | 12 ++-- 1 file

Re: [OE-core] [PATCH 1/3] latencytop: remove recipe

2018-02-14 Thread Bruce Ashfield
On 2018-02-14 9:46 AM, Mark Asselstine wrote: On Tuesday, February 13, 2018 2:27:49 PM EST Randy MacLeod wrote: On 2018-02-08 03:22 PM, Alexander Kanavin wrote: Last commit and release were in 2009; website is down; it's a dead project. Add MarkA who might care/know more about latencytop

Re: [OE-core] [PATCH] pacakge.bbclass: fix typos

2018-02-14 Thread Randy MacLeod
On 2018-02-14 10:47 AM, Robert P. J. Day wrote: "pacakge"? rday That would have been funny if it were intentional but it wasn't. Sigh. v2 coming. -- # Randy MacLeod. WR Linux # Wind River an Intel Company -- ___ Openembedded-core mailing list

Re: [OE-core] Backport OpenSSL 1.0.2n

2018-02-14 Thread Richard Purdie
On Tue, 2018-02-13 at 08:27 -0800, akuster808 wrote: > > On 02/12/2018 01:08 PM, robert_jos...@selinc.com wrote: > > > > I'm working with the pyro release, and noticed that it's still > > using  > > openssl 1.0.2k. The latest version in the 1.0.2 series is 1.0.2n, > > which is  > > already

[OE-core] [PATCH] pacakge.bbclass: fix typos

2018-02-14 Thread Randy MacLeod
All typos were in comments but some of these comments end up in run/log files. The typos can be annoying when searching the log files so they're worth fixing with ispell. Signed-off-by: Randy MacLeod --- meta/classes/package.bbclass | 12 ++-- 1 file

[OE-core] [PATCH 2/2] ltp: Improve package stripping

2018-02-14 Thread Richard Purdie
Just exclude the specific tests which have an issue with being stripped rather than the whole package. This reduces the disk footprint by around 400MB. Signed-off-by: Richard Purdie --- meta/recipes-extended/ltp/ltp_20180118.bb | 6 ++ 1 file changed, 2

[OE-core] [PATCH 1/2] package: Add INHIBIT_PACKAGE_STRIP_FILES to allow files to remain unstripped

2018-02-14 Thread Richard Purdie
There are cases where its useful to allow only a select few files to be excluded from the package stripping mechanism. Currently this isn't possible so add a variable to allow this. This is to be used sparingly as in general the core code should be doing the right thing. This is better than the

Re: [OE-core] [PATCH 1/3] latencytop: remove recipe

2018-02-14 Thread Mark Asselstine
On Tuesday, February 13, 2018 2:27:49 PM EST Randy MacLeod wrote: > On 2018-02-08 03:22 PM, Alexander Kanavin wrote: > > Last commit and release were in 2009; website is down; it's a dead > > project. > > Add MarkA who might care/know more about latencytop than I do. I believe Bruce had already