summaryrefslogtreecommitdiffstats
path: root/classes/image_types_fsl.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/image_types_fsl.bbclass')
-rw-r--r--classes/image_types_fsl.bbclass10
1 files changed, 5 insertions, 5 deletions
diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass
index 075b18cf..58c1972e 100644
--- a/classes/image_types_fsl.bbclass
+++ b/classes/image_types_fsl.bbclass
@@ -77,11 +77,11 @@ BAREBOX_ENV_SPACE ?= "512"
77# Set alignment to 4MB [in KiB] 77# Set alignment to 4MB [in KiB]
78IMAGE_ROOTFS_ALIGNMENT = "4096" 78IMAGE_ROOTFS_ALIGNMENT = "4096"
79 79
80IMAGE_DEPENDS_sdcard = "parted-native:do_populate_sysroot \ 80do_image_sdcard[depends] = "parted-native:do_populate_sysroot \
81 dosfstools-native:do_populate_sysroot \ 81 dosfstools-native:do_populate_sysroot \
82 mtools-native:do_populate_sysroot \ 82 mtools-native:do_populate_sysroot \
83 virtual/kernel:do_deploy \ 83 virtual/kernel:do_deploy \
84 ${@d.getVar('IMAGE_BOOTLOADER', True) and d.getVar('IMAGE_BOOTLOADER', True) + ':do_deploy' or ''}" 84 ${@d.getVar('IMAGE_BOOTLOADER', True) and d.getVar('IMAGE_BOOTLOADER', True) + ':do_deploy' or ''}"
85 85
86SDCARD = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.sdcard" 86SDCARD = "${IMGDEPLOYDIR}/${IMAGE_NAME}.rootfs.sdcard"
87 87