From cf47ef83c798d6580d0ec634aa111cbc26587784 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Sun, 22 Jan 2023 09:10:28 -0800 Subject: image-types-xilinx-qemu: Adjust dependency With previous changes, we're now using preferred provider for the qemu that the system is going to use. Switch to using the stock name so prefrerred provider will be evaluated. Signed-off-by: Mark Hatle --- meta-xilinx-core/classes/image-types-xilinx-qemu.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () { dd if=${WORKDIR}/${BOOT_VOLUME_ID}.img of=${QEMU_IMG} conv=notrunc seek=1 bs=$(expr ${IMAGE_ALIGNMENT} \* 1024) } -CONVERSION_DEPENDS_qemu-sd = "qemu-xilinx-system-native" +CONVERSION_DEPENDS_qemu-sd = "qemu-system-native" CONVERSION_DEPENDS_qemu-sd-fatimg = "mtools-native:do_populate_sysroot \ dosfstools-native:do_populate_sysroot \ parted-native:do_populate_sysroot" -- cgit v1.2.3-54-g00ecf