diff options
author | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-03-16 12:15:13 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-03-17 12:28:21 -0700 |
commit | 6b1368de94a8c7a49d80e52f5920db0d094d1ba5 (patch) | |
tree | 4543e74dd013a1bdedc3a020b9bdff0345057cc4 | |
parent | 290a6dc4b01db1187836f8604431d2c44f51292a (diff) | |
download | meta-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.bbclass | 4 |
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 |
3 | OVERRIDES .= ":qemuboot-xilinx" | 3 | OVERRIDES .= ":qemuboot-xilinx" |
4 | 4 | ||
5 | # setup the target binary | ||
6 | QB_SYSTEM_NAME_prepend_aarch64 = "qemu-xilinx/" | ||
7 | QB_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) |
10 | QB_MACHINE_aarch64 = "-machine arm-generic-fdt" | 6 | QB_MACHINE_aarch64 = "-machine arm-generic-fdt" |
11 | QB_MACHINE_arm = "-machine arm-generic-fdt-7series" | 7 | QB_MACHINE_arm = "-machine arm-generic-fdt-7series" |