mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
oeqa/targetcontrol: remove unused imports
(From OE-Core rev: 46b42edbf814d15be3a18283018ede2d4f817bc6) Signed-off-by: Enrico Jorns <ejo@pengutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6ae5bd896a
commit
fbd4843544
@@ -7,18 +7,14 @@
|
|||||||
# This module is used by testimage.bbclass for setting up and controlling a target machine.
|
# This module is used by testimage.bbclass for setting up and controlling a target machine.
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import shutil
|
|
||||||
import subprocess
|
import subprocess
|
||||||
import bb
|
import bb
|
||||||
import traceback
|
|
||||||
import sys
|
|
||||||
import logging
|
import logging
|
||||||
from oeqa.utils.sshcontrol import SSHControl
|
from oeqa.utils.sshcontrol import SSHControl
|
||||||
from oeqa.utils.qemurunner import QemuRunner
|
from oeqa.utils.qemurunner import QemuRunner
|
||||||
from oeqa.utils.qemutinyrunner import QemuTinyRunner
|
from oeqa.utils.qemutinyrunner import QemuTinyRunner
|
||||||
from oeqa.utils.dump import TargetDumper
|
from oeqa.utils.dump import TargetDumper
|
||||||
from oeqa.utils.dump import MonitorDumper
|
from oeqa.utils.dump import MonitorDumper
|
||||||
from oeqa.controllers.testtargetloader import TestTargetLoader
|
|
||||||
from abc import ABCMeta, abstractmethod
|
from abc import ABCMeta, abstractmethod
|
||||||
|
|
||||||
class BaseTarget(object, metaclass=ABCMeta):
|
class BaseTarget(object, metaclass=ABCMeta):
|
||||||
|
|||||||
Reference in New Issue
Block a user