summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/plugins/imager/direct.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/wic/plugins/imager/direct.py')
-rw-r--r--scripts/lib/wic/plugins/imager/direct.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/lib/wic/plugins/imager/direct.py b/scripts/lib/wic/plugins/imager/direct.py
index 12044318e8..a2bc4c4144 100644
--- a/scripts/lib/wic/plugins/imager/direct.py
+++ b/scripts/lib/wic/plugins/imager/direct.py
@@ -149,15 +149,6 @@ class DirectPlugin(ImagerPlugin):
149 149
150 return updated 150 return updated
151 151
152 def set_bootimg_dir(self, bootimg_dir):
153 """
154 Accessor for bootimg_dir, the actual location used for the source
155 of the bootimg. Should be set by source plugins (only if they
156 change the default bootimg source) so the correct info gets
157 displayed for print_outimage_info().
158 """
159 self.bootimg_dir = bootimg_dir
160
161 def _full_path(self, path, name, extention): 152 def _full_path(self, path, name, extention):
162 """ Construct full file path to a file we generate. """ 153 """ Construct full file path to a file we generate. """
163 return os.path.join(path, "%s-%s.%s" % (self.name, name, extention)) 154 return os.path.join(path, "%s-%s.%s" % (self.name, name, extention))