summaryrefslogtreecommitdiffstats
path: root/meta/lib
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib')
-rw-r--r--meta/lib/oeqa/selftest/archiver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/archiver.py b/meta/lib/oeqa/selftest/archiver.py
index 06b2597050..7f01c36d4e 100644
--- a/meta/lib/oeqa/selftest/archiver.py
+++ b/meta/lib/oeqa/selftest/archiver.py
@@ -29,7 +29,7 @@ class Archiver(oeSelfTest):
29 self.write_config(features) 29 self.write_config(features)
30 30
31 bitbake('-c clean %s %s' % (include_recipe, exclude_recipe)) 31 bitbake('-c clean %s %s' % (include_recipe, exclude_recipe))
32 bitbake("%s %s" % (include_recipe, exclude_recipe)) 32 bitbake("-c deploy_archives %s %s" % (include_recipe, exclude_recipe))
33 33
34 bb_vars = get_bb_vars(['DEPLOY_DIR_SRC', 'TARGET_SYS']) 34 bb_vars = get_bb_vars(['DEPLOY_DIR_SRC', 'TARGET_SYS'])
35 src_path = os.path.join(bb_vars['DEPLOY_DIR_SRC'], bb_vars['TARGET_SYS']) 35 src_path = os.path.join(bb_vars['DEPLOY_DIR_SRC'], bb_vars['TARGET_SYS'])