diff options
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/sdcard_image-rpi.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 15c1aac..d6c0bdd 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass | |||
| @@ -56,6 +56,7 @@ do_image_rpi_sdimg[depends] = " \ | |||
| 56 | virtual/kernel:do_deploy \ | 56 | virtual/kernel:do_deploy \ |
| 57 | ${IMAGE_BOOTLOADER}:do_deploy \ | 57 | ${IMAGE_BOOTLOADER}:do_deploy \ |
| 58 | ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \ | 58 | ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \ |
| 59 | ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'rpi-u-boot-scr:do_deploy', '',d)} \ | ||
| 59 | " | 60 | " |
| 60 | 61 | ||
| 61 | do_image_rpi_sdimg[recrdeps] = "do_build" | 62 | do_image_rpi_sdimg[recrdeps] = "do_build" |
