summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-21 19:32:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-22 11:35:22 +0000
commit52d7d2c06b7d48594d5388644a826b4d0f0057a4 (patch)
treedf9166c03848a668d58894f23ac72e5715f125c2 /meta
parentc0a2268ae8159c4a06691a55ffc4ea01a7bd14ad (diff)
downloadpoky-52d7d2c06b7d48594d5388644a826b4d0f0057a4.tar.gz
oeqa/selftest/devtool: Enable missing cleanup
Not sure why this cleanup is disabled but it clearly should be running so enable it. (From OE-Core rev: 83867079182d8b9e981935da2b254947a89097bb) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/lib/oeqa/selftest/devtool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/devtool.py b/meta/lib/oeqa/selftest/devtool.py
index c389d50602..a160c8328c 100644
--- a/meta/lib/oeqa/selftest/devtool.py
+++ b/meta/lib/oeqa/selftest/devtool.py
@@ -507,7 +507,7 @@ class DevtoolTests(DevtoolBase):
507 builddir_m4 = tempfile.mkdtemp(prefix='devtoolqa') 507 builddir_m4 = tempfile.mkdtemp(prefix='devtoolqa')
508 self.track_for_cleanup(tempdir_mdadm) 508 self.track_for_cleanup(tempdir_mdadm)
509 self.track_for_cleanup(tempdir_m4) 509 self.track_for_cleanup(tempdir_m4)
510 #self.track_for_cleanup(builddir_m4) 510 self.track_for_cleanup(builddir_m4)
511 self.track_for_cleanup(self.workspacedir) 511 self.track_for_cleanup(self.workspacedir)
512 self.add_command_to_tearDown('bitbake-layers remove-layer */workspace') 512 self.add_command_to_tearDown('bitbake-layers remove-layer */workspace')
513 self.add_command_to_tearDown('bitbake -c clean mdadm m4') 513 self.add_command_to_tearDown('bitbake -c clean mdadm m4')