summaryrefslogtreecommitdiffstats
path: root/scripts/lib/bsp
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/bsp')
-rw-r--r--scripts/lib/bsp/help.py2
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
131SYNOPSIS 132SYNOPSIS
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
135DESCRIPTION 137DESCRIPTION
136 This command creates a Yocto BSP based on the specified 138 This command creates a Yocto BSP based on the specified