diff options
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/image/help.py | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index e1eb265979..e365a07803 100644 --- a/scripts/lib/image/help.py +++ b/scripts/lib/image/help.py | |||
@@ -111,7 +111,7 @@ wic_create_usage = """ | |||
111 | [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>] | 111 | [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>] |
112 | [-e | --image-name] [-s, --skip-build-check] [-D, --debug] | 112 | [-e | --image-name] [-s, --skip-build-check] [-D, --debug] |
113 | [-r, --rootfs-dir] [-b, --bootimg-dir] | 113 | [-r, --rootfs-dir] [-b, --bootimg-dir] |
114 | [-k, --kernel-dir] [-n, --native-sysroot] | 114 | [-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs] |
115 | 115 | ||
116 | This command creates an OpenEmbedded image based on the 'OE kickstart | 116 | This command creates an OpenEmbedded image based on the 'OE kickstart |
117 | commands' found in the <wks file>. | 117 | commands' found in the <wks file>. |
@@ -132,7 +132,7 @@ SYNOPSIS | |||
132 | [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>] | 132 | [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>] |
133 | [-e | --image-name] [-s, --skip-build-check] [-D, --debug] | 133 | [-e | --image-name] [-s, --skip-build-check] [-D, --debug] |
134 | [-r, --rootfs-dir] [-b, --bootimg-dir] | 134 | [-r, --rootfs-dir] [-b, --bootimg-dir] |
135 | [-k, --kernel-dir] [-n, --native-sysroot] | 135 | [-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs] |
136 | 136 | ||
137 | DESCRIPTION | 137 | DESCRIPTION |
138 | This command creates an OpenEmbedded image based on the 'OE | 138 | This command creates an OpenEmbedded image based on the 'OE |
@@ -167,6 +167,8 @@ DESCRIPTION | |||
167 | The -n option is used to specify the path to the native sysroot | 167 | The -n option is used to specify the path to the native sysroot |
168 | containing the tools to use to build the image. | 168 | containing the tools to use to build the image. |
169 | 169 | ||
170 | The -f option is used to build rootfs by running "bitbake <image>" | ||
171 | |||
170 | The -s option is used to skip the build check. The build check is | 172 | The -s option is used to skip the build check. The build check is |
171 | a simple sanity check used to determine whether the user has | 173 | a simple sanity check used to determine whether the user has |
172 | sourced the build environment so that the -e option can operate | 174 | sourced the build environment so that the -e option can operate |
@@ -528,8 +530,8 @@ DESCRIPTION | |||
528 | usage: wic create <wks file or image name> [-o <DIRNAME> | ...] | 530 | usage: wic create <wks file or image name> [-o <DIRNAME> | ...] |
529 | [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>] | 531 | [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>] |
530 | [-e | --image-name] [-s, --skip-build-check] [-D, --debug] | 532 | [-e | --image-name] [-s, --skip-build-check] [-D, --debug] |
531 | [-r, --rootfs-dir] [-b, --bootimg-dir] | 533 | [-r, --rootfs-dir] [-b, --bootimg-dir] [-k, --kernel-dir] |
532 | [-k, --kernel-dir] [-n, --native-sysroot] | 534 | [-n, --native-sysroot] [-f, --build-rootfs] |
533 | 535 | ||
534 | This command creates an OpenEmbedded image based on the 'OE | 536 | This command creates an OpenEmbedded image based on the 'OE |
535 | kickstart commands' found in the <wks file>. | 537 | kickstart commands' found in the <wks file>. |