summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-03-16 12:15:13 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-03-17 12:28:21 -0700
commit6b1368de94a8c7a49d80e52f5920db0d094d1ba5 (patch)
tree4543e74dd013a1bdedc3a020b9bdff0345057cc4
parent290a6dc4b01db1187836f8604431d2c44f51292a (diff)
downloadmeta-xilinx-6b1368de94a8c7a49d80e52f5920db0d094d1ba5.tar.gz
qemuboot-xilinx.bbclass: Remove the subdir added to the qemu target path
Remove the variable QB_SYSTEM_NAME inside qemuboot-xilinx class as it no longer is needed to include the subdir for the qemu target path. All targets are now moved to bindir and not present in bindir/qemu-xilinx. Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r--meta-xilinx-bsp/classes/qemuboot-xilinx.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-xilinx-bsp/classes/qemuboot-xilinx.bbclass b/meta-xilinx-bsp/classes/qemuboot-xilinx.bbclass
index e30712c0..124454ab 100644
--- a/meta-xilinx-bsp/classes/qemuboot-xilinx.bbclass
+++ b/meta-xilinx-bsp/classes/qemuboot-xilinx.bbclass
@@ -2,10 +2,6 @@
2# enable the overrides for the context of the conf only 2# enable the overrides for the context of the conf only
3OVERRIDES .= ":qemuboot-xilinx" 3OVERRIDES .= ":qemuboot-xilinx"
4 4
5# setup the target binary
6QB_SYSTEM_NAME_prepend_aarch64 = "qemu-xilinx/"
7QB_SYSTEM_NAME_prepend_microblaze = "qemu-xilinx/"
8
9# Default machine targets for Xilinx QEMU (FDT Generic) 5# Default machine targets for Xilinx QEMU (FDT Generic)
10QB_MACHINE_aarch64 = "-machine arm-generic-fdt" 6QB_MACHINE_aarch64 = "-machine arm-generic-fdt"
11QB_MACHINE_arm = "-machine arm-generic-fdt-7series" 7QB_MACHINE_arm = "-machine arm-generic-fdt-7series"