From: Humberto Ibarra Date: Mon, 14 Mar 2016 17:05:25 +0000 (-0600) Subject: scripts/lib/bsp/help.py: Add missing options to yocto-bsp help and usage X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfdf97b4239639affc8ce22e338a291d4b0dfc76;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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] Signed-off-by: Humberto Ibarra Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/bsp/help.py b/scripts/lib/bsp/help.py index bbb7b317d7a..2b4ed06d273 100644 --- a/scripts/lib/bsp/help.py +++ b/scripts/lib/bsp/help.py @@ -103,6 +103,7 @@ yocto_bsp_create_usage = """ usage: yocto-bsp create [-o | --outdir ] [-i | --infile ] + [-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 [-o | --outdir ] [-i | --infile ] + [-c | --codedump] [-s | --skip-git-check] DESCRIPTION This command creates a Yocto BSP based on the specified