generic-poky/meta/recipes-kernel
Robert Yang f71208fdec trace-cmd: fix recompile error
Fixed:
make: *** No rule to make target `/path/to/sysroot/4.9.0/include/stddef.h', needed by `parse-events.o'.  Stop.
make: *** Waiting for unfinished jobs....
ERROR: oe_runmake failed

This happens when upgrade gcc from 4.9.0 to 4.9.1, and the
.parse-events.d isn't regenerated when recompile, the content of it are:

[snip]
parse-events.o: /path/to/sysroot/4.9.0/include/stddef.h
[snip]

And Makefile includes the .parse-events.d file if it exists, so there
would be errors when /path/to/sysroot/4.9.0/include/stddef.h doesn't
exist.

Remove .*.d (a few .d files, its Makefile uses this wildcard) will fix
the problem.

(From OE-Core rev: d56657cf5def88682954a97b4d94603ad81fd6e5)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-11 11:27:34 +01:00
..
blktrace Replace one-line DESCRIPTION with SUMMARY 2014-01-02 12:50:18 +00:00
cryptodev cryptodev-tests: recipe for cryptodev test suite based on OpenSSL 2014-04-24 17:55:16 +01:00
dtc autotools-brokensep: Mark recipes with broken separate build dir support 2014-02-28 14:01:16 +00:00
kern-tools kern-tools: adjust to full history meta-data 2014-07-25 15:33:57 +01:00
kexec kexec-tools: reinstate 'kexec-tools' package 2014-08-11 10:53:07 +01:00
kmod kmod: Upgrade to latest git 2014-07-17 12:28:51 +01:00
latencytop Globally replace 'base_contains' calls with 'bb.utils.contains' 2014-04-25 17:19:19 +01:00
libpfm libpfm4_4.3.0.bb: use compatible host to limit arches 2013-03-05 13:14:51 +00:00
linux linux-yocto/3.14: libata and generic CPU modalias handling 2014-07-25 15:33:57 +01:00
linux-firmware linux-firmware: upgrade to commit dec41bce44e0dff6a2c3358a958fadf22bf58858 2014-05-06 17:59:18 +01:00
linux-libc-headers linux-libc-headers: remove 3.10 recipe 2014-03-31 23:04:35 +01:00
lttng lttng-modules: re-enable ARM builds 2014-07-25 15:33:56 +01:00
modutils-initscripts recipes: bump PRs 2014-03-05 17:36:37 +00:00
oprofile oprofile: backport two patches to support e500mc/e6500 2014-07-19 00:09:02 +01:00
perf perf: fix indentation 2014-08-06 10:23:39 +01:00
powertop powertop: Upgrade 2.5 -> 2.6.1 2014-07-17 12:28:49 +01:00
sysprof recipes: Add missing pkgconfig class inherits 2014-06-03 16:49:19 +01:00
systemtap systemtap: remove usage of FILESPATH 2014-05-13 19:32:04 +01:00
trace-cmd trace-cmd: fix recompile error 2014-08-11 11:27:34 +01:00