diff options
| -rw-r--r-- | meta-xilinx-core/classes/image-types-xilinx-qemu.bbclass | 2 |
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 | ||
| 56 | CONVERSION_DEPENDS_qemu-sd = "qemu-xilinx-system-native" | 56 | CONVERSION_DEPENDS_qemu-sd = "qemu-system-native" |
| 57 | CONVERSION_DEPENDS_qemu-sd-fatimg = "mtools-native:do_populate_sysroot \ | 57 | CONVERSION_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" |
