mirror of
https://git.yoctoproject.org/poky
synced 2026-07-15 15:37:03 +00:00
wic: removed unused command line option
Removed -i/--infile wic command line option. Removed properties_file and properties arguments of wic_create function. (From OE-Core rev: 6b81c89878236b2ef8d8b8217f2e33286b49dab6) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a4da21d92f
commit
81e469b030
@@ -178,9 +178,8 @@ def list_source_plugins():
|
||||
print " %s" % plugin
|
||||
|
||||
|
||||
def wic_create(args, wks_file, rootfs_dir, bootimg_dir, kernel_dir,
|
||||
native_sysroot, scripts_path, image_output_dir, debug,
|
||||
properties_file, properties=None):
|
||||
def wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir,
|
||||
native_sysroot, scripts_path, image_output_dir, debug):
|
||||
"""Create image
|
||||
|
||||
wks_file - user-defined OE kickstart file
|
||||
@@ -190,8 +189,6 @@ def wic_create(args, wks_file, rootfs_dir, bootimg_dir, kernel_dir,
|
||||
native_sysroot - absolute path to the build's native sysroots dir
|
||||
scripts_path - absolute path to /scripts dir
|
||||
image_output_dir - dirname to create for image
|
||||
properties_file - use values from this file if nonempty i.e no prompting
|
||||
properties - use values from this string if nonempty i.e no prompting
|
||||
|
||||
Normally, the values for the build artifacts values are determined
|
||||
by 'wic -e' from the output of the 'bitbake -e' command given an
|
||||
|
||||
Reference in New Issue
Block a user