diff options
Diffstat (limited to 'scripts/lib/image/engine.py')
-rw-r--r-- | scripts/lib/image/engine.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/lib/image/engine.py b/scripts/lib/image/engine.py index c568d695df..29099ee0e6 100644 --- a/scripts/lib/image/engine.py +++ b/scripts/lib/image/engine.py | |||
@@ -178,9 +178,8 @@ def list_source_plugins(): | |||
178 | print " %s" % plugin | 178 | print " %s" % plugin |
179 | 179 | ||
180 | 180 | ||
181 | def wic_create(args, wks_file, rootfs_dir, bootimg_dir, kernel_dir, | 181 | def wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir, |
182 | native_sysroot, scripts_path, image_output_dir, debug, | 182 | native_sysroot, scripts_path, image_output_dir, debug): |
183 | properties_file, properties=None): | ||
184 | """Create image | 183 | """Create image |
185 | 184 | ||
186 | wks_file - user-defined OE kickstart file | 185 | wks_file - user-defined OE kickstart file |
@@ -190,8 +189,6 @@ def wic_create(args, wks_file, rootfs_dir, bootimg_dir, kernel_dir, | |||
190 | native_sysroot - absolute path to the build's native sysroots dir | 189 | native_sysroot - absolute path to the build's native sysroots dir |
191 | scripts_path - absolute path to /scripts dir | 190 | scripts_path - absolute path to /scripts dir |
192 | image_output_dir - dirname to create for image | 191 | image_output_dir - dirname to create for image |
193 | properties_file - use values from this file if nonempty i.e no prompting | ||
194 | properties - use values from this string if nonempty i.e no prompting | ||
195 | 192 | ||
196 | Normally, the values for the build artifacts values are determined | 193 | Normally, the values for the build artifacts values are determined |
197 | by 'wic -e' from the output of the 'bitbake -e' command given an | 194 | by 'wic -e' from the output of the 'bitbake -e' command given an |