diff options
author | Humberto Ibarra <humberto.ibarra.lopez@intel.com> | 2016-03-14 11:05:25 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-26 08:06:36 +0000 |
commit | 1dd9348008310984b563009adcef8e0c2b29c61f (patch) | |
tree | 7ad8d7b5fadbabfd7157237f2447504f93b8dbbb /scripts | |
parent | 54eca753082af7d4c44379f879945f449d4f56cf (diff) | |
download | poky-1dd9348008310984b563009adcef8e0c2b29c61f.tar.gz |
scripts/lib/bsp/help.py: Add missing options to yocto-bsp help and usage
Add the options --codedump and --skip-git-check to the yocto-bsp help and
yocto-bsp usage, since they are currently missing.
[YOCTO #8322]
(From meta-yocto rev: dfdf97b4239639affc8ce22e338a291d4b0dfc76)
Signed-off-by: Humberto Ibarra <humberto.ibarra.lopez@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/bsp/help.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py index bbb7b317d7..2b4ed06d27 100644 --- a/scripts/lib/bsp/help.py +++ b/scripts/lib/bsp/help.py | |||
@@ -103,6 +103,7 @@ yocto_bsp_create_usage = """ | |||
103 | 103 | ||
104 | usage: yocto-bsp create <bsp-name> <karch> [-o <DIRNAME> | --outdir <DIRNAME>] | 104 | usage: yocto-bsp create <bsp-name> <karch> [-o <DIRNAME> | --outdir <DIRNAME>] |
105 | [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>] | 105 | [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>] |
106 | [-c | --codedump] [-s | --skip-git-check] | ||
106 | 107 | ||
107 | This command creates a Yocto BSP based on the specified parameters. | 108 | This command creates a Yocto BSP based on the specified parameters. |
108 | The new BSP will be a new Yocto BSP layer contained by default within | 109 | The new BSP will be a new Yocto BSP layer contained by default within |
@@ -131,6 +132,7 @@ NAME | |||
131 | SYNOPSIS | 132 | SYNOPSIS |
132 | yocto-bsp create <bsp-name> <karch> [-o <DIRNAME> | --outdir <DIRNAME>] | 133 | yocto-bsp create <bsp-name> <karch> [-o <DIRNAME> | --outdir <DIRNAME>] |
133 | [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>] | 134 | [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>] |
135 | [-c | --codedump] [-s | --skip-git-check] | ||
134 | 136 | ||
135 | DESCRIPTION | 137 | DESCRIPTION |
136 | This command creates a Yocto BSP based on the specified | 138 | This command creates a Yocto BSP based on the specified |