diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-01-22 09:10:28 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-01-23 12:13:36 -0600 |
| commit | cf47ef83c798d6580d0ec634aa111cbc26587784 (patch) | |
| tree | 42f8e42f510929f3445516defef3e283a7d7e646 /meta-xilinx-core/classes | |
| parent | dd633cede55c4bd96afe98de4c71d22759c8b3be (diff) | |
| download | meta-xilinx-cf47ef83c798d6580d0ec634aa111cbc26587784.tar.gz | |
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 <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/classes')
| -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" |
