generic-poky/meta/recipes-bsp/u-boot
Robert Yang 8371105be5 u-boot-mkimage: fix recompile error
Fixed:
make: *** No rule to make target `/path/to/sysroot/4.9.0/include/stddef.h', needed by `crc32.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 .depend isn't
regenerated when recompile, the content of it are:

[snip]
crc32.o: /path/to/sysroot/4.9.0/include/stddef.h
[snip]

And Makefile includes the .depend 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: b31dd7d1fbdd9165872a31c11c6627549609fcb3)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-08-11 10:53:06 +01:00
..
files u-boot: fix beaglebone boot issue with large kernel images 2014-04-19 11:04:39 +01:00
u-boot-fw-utils-cross_2013.07.bb Replace one-line DESCRIPTION with SUMMARY 2014-01-02 12:50:18 +00:00
u-boot-fw-utils_2013.07.bb u-boot-fw-utils: install config file 2014-06-25 13:51:49 +01:00
u-boot-mkimage_2013.07.bb u-boot-mkimage: fix recompile error 2014-08-11 10:53:06 +01:00
u-boot.inc u-boot: Optionally deploy an environment or script file 2014-06-25 13:51:46 +01:00
u-boot_2013.07.bb u-boot: fix beaglebone boot issue with large kernel images 2014-04-19 11:04:39 +01:00