summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-02-19 17:15:20 -0800
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-02-19 17:15:24 -0800
commit13a3e5565c518df426439275c1ec4b80c93255d5 (patch)
tree5cbfd8afb0fee3d7b81eb931dab7bed85c1ae141
parent2c74db8440dd29d87d99fd9c77e93b2df798b726 (diff)
downloadmeta-xilinx-13a3e5565c518df426439275c1ec4b80c93255d5.tar.gz
qemu-system-aarch64-multiarch: Update the binpath for qemu targets
Update the binpath for qemu-system-microblazeel and qemu-system-aarch64. Earlier the targets were located under recipe-sysroots-native/usr/bin/qemu-xilinx directory, now the targets are located under recipe-sysroots-native/usr/bin Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-devtools/qemu/files/qemu-system-aarch64-multiarch3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-devtools/qemu/files/qemu-system-aarch64-multiarch b/meta-xilinx-bsp/recipes-devtools/qemu/files/qemu-system-aarch64-multiarch
index 6f7fb522..0f2b67e6 100644
--- a/meta-xilinx-bsp/recipes-devtools/qemu/files/qemu-system-aarch64-multiarch
+++ b/meta-xilinx-bsp/recipes-devtools/qemu/files/qemu-system-aarch64-multiarch
@@ -6,8 +6,9 @@ import subprocess
6import sys 6import sys
7import tempfile 7import tempfile
8import shutil 8import shutil
9from pathlib import Path
9 10
10binpath = os.path.dirname(os.path.abspath(__file__)) 11binpath = str(Path(os.path.dirname(os.path.abspath(__file__))).parent)
11mach_path = tempfile.mkdtemp() 12mach_path = tempfile.mkdtemp()
12 13
13 14