mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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 <raj.khem@gmail.com>
This commit is contained in:
parent
75efa69e75
commit
8f285bb8f3
|
@ -53,7 +53,7 @@ IMAGE_DEPENDS_rpi-sdimg = " \
|
||||||
parted-native \
|
parted-native \
|
||||||
mtools-native \
|
mtools-native \
|
||||||
dosfstools-native \
|
dosfstools-native \
|
||||||
virtual/kernel \
|
virtual/kernel:do_deploy \
|
||||||
${IMAGE_BOOTLOADER} \
|
${IMAGE_BOOTLOADER} \
|
||||||
${@bb.utils.contains('KERNEL_IMAGETYPE', 'uImage', 'u-boot', '',d)} \
|
${@bb.utils.contains('KERNEL_IMAGETYPE', 'uImage', 'u-boot', '',d)} \
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user