diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-03 15:01:29 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2019-07-04 15:47:13 +0100 |
commit | 53fc99a80b37c5dffba402ce53f343d1410d1f8c (patch) | |
tree | 7bcc01a755c4e8d42fa9e3909950db688f08e055 | |
parent | f027daf51dd86bb84afbfe4c47b9ced41c311a76 (diff) | |
download | meta-raspberrypi-53fc99a80b37c5dffba402ce53f343d1410d1f8c.tar.gz |
sdcard_image-rpi.bbclass: Fix typo
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | classes/sdcard_image-rpi.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index 3a4d665..ff5a1a9 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass | |||
@@ -55,7 +55,7 @@ do_image_rpi_sdimg[depends] = " \ | |||
55 | dosfstools-native:do_populate_sysroot \ | 55 | dosfstools-native:do_populate_sysroot \ |
56 | virtual/kernel:do_deploy \ | 56 | virtual/kernel:do_deploy \ |
57 | ${IMAGE_BOOTLOADER}:do_deploy \ | 57 | ${IMAGE_BOOTLOADER}:do_deploy \ |
58 | ${@bb.utils.contains('ARMSTUBS', '', '', 'armstubs:do_deploy',d)} \ | 58 | ${@bb.utils.contains('ARMSTUB', '', '', 'armstubs:do_deploy',d)} \ |
59 | ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \ | 59 | ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'u-boot:do_deploy', '',d)} \ |
60 | ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'rpi-u-boot-scr:do_deploy', '',d)} \ | 60 | ${@bb.utils.contains('RPI_USE_U_BOOT', '1', 'rpi-u-boot-scr:do_deploy', '',d)} \ |
61 | " | 61 | " |