[OE-core] ✗ patchtest: failure for kernel-fitimage.bbclass: Fix 64 bit ENTRYPOINT

2018-02-07 Thread Patchwork
== Series Details == Series: kernel-fitimage.bbclass: Fix 64 bit ENTRYPOINT Revision: 1 URL : https://patchwork.openembedded.org/series/10888/ 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] oe-selftest: meta_ide: add tests for meta-ide-support

2018-02-07 Thread Yeoh Ee Peng
QA team were testing meta-ide-support manually. Add automated tests to test that bibtake meta-ide-support will create the toolchain and environment setup script. Also test that after using environment setup script, one can compile c program and build cpio project. Signed-off-by: Yeoh Ee Peng

[OE-core] [PATCH] kernel-fitimage.bbclass: Fix 64 bit ENTRYPOINT

2018-02-07 Thread Vineeth Chowdary Karumanchi
64 bit entry point should be passed in 2 literals ( "0x1 0x8000" ).ENTRYPOINT is assigned with first half only and erroring out as 'command not found' for the second half. Adding quotes while assignment fixes the issue. Signed-off-by: Vineeth Chowdary Karumanchi

Re: [OE-core] [PATCH 1/3] package.bbclass: run pre/post installation/removal scriptlets using sh -e

2018-02-07 Thread Alexander Kanavin
On 02/08/2018 08:37 AM, Martin Hundebøll wrote: I guess there is no support for non-shell scriptlets? E.g. RPM supports python: https://stackoverflow.com/questions/21590014/rpm-post-install-execute-with-python Nope, there is no support for it. Besides, that would mean the recipe would no

Re: [OE-core] [PATCH 1/2] gtk-doc: update to 1.27

2018-02-07 Thread Alexander Kanavin
On 02/07/2018 11:34 PM, Mark Asselstine wrote: Alexander. When things move to python you can almost always bet on them requiring additional libraries and as such the lack of RDEPENDS here is a bit surprising. As you can see from the top of some of the py files in gtk-doc we have: import logging

Re: [OE-core] [PATCH] kernel: Fix QA buildpaths warning for kernel modules

2018-02-07 Thread He Zhe
Hi Bruce, I should have cc this to you. Thanks, Zhe On 2018年02月05日 14:54, zhe...@windriver.com wrote: > From: He Zhe > > CFLAGS is unset during kernel_do_compile and thus the default build > path substitutions in DEBUG_PREFIX_MAP are missing. > > To enhance reproducible

Re: [OE-core] [oe-core][PATCH 1/2] gst-shark: Add Gst-Shark recipe

2018-02-07 Thread Burton, Ross
On 7 February 2018 at 23:40, Carlos wrote: > Ok thanks for the feedback. Will create the patches for meta-multimedia. > > If you have any other suggestion please let me know. > I can't stand single recipes that put the bulk of the content into a .inc without

Re: [OE-core] [oe-core][PATCH 1/2] gst-shark: Add Gst-Shark recipe

2018-02-07 Thread Carlos
Ok thanks for the feedback. Will create the patches for meta-multimedia. If you have any other suggestion please let me know. On 07/02/2018 17:29, Burton, Ross wrote: I'd be inclined to say these are a good fit for meta-multimedia, but not oe-core. Ross On 7 February 2018 at 21:30, Carlos

Re: [OE-core] [oe-core][PATCH 1/2] gst-shark: Add Gst-Shark recipe

2018-02-07 Thread Burton, Ross
I'd be inclined to say these are a good fit for meta-multimedia, but not oe-core. Ross On 7 February 2018 at 21:30, Carlos Rodriguez wrote: > Gst-Shark is a set of tracers used as Benchmarks and > profiling tools for GStreamer. It includes tracers for >

[OE-core] ✗ patchtest: failure for "gst-shark: Add Gst-Shark recip..." and 1 more

2018-02-07 Thread Patchwork
== Series Details == Series: "gst-shark: Add Gst-Shark recip..." and 1 more Revision: 1 URL : https://patchwork.openembedded.org/series/10884/ 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] [PATCH 1/2] gtk-doc: update to 1.27

2018-02-07 Thread Mark Asselstine
On Friday, February 2, 2018 12:38:14 PM EST Alexander Kanavin wrote: > Gtk-doc has been rewritten in Python, so drop perl dependencies (good > riddance!), and adjust patches to reflect that. > > Signed-off-by: Alexander Kanavin > --- Alexander. When things

[OE-core] [oe-core][PATCH 1/2] gst-shark: Add Gst-Shark recipe

2018-02-07 Thread Carlos Rodriguez
Gst-Shark is a set of tracers used as Benchmarks and profiling tools for GStreamer. It includes tracers for generating debug information plus some tools to analyze the debug information. GstShark provides easy to use and useful tracers, paired with analysis tools to enable straightforward

[OE-core] [oe-core][PATCH 2/2] gstd: Add Gst-Deamon recipe

2018-02-07 Thread Carlos Rodriguez
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 utilized. GStreamer Daemon is gst-launch on steroids

Re: [OE-core] [PATCH 00/14] Fix support for Icecream

2018-02-07 Thread Joshua Watt
On Wed, 2018-02-07 at 21:59 +0100, Tomas Novotny wrote: > Hi Joshua, > > On Tue, 6 Feb 2018 16:01:19 -0600 > Joshua Watt wrote: > > > Fix up support for using Icecream to do distributed builds, which > > appears to have been broken for some time. > > we were using

Re: [OE-core] [PATCH 00/14] Fix support for Icecream

2018-02-07 Thread Tomas Novotny
Hi Joshua, On Tue, 6 Feb 2018 16:01:19 -0600 Joshua Watt wrote: > Fix up support for using Icecream to do distributed builds, which > appears to have been broken for some time. we were using icecream a year ago and we set ICECC_CARET_WORKAROUND env variable to 0 (in

[OE-core] [pyro][PATCH] grub: Fix device mapper dependency

2018-02-07 Thread Robert Joslyn
The lvm2 recipe in meta-oe was split, so the libdevmapper library is provided by the libdevmapper recipe rather than lvm2. Signed-off-by: Robert Joslyn Signed-off-by: Ross Burton --- meta/recipes-bsp/grub/grub2.inc | 2 +- 1 file changed, 1

[OE-core] [rocko][PATCH] grub: Fix device mapper dependency

2018-02-07 Thread Robert Joslyn
The lvm2 recipe in meta-oe was split, so the libdevmapper library is provided by the libdevmapper recipe rather than lvm2. Signed-off-by: Robert Joslyn Signed-off-by: Ross Burton --- meta/recipes-bsp/grub/grub2.inc | 2 +- 1 file changed, 1

Re: [OE-core] Yocto Project, Spectre and Meltdown

2018-02-07 Thread Fathi Boudra
On 7 February 2018 at 14:17, Alexander Kanavin wrote: > On 01/27/2018 06:35 PM, Richard Purdie wrote: >> >> On Tue, 2018-01-16 at 11:38 +, Richard Purdie wrote: >>> >>> I just wanted to give people an update on where the project stands >>> with these issues.

Re: [OE-core] Issues with meson in SDK with cross-file

2018-02-07 Thread Martin Kelly
On 02/06/2018 06:28 PM, Joshua Watt wrote: On Tue, 2018-02-06 at 15:39 -0800, Martin Kelly wrote: (ping) Paul, what do you about the options we have here for making meson work properly in the SDK? To recap, here are the available options. I'm wondering if you could give your opinion on the

[OE-core] [PATCH] python3: Fix python3-logging dependencies

2018-02-07 Thread Tomasz Meresiński
python3-logging depends on python3-netserver (logging/config.py:42) Signed-off-by: Tomasz Meresiński --- meta/recipes-devtools/python/python3/python3-manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] autoconf-doc: improve reproducibility

2018-02-07 Thread Bystricky, Juro
> A neater fix might be to drop the documentation change from the patch we're > applying, as it's unlikely that people will be reading the autoconf > documentation. Yes, I agree. That was my first thought, too. The less patches the better. I'll send a v2 of the patch to the ML and gauge the

[OE-core] [PATCH v2] fix(glibc): fix bug 22627

2018-02-07 Thread Andrej Valek
From: Radovan Scasny Check for empty tokens before dynamic string token expansion Fixes bug 22627 Signed-off-by: Radovan Scasny Signed-off-by: Andrej Valek ---

[OE-core] ✗ patchtest: failure for fix(glibc): fix bug 22627

2018-02-07 Thread Patchwork
== Series Details == Series: fix(glibc): fix bug 22627 Revision: 1 URL : https://patchwork.openembedded.org/series/10877/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been executed on the

[OE-core] [PATCH] fix(glibc): fix bug 22627

2018-02-07 Thread Andrej Valek
From: Radovan Scasny --- ...030-Bug-22627-do-not-substitute-dst-twice.patch | 56 ++ meta/recipes-core/glibc/glibc_2.26.bb | 1 + 2 files changed, 57 insertions(+) create mode 100644

Re: [OE-core] Yocto Project, Spectre and Meltdown

2018-02-07 Thread Alexander Kanavin
On 01/27/2018 06:35 PM, Richard Purdie wrote: On Tue, 2018-01-16 at 11:38 +, Richard Purdie wrote: I just wanted to give people an update on where the project stands with these issues. Master now contains gcc and kernel fixes (in linux-yocto). meta-yocto- bsp updates are still pending.

Re: [OE-core] [PATCH] autoconf-doc: improve reproducibility

2018-02-07 Thread Burton, Ross
A neater fix might be to drop the documentation change from the patch we're applying, as it's unlikely that people will be reading the autoconf documentation. Ross On 7 February 2018 at 01:42, Juro Bystricky wrote: > autoconf-doc package contains autoconf.info. > This

[OE-core] [PATCH] libepoxy: Define MESA_EGL_NO_X11_HEADERS when GLX is disabled

2018-02-07 Thread Khem Raj
This helps when libepoxy is compiled with egl but glx is disabled it also depends on GL implementation provided eglplatform.h to be using MESA_EGL_NO_X11_HEADERS to exclude X11 headers, e.g. mesa, mali-userland implementations use this define to exclude x11 headers Signed-off-by: Khem Raj