On 05/08/15 03:59, Khem Raj wrote:
We avoid the build races like below
| cp: cannot stat '/mnt/home/kraj/work/angstrom/build/tmp-angstrom-glibc/../../deploy/glibc/images/hikey/bl1.bin': No such file or directory
-DEPENDS = "edk2" +do_configure[depends] = "edk2:do_deploy"
Ahh Bingo!!
I couldn't figure out why this was failing for me despite the fact the DEPENDS was in place! The work-around was easy enough (just start the build again) so I forgot about it.