summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/utils/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/utils/commands.py')
-rw-r--r--meta/lib/oeqa/utils/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/utils/commands.py b/meta/lib/oeqa/utils/commands.py
index a8e184d0c3..5cd0f7477b 100644
--- a/meta/lib/oeqa/utils/commands.py
+++ b/meta/lib/oeqa/utils/commands.py
@@ -223,7 +223,7 @@ def runqemu(pn, ssh=True):
223 tinfoil.config_data.setVar("TEST_QEMUBOOT_TIMEOUT", "1000") 223 tinfoil.config_data.setVar("TEST_QEMUBOOT_TIMEOUT", "1000")
224 import oe.recipeutils 224 import oe.recipeutils
225 recipefile = oe.recipeutils.pn_to_recipe(tinfoil.cooker, pn) 225 recipefile = oe.recipeutils.pn_to_recipe(tinfoil.cooker, pn)
226 recipedata = oe.recipeutils.parse_recipe(recipefile, [], tinfoil.config_data) 226 recipedata = oe.recipeutils.parse_recipe(tinfoil.cooker, recipefile, [])
227 227
228 # The QemuRunner log is saved out, but we need to ensure it is at the right 228 # The QemuRunner log is saved out, but we need to ensure it is at the right
229 # log level (and then ensure that since it's a child of the BitBake logger, 229 # log level (and then ensure that since it's a child of the BitBake logger,