diff options
Diffstat (limited to 'meta-fsl-arm/classes')
| -rw-r--r-- | meta-fsl-arm/classes/image_types_fsl.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-fsl-arm/classes/image_types_fsl.bbclass b/meta-fsl-arm/classes/image_types_fsl.bbclass index 39ceb7a99..dfa55e46e 100644 --- a/meta-fsl-arm/classes/image_types_fsl.bbclass +++ b/meta-fsl-arm/classes/image_types_fsl.bbclass | |||
| @@ -74,7 +74,8 @@ IMAGE_ROOTFS_ALIGNMENT = "4096" | |||
| 74 | IMAGE_DEPENDS_sdcard = "parted-native:do_populate_sysroot \ | 74 | IMAGE_DEPENDS_sdcard = "parted-native:do_populate_sysroot \ |
| 75 | dosfstools-native:do_populate_sysroot \ | 75 | dosfstools-native:do_populate_sysroot \ |
| 76 | mtools-native:do_populate_sysroot \ | 76 | mtools-native:do_populate_sysroot \ |
| 77 | virtual/kernel:do_deploy ${IMAGE_BOOTLOADER}:do_deploy" | 77 | virtual/kernel:do_deploy \ |
| 78 | ${@d.getVar('IMAGE_BOOTLOADER', True) and d.getVar('IMAGE_BOOTLOADER', True) + ':do_deploy' or ''}" | ||
| 78 | 79 | ||
| 79 | SDCARD = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.sdcard" | 80 | SDCARD = "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.sdcard" |
| 80 | 81 | ||
