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
Signed-off-by: Khem Raj raj.khem@gmail.com --- recipes-bsp/l-loader/l-loader_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-bsp/l-loader/l-loader_git.bb b/recipes-bsp/l-loader/l-loader_git.bb index b0cbb20..bf3aa70 100644 --- a/recipes-bsp/l-loader/l-loader_git.bb +++ b/recipes-bsp/l-loader/l-loader_git.bb @@ -3,7 +3,7 @@ SUMMARY = "Loader to switch from aarch32 to aarch64 and boot" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=e8c1458438ead3c34974bc0be3a03ed6"
-DEPENDS = "edk2" +do_configure[depends] = "edk2:do_deploy"
inherit deploy pythonnative