[OE-core] [PATCH V3] perf: make a copy of kernel source to perf workdir

2018-04-23 Thread Hongxu Jia
Since perf contaminates linux shared workdir, it probably caused kernel-devsrc compile failure at world build. ... |0 blocks |cpio: ./tools/perf/arch/arm/util/sedr7ORqk: Cannot stat: No such file or directory |0 blocks ... cpio tried to find a file at ${S}/tools/perf and failed if the input list

Re: [OE-core] [PATCH V2] perf: make a copy of kernel source to perf workdir

2018-04-23 Thread Hongxu Jia
On 2018年04月24日 08:45, Bruce Ashfield wrote: On Mon, Apr 23, 2018 at 6:05 PM, Richard Purdie > wrote: On Mon, 2018-04-23 at 13:51 -0400, Bruce Ashfield wrote: > On 2018-04-23 4:13 AM, Hongxu Jia wrote:

Re: [OE-core] [PATCH V2] perf: make a copy of kernel source to perf workdir

2018-04-23 Thread Bruce Ashfield
On Mon, Apr 23, 2018 at 6:05 PM, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Mon, 2018-04-23 at 13:51 -0400, Bruce Ashfield wrote: > > On 2018-04-23 4:13 AM, Hongxu Jia wrote: > > > > > > Since perf modify kernel source which shared by multiple > > > recipes, it probably

[OE-core] [PATCH v2] toolchain-scripts: preserve host path in environment setup script

2018-04-23 Thread Chin Huat Ang
The environment setup script generated in the build directory sets the PATH variable by expanding ${PATH} which would have host paths filtered. Sourcing this script to run runqemu will not work as it complains host stty (/bin/stty) cannot be found. To resolve this, the script no longer expands

Re: [OE-core] [PATCH V2] perf: make a copy of kernel source to perf workdir

2018-04-23 Thread Richard Purdie
On Mon, 2018-04-23 at 13:51 -0400, Bruce Ashfield wrote: > On 2018-04-23 4:13 AM, Hongxu Jia wrote: > > > > Since perf modify kernel source which shared by multiple > > recipes, it probably caused kernel-devsrc compile failure > > at world build. > > ... > > > > > > 0 blocks > > > cpio:

Re: [OE-core] [PATCH v3] udev-extraconf: Add systemd-mount to udev-extraconf/mount.sh

2018-04-23 Thread Randy MacLeod
On 2018-04-22 11:37 PM, Hongzhi, Song wrote: ping Please be patient. 0e-core-2.5 rc1 is being tested now and only critical blocking fixes are being accepted. Once the results of 2.5 tests are good, then commits such as this one can be added to the master[-next] branch and then later

Re: [OE-core] [PATCH v2 1/1] recipes-core: breakout hwclock.sh from busybox

2018-04-23 Thread Alex Stewart
Bump x2. On 04/09/2018 02:57 PM, Alex Stewart wrote: Bump. Did this patch get blacklisted for inclusion or does anyone have any outstanding concerns about it? On 03/21/2018 01:55 PM, Alex Stewart wrote: * Move the hwclock.sh initscript from busybox into its own package and    recipe

Re: [OE-core] [PATCH V2] perf: make a copy of kernel source to perf workdir

2018-04-23 Thread Bruce Ashfield
On 2018-04-23 4:13 AM, Hongxu Jia wrote: Since perf modify kernel source which shared by multiple recipes, it probably caused kernel-devsrc compile failure at world build. ... |0 blocks |cpio: ./tools/perf/arch/arm/util/sedr7ORqk: Cannot stat: No such file or directory |0 blocks ... cpio tried

[OE-core] [oe-core][PATCH 1/1] python3-native: correctly invoke regen-importlib make target

2018-04-23 Thread Joe Slater
Redefiine regen-all in Makefile to invoke regen-importlib after building other regen- targets. Change the recipe to not build it before regen-all. This avoids trying to build it multiple times, which can occasionally fail. Signed-off-by: Joe Slater ---

[OE-core] Yocto Project Status WW17’18

2018-04-23 Thread Jordan, Robin L
Current Dev Position: YP 2.5 M4 final close out. Next Deadline: YP 2.5 M4 release is 4/27/18 SWAT Team Rotation: SWAT lead is currently: Tracy. SWAT team rotation: Stephano -> Maxin on April 27, 2018 SWAT team rotation: Maxin -> Rebecca on March 4, 2018

Re: [OE-core] State of Sumo

2018-04-23 Thread Peter Kjellerstedt
> -Original Message- > From: Burton, Ross [mailto:ross.bur...@intel.com] > Sent: den 21 april 2018 10:08 > To: Peter Kjellerstedt > Cc: OE-core > Subject: Re: [OE-core] State of Sumo > > On 20 April 2018 at 23:42,

[OE-core] [PATCH V2] perf: make a copy of kernel source to perf workdir

2018-04-23 Thread Hongxu Jia
Since perf modify kernel source which shared by multiple recipes, it probably caused kernel-devsrc compile failure at world build. ... |0 blocks |cpio: ./tools/perf/arch/arm/util/sedr7ORqk: Cannot stat: No such file or directory |0 blocks ... cpio tried to find a file at ${S}/tools/perf and failed

[OE-core] [PATCH] package.bbclass: Make staticlib problems non-fatal

2018-04-23 Thread Ola x Nilsson
Allow debugsource listing using dwarfsourcefiles to fail for static libraries when the archive content is not as expected. Signed-off-by: Ola x Nilsson --- meta/classes/package.bbclass | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git