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>
pyro-old
Humberto Ibarra 7 years ago committed by Richard Purdie
parent 54eca75308
commit 1dd9348008

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

Loading…
Cancel
Save