summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/targetcontrol.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/targetcontrol.py')
-rw-r--r--meta/lib/oeqa/targetcontrol.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/lib/oeqa/targetcontrol.py b/meta/lib/oeqa/targetcontrol.py
index 866c414c1b..1464bf4047 100644
--- a/meta/lib/oeqa/targetcontrol.py
+++ b/meta/lib/oeqa/targetcontrol.py
@@ -73,6 +73,10 @@ class BaseTarget(object):
73 pass 73 pass
74 74
75 @classmethod 75 @classmethod
76 def get_extra_files(self):
77 return None
78
79 @classmethod
76 def get_image_fstype(self, d, image_fstypes=None): 80 def get_image_fstype(self, d, image_fstypes=None):
77 if not image_fstypes: 81 if not image_fstypes:
78 image_fstypes = d.getVar('IMAGE_FSTYPES', True).split(' ') 82 image_fstypes = d.getVar('IMAGE_FSTYPES', True).split(' ')