[OE-core] [PATCH] kernel-yocto: check git config during checkout

2018-02-09 Thread Justin Bronder
Initialize the git config prior creating a git repository in a plain directory. Signed-off-by: Justin Bronder --- meta/classes/kernel-yocto.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/kernel-yocto.bbclass

Re: [OE-core] kernel-yocto: create dummy git user if necessary

2018-02-09 Thread Justin Bronder
On 09/02/18 15:27 -0500, Bruce Ashfield wrote: > On Fri, Feb 9, 2018 at 2:53 PM, Justin Bronder > wrote: > > The user's global git configuration may not have the name and email set > > and git autodetection can fail. The initialization commit for a non-git > > kernel

Re: [OE-core] [PATCH] kernel-yocto: create dummy git user if necessary

2018-02-09 Thread Bruce Ashfield
On Fri, Feb 9, 2018 at 2:53 PM, Justin Bronder wrote: > The user's global git configuration may not have the name and email set > and git autodetection can fail. The initialization commit for a non-git > kernel directory doesn't really need to be tied back to them

[OE-core] ✗ patchtest: failure for gstd: Add Gst-Deamon recipe

2018-02-09 Thread Patchwork
== Series Details == Series: gstd: Add Gst-Deamon recipe Revision: 1 URL : https://patchwork.openembedded.org/series/10918/ 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] kernel-yocto: create dummy git user if necessary

2018-02-09 Thread Justin Bronder
The user's global git configuration may not have the name and email set and git autodetection can fail. The initialization commit for a non-git kernel directory doesn't really need to be tied back to them anyways. Instead, create a user and email that's clearly tied back to kernel-yocto.bbclass.

Re: [OE-core] [PATCH 4/5] musl: Update to 1.1.18

2018-02-09 Thread Andre McCurdy
On Fri, Dec 1, 2017 at 4:41 PM, Andre McCurdy wrote: > On Fri, Dec 1, 2017 at 4:37 PM, Khem Raj wrote: >> On Fri, Dec 1, 2017 at 4:31 PM, Andre McCurdy wrote: >>> On Wed, Nov 8, 2017 at 5:58 PM, Khem Raj wrote:

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

2018-02-09 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

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

2018-02-09 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

Re: [OE-core] [PATCH] gcc: backport patch to fix ICE in MIPS64 target in G++

2018-02-09 Thread Khem Raj
On Fri, Feb 9, 2018 at 11:34 AM, Mark Hatle wrote: > Backport a patch to fix an ICE when compiling for MIPS64. > > Signed-off-by: Mark Hatle > --- > meta/recipes-devtools/gcc/gcc-7.3.inc | 1 + >

[OE-core] [rocko] Re: [PATCH] gcc: backport patch to fix ICE in MIPS64 target in G++

2018-02-09 Thread Mark Hatle
On 2/9/18 1:34 PM, Mark Hatle wrote: > Backport a patch to fix an ICE when compiling for MIPS64. This is also applicable to Rocko. --Mark > Signed-off-by: Mark Hatle > --- > meta/recipes-devtools/gcc/gcc-7.3.inc | 1 + >

[OE-core] [PATCH] gcc: backport patch to fix ICE in MIPS64 target in G++

2018-02-09 Thread Mark Hatle
Backport a patch to fix an ICE when compiling for MIPS64. Signed-off-by: Mark Hatle --- meta/recipes-devtools/gcc/gcc-7.3.inc | 1 + .../gcc-7.3/0001-PR-rtl-optimization-83030.patch | 272 + 2 files changed, 273 insertions(+)

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

2018-02-09 Thread Mark Asselstine
On Friday, February 9, 2018 2:03:01 AM EST Alexander Kanavin wrote: > On 02/09/2018 12:13 AM, Mark Asselstine wrote: > > The use of libunique is non-consequential here. The issue is that the > > gtk-doc package has imports which are not going to be present via direct > > runtime dependencies. Any

[OE-core] Cherry-pick postinstallation script refactoring to rocko

2018-02-09 Thread Diaz de Grenu, Jose
Recently, the mechanism for defining post installation scripts that have to run on the first boot (on the target) was refactored in the following commits: ff4835470bc4 rootfs.py: change the notice about deferring scripts to first boot from warning to a note a2b7260f791e package_rpm.bbclass: run

Re: [OE-core] [PATCH] ltp: fix knob to control numa support

2018-02-09 Thread Burton, Ross
There's now two patches which do this on the list, can you decide which one should be merged? Cheers, Ross On 8 February 2018 at 17:34, Anders Roxell wrote: > Reported-by: Yi Zhao > Signed-off-by: Anders Roxell > ---

[OE-core] [PATCH] utility-tasks: Drop fetchall and checkuriall tasks

2018-02-09 Thread Richard Purdie
The same thing can now be done with "bitbake --runall=fetch" or "bitbake --runall=checkuri". Dropping the tasks takes "bitbake core-image-sato -g" from 22s to 8s since it no longer has to resolve the recursive dependencies (it doesn't know if any given target will touch them or not until it

[OE-core] [PATCHv3] bmap-tools: change SRC_URI to use tarball instead

2018-02-09 Thread rebecca . swee . fun . chang
From: Chang Rebecca Swee Fun Tarball sources can be checksummed and are faster to download. Added UPSTREAM_CHECK_URI to improve recipe maintenance and to verify upstream version check is still work. Signed-off-by: Chang Rebecca Swee Fun