From 8f285bb8f3fdcb2147310252ff051e70cc7c6276 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 26 Mar 2016 16:59:34 +0000 Subject: sdcard_image: Depend on do_deploy for kernel SD image is expecting dtb files to be deployed in deploy area, this step however is done when do_deploy of kernel is finished and we need to pin that in dependency list, otherwise there are build race conditions during builds especially visible when building with initramfs enabled. Signed-off-by: Khem Raj --- classes/sdcard_image-rpi.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 2e9bdb3..f20ff04 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass @@ -53,7 +53,7 @@ IMAGE_DEPENDS_rpi-sdimg = " \ parted-native \ mtools-native \ dosfstools-native \ - virtual/kernel \ + virtual/kernel:do_deploy \ ${IMAGE_BOOTLOADER} \ ${@bb.utils.contains('KERNEL_IMAGETYPE', 'uImage', 'u-boot', '',d)} \ " -- cgit v1.2.3-54-g00ecf