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
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
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
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
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
--
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