summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-xilinx-core/classes/image-types-xilinx-qemu.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/classes/image-types-xilinx-qemu.bbclass b/meta-xilinx-core/classes/image-types-xilinx-qemu.bbclass
index 9532287d..1ed1cd77 100644
--- a/meta-xilinx-core/classes/image-types-xilinx-qemu.bbclass
+++ b/meta-xilinx-core/classes/image-types-xilinx-qemu.bbclass
@@ -53,7 +53,7 @@ CONVERSION_CMD:qemu-sd-fatimg () {
53 dd if=${WORKDIR}/${BOOT_VOLUME_ID}.img of=${QEMU_IMG} conv=notrunc seek=1 bs=$(expr ${IMAGE_ALIGNMENT} \* 1024) 53 dd if=${WORKDIR}/${BOOT_VOLUME_ID}.img of=${QEMU_IMG} conv=notrunc seek=1 bs=$(expr ${IMAGE_ALIGNMENT} \* 1024)
54} 54}
55 55
56CONVERSION_DEPENDS_qemu-sd = "qemu-xilinx-system-native" 56CONVERSION_DEPENDS_qemu-sd = "qemu-system-native"
57CONVERSION_DEPENDS_qemu-sd-fatimg = "mtools-native:do_populate_sysroot \ 57CONVERSION_DEPENDS_qemu-sd-fatimg = "mtools-native:do_populate_sysroot \
58 dosfstools-native:do_populate_sysroot \ 58 dosfstools-native:do_populate_sysroot \
59 parted-native:do_populate_sysroot" 59 parted-native:do_populate_sysroot"