summaryrefslogtreecommitdiffstats
path: root/meta/classes/testsdk.bbclass
diff options
context:
space:
mode:
authorAníbal Limón <anibal.limon@linux.intel.com>2017-05-26 15:37:27 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-02 13:36:13 +0100
commitf3f40fe97b98af227e43fcb1439c66a95cd3ccc4 (patch)
tree44d8111cd427b12b345a1f952a1af5113b837f7a /meta/classes/testsdk.bbclass
parentbd063fa288b49b6e3ea77982d0ccc46610feb1ad (diff)
downloadpoky-f3f40fe97b98af227e43fcb1439c66a95cd3ccc4.tar.gz
testsdk.bbclass: Remove unused import of OEStreamLogger
(From OE-Core rev: ab434125b9121e3d7c463a4b35ae60a4395f8392) Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/testsdk.bbclass')
-rw-r--r--meta/classes/testsdk.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/testsdk.bbclass b/meta/classes/testsdk.bbclass
index 6a201aa41b..4740233910 100644
--- a/meta/classes/testsdk.bbclass
+++ b/meta/classes/testsdk.bbclass
@@ -21,7 +21,6 @@ def testsdk_main(d):
21 import logging 21 import logging
22 22
23 from bb.utils import export_proxies 23 from bb.utils import export_proxies
24 from oeqa.core.runner import OEStreamLogger
25 from oeqa.sdk.context import OESDKTestContext, OESDKTestContextExecutor 24 from oeqa.sdk.context import OESDKTestContext, OESDKTestContextExecutor
26 from oeqa.utils import make_logger_bitbake_compatible 25 from oeqa.utils import make_logger_bitbake_compatible
27 26