mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +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
@@ -149,7 +149,6 @@ NAME
|
||||
|
||||
SYNOPSIS
|
||||
wic create <wks file or image name> [-o <DIRNAME> | --outdir <DIRNAME>]
|
||||
[-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>]
|
||||
[-e | --image-name] [-s, --skip-build-check] [-D, --debug]
|
||||
[-r, --rootfs-dir] [-b, --bootimg-dir]
|
||||
[-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs]
|
||||
@@ -219,12 +218,6 @@ DESCRIPTION
|
||||
The -o option can be used to place the image in a directory with a
|
||||
different name and location.
|
||||
|
||||
As an alternative to the wks file, the image-specific properties
|
||||
that define the values that will be used to generate a particular
|
||||
image can be specified on the command-line using the -i option and
|
||||
supplying a JSON object consisting of the set of name:value pairs
|
||||
needed by image creation.
|
||||
|
||||
The set of properties available for a given image type can be
|
||||
listed using the 'wic list' command.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user