diff options
author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-03-16 12:33:08 -0700 |
---|---|---|
committer | Mark Hatle <mark.hatle@xilinx.com> | 2020-03-17 07:57:27 -0700 |
commit | 4762f741e62b3d21294d9eac4e56e949f0a9de20 (patch) | |
tree | 59ba88a167cc2a7c7922ac28d08e940d6fbbc821 /meta-xilinx-bsp/classes | |
parent | ea41ab2eff6d818ce1e75af3f6c2233b98c2bf8f (diff) | |
download | meta-xilinx-4762f741e62b3d21294d9eac4e56e949f0a9de20.tar.gz |
zc702-zynq7: Add qemu wiring for zc702 machine
Enable qemuboot for zc702-zynq7 machine using qemu-xilinx provider
Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/classes')
-rw-r--r-- | meta-xilinx-bsp/classes/qemuboot-xilinx.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/classes/qemuboot-xilinx.bbclass b/meta-xilinx-bsp/classes/qemuboot-xilinx.bbclass index 024626cb..e30712c0 100644 --- a/meta-xilinx-bsp/classes/qemuboot-xilinx.bbclass +++ b/meta-xilinx-bsp/classes/qemuboot-xilinx.bbclass | |||
@@ -3,7 +3,8 @@ | |||
3 | OVERRIDES .= ":qemuboot-xilinx" | 3 | OVERRIDES .= ":qemuboot-xilinx" |
4 | 4 | ||
5 | # setup the target binary | 5 | # setup the target binary |
6 | QB_SYSTEM_NAME_prepend = "qemu-xilinx/" | 6 | QB_SYSTEM_NAME_prepend_aarch64 = "qemu-xilinx/" |
7 | QB_SYSTEM_NAME_prepend_microblaze = "qemu-xilinx/" | ||
7 | 8 | ||
8 | # Default machine targets for Xilinx QEMU (FDT Generic) | 9 | # Default machine targets for Xilinx QEMU (FDT Generic) |
9 | QB_MACHINE_aarch64 = "-machine arm-generic-fdt" | 10 | QB_MACHINE_aarch64 = "-machine arm-generic-fdt" |