summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/utils/qemurunner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py
index d961a9a218..0397148082 100644
--- a/meta/lib/oeqa/utils/qemurunner.py
+++ b/meta/lib/oeqa/utils/qemurunner.py
@@ -183,7 +183,7 @@ class QemuRunner:
183 # then add in the site-packages path components and add that 183 # then add in the site-packages path components and add that
184 # to the python sys.path so qmp.py can be found. 184 # to the python sys.path so qmp.py can be found.
185 python_path = os.path.dirname(os.path.dirname(self.logfile)) 185 python_path = os.path.dirname(os.path.dirname(self.logfile))
186 python_path += "/recipe-sysroot-native/usr/lib/python3.9/site-packages" 186 python_path += "/recipe-sysroot-native/usr/lib/qemu-python"
187 sys.path.append(python_path) 187 sys.path.append(python_path)
188 importlib.invalidate_caches() 188 importlib.invalidate_caches()
189 try: 189 try: