summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-bsp/conf
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2020-08-14 11:58:59 -0500
committerMark Hatle <mark.hatle@kernel.crashing.org>2020-08-14 11:58:59 -0500
commitfa72812585023bba487502d89b16656246ce6086 (patch)
treec7219164f59e30c7acc22720ad8083e37f5832f6 /meta-xilinx-bsp/conf
parentfadd5ff3d0bdd9adcaf77d8f527022af3360c801 (diff)
downloadmeta-xilinx-fa72812585023bba487502d89b16656246ce6086.tar.gz
machine-xilinx-qemu: Refer to the standard helper then use PREFERRED_PROVIDER
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Diffstat (limited to 'meta-xilinx-bsp/conf')
-rw-r--r--meta-xilinx-bsp/conf/machine/include/machine-xilinx-qemu.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/conf/machine/include/machine-xilinx-qemu.inc b/meta-xilinx-bsp/conf/machine/include/machine-xilinx-qemu.inc
index 4846e3f8..b804112b 100644
--- a/meta-xilinx-bsp/conf/machine/include/machine-xilinx-qemu.inc
+++ b/meta-xilinx-bsp/conf/machine/include/machine-xilinx-qemu.inc
@@ -5,7 +5,7 @@
5IMAGE_CLASSES += "qemuboot-xilinx" 5IMAGE_CLASSES += "qemuboot-xilinx"
6 6
7# depend on qemu-helper-native, which will depend on QEMU 7# depend on qemu-helper-native, which will depend on QEMU
8EXTRA_IMAGEDEPENDS += "qemu-xilinx-helper-native" 8EXTRA_IMAGEDEPENDS += "qemu-helper-native"
9 9
10PREFERRED_PROVIDER_qemu-helper-native = "qemu-xilinx-helper-native" 10PREFERRED_PROVIDER_qemu-helper-native = "qemu-xilinx-helper-native"
11PREFERRED_PROVIDER_qemu = "qemu-xilinx" 11PREFERRED_PROVIDER_qemu = "qemu-xilinx"