mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
wic: Add missing text to usage and help strings
Add missing parameters -c to and remove non-existent parameter -i from usage string for 'wic create'. (From OE-Core rev: da937e0e2478152968d5fd5eec7dd8cc2b922afb) Signed-off-by: Andreas Reichel <andreas.reichel.ext@siemens.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Daniel Wagner <daniel.wagner@siemens.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
05aa049e2c
commit
db26c84474
@@ -131,10 +131,10 @@ wic_create_usage = """
|
|||||||
Create a new OpenEmbedded image
|
Create a new OpenEmbedded image
|
||||||
|
|
||||||
usage: wic create <wks file or image name> [-o <DIRNAME> | --outdir <DIRNAME>]
|
usage: 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]
|
[-e | --image-name] [-s, --skip-build-check] [-D, --debug]
|
||||||
[-r, --rootfs-dir] [-b, --bootimg-dir]
|
[-r, --rootfs-dir] [-b, --bootimg-dir]
|
||||||
[-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs]
|
[-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs]
|
||||||
|
[-c, --compress-with] [-m, --bmap]
|
||||||
|
|
||||||
This command creates an OpenEmbedded image based on the 'OE kickstart
|
This command creates an OpenEmbedded image based on the 'OE kickstart
|
||||||
commands' found in the <wks file>.
|
commands' found in the <wks file>.
|
||||||
|
|||||||
Reference in New Issue
Block a user