Re: [OE-core] [PATCH 4/4] perf: fix for rebuilding

2015-01-20 Thread Robert Yang
On 01/21/2015 01:00 AM, Burton, Ross wrote: On 20 January 2015 at 16:01, Bruce Ashfield mailto:bruce.ashfi...@gmail.com>> wrote: The kernel source is no longer in this location .. so at a minimum the header needs to be updated to log the work-shared directory .. and better, make sur

Re: [OE-core] [PATCH 4/4] perf: fix for rebuilding

2015-01-20 Thread Robert Yang
On 01/21/2015 01:00 AM, Burton, Ross wrote: On 20 January 2015 at 16:01, Bruce Ashfield mailto:bruce.ashfi...@gmail.com>> wrote: The kernel source is no longer in this location .. so at a minimum the header needs to be updated to log the work-shared directory .. and better, make sur

Re: [OE-core] [PATCH 4/4] perf: fix for rebuilding

2015-01-20 Thread Burton, Ross
On 20 January 2015 at 16:01, Bruce Ashfield wrote: > The kernel source is no longer in this location .. so at a minimum the > header > needs to be updated to log the work-shared directory .. and better, make > sure > that this is still happening with the latest master changes. > As I understand

Re: [OE-core] [PATCH 4/4] perf: fix for rebuilding

2015-01-20 Thread Bruce Ashfield
On Mon, Jan 19, 2015 at 2:11 AM, Robert Yang wrote: > Fix for rebuilding error: > make[3]: *** No rule to make target > `/path/to/sysroots/qemuarm64/usr/src/kernel/tools/lib/traceevent//trace-seq.c', The kernel source is no longer in this location .. so at a minimum the header needs to be update

Re: [OE-core] [PATCH 4/4] perf: fix for rebuilding

2015-01-20 Thread Burton, Ross
On 19 January 2015 at 07:11, Robert Yang wrote: > do_configure_prepend () { > +# Fix for rebuilding > +rm -rf ${B}/.*.d > As $B != $S, could you not just delete $B entirely and re-create it (as autotools.bbclass does) in do_configure()? Ross --

[OE-core] [PATCH 4/4] perf: fix for rebuilding

2015-01-18 Thread Robert Yang
Fix for rebuilding error: make[3]: *** No rule to make target `/path/to/sysroots/qemuarm64/usr/src/kernel/tools/lib/traceevent//trace-seq.c', needed by `.trace-seq.d'. Stop. make[2]: *** [sub-make] Error 2 Signed-off-by: Robert Yang --- meta/recipes-kernel/perf/perf.bb |3 +++ 1 file chang