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>
This commit is contained in:
Humberto Ibarra 2016-03-14 11:05:25 -06:00 committed by Richard Purdie
parent 54eca75308
commit 1dd9348008
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,7 @@ yocto_bsp_create_usage = """
usage: yocto-bsp create <bsp-name> <karch> [-o <DIRNAME> | --outdir <DIRNAME>] usage: yocto-bsp create <bsp-name> <karch> [-o <DIRNAME> | --outdir <DIRNAME>]
[-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>] [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>]
[-c | --codedump] [-s | --skip-git-check]
This command creates a Yocto BSP based on the specified parameters. This command creates a Yocto BSP based on the specified parameters.
The new BSP will be a new Yocto BSP layer contained by default within The new BSP will be a new Yocto BSP layer contained by default within
@ -131,6 +132,7 @@ NAME
SYNOPSIS SYNOPSIS
yocto-bsp create <bsp-name> <karch> [-o <DIRNAME> | --outdir <DIRNAME>] yocto-bsp create <bsp-name> <karch> [-o <DIRNAME> | --outdir <DIRNAME>]
[-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>] [-i <JSON PROPERTY FILE> | --infile <JSON PROPERTY_FILE>]
[-c | --codedump] [-s | --skip-git-check]
DESCRIPTION DESCRIPTION
This command creates a Yocto BSP based on the specified This command creates a Yocto BSP based on the specified