summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorNathan Rossi <nathan@nathanrossi.com>2017-05-30 21:30:28 +1000
committerNathan Rossi <nathan@nathanrossi.com>2017-06-03 16:55:31 +1000
commitc9b8ff6881cc94cf10b57e3d184cf39125facee6 (patch)
tree2720b3b15c7d99feb702732bd635cb05c9170f1d /recipes-devtools
parent8aa7f645587d3900f52d3b545543058ce0457e63 (diff)
downloadmeta-xilinx-c9b8ff6881cc94cf10b57e3d184cf39125facee6.tar.gz
zcu102-zynqmp: Setup the use of multiarch QEMU
Setup the qemuboot variables and qemu-xilinx-helper-native environment to use the multiarch script to start a QEMU multiarch instance with the MicroBlaze PMU. Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Tested-by: Alistair Francis <alistair.francis@xilinx.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb b/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb
index f48a8d40..55b35b53 100644
--- a/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb
+++ b/recipes-devtools/qemu/qemu-xilinx-helper-native_1.0.bb
@@ -21,5 +21,8 @@ PROVIDES += "qemu-helper-native"
21 21
22# replace qemu with qemu-xilinx 22# replace qemu with qemu-xilinx
23DEPENDS_remove = "qemu-native" 23DEPENDS_remove = "qemu-native"
24DEPENDS_append = " qemu-xilinx-native" 24DEPENDS_append = " \
25 qemu-xilinx-native \
26 qemu-xilinx-multiarch-helper-native \
27 "
25 28