From 1dd9348008310984b563009adcef8e0c2b29c61f Mon Sep 17 00:00:00 2001 From: Humberto Ibarra Date: Mon, 14 Mar 2016 11:05:25 -0600 Subject: [PATCH] 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 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- scripts/lib/bsp/help.py | 2 ++ 1 file changed, 2 insertions(+) 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 = """ 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