summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/build-image.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/devtool/build-image.py')
-rw-r--r--scripts/lib/devtool/build-image.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/lib/devtool/build-image.py b/scripts/lib/devtool/build-image.py
index 48c3a1198a..ff764fa833 100644
--- a/scripts/lib/devtool/build-image.py
+++ b/scripts/lib/devtool/build-image.py
@@ -109,7 +109,8 @@ def register_commands(subparsers, context):
109 parser = subparsers.add_parser('build-image', 109 parser = subparsers.add_parser('build-image',
110 help='Build image including workspace recipe packages', 110 help='Build image including workspace recipe packages',
111 description='Builds an image, extending it to include ' 111 description='Builds an image, extending it to include '
112 'packages from recipes in the workspace') 112 'packages from recipes in the workspace',
113 group='testbuild', order=-10)
113 parser.add_argument('imagename', help='Image recipe to build', nargs='?') 114 parser.add_argument('imagename', help='Image recipe to build', nargs='?')
114 parser.add_argument('-p', '--add-packages', help='Instead of adding packages for the ' 115 parser.add_argument('-p', '--add-packages', help='Instead of adding packages for the '
115 'entire workspace, specify packages to be added to the image ' 116 'entire workspace, specify packages to be added to the image '