shell: Drop default from --target

Forgotten by 49cb9b7a7ba9: The default is now set in
get_bitbake_targets.

This fixes spurious overwrites of the target defined in the config file.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
This commit is contained in:
Jan Kiszka 2018-01-02 11:20:26 +01:00 committed by Daniel Wagner
parent 8a87f09c70
commit b42aafb97d

View File

@ -53,8 +53,7 @@ class Shell:
help='Config file')
sh_prs.add_argument('--target',
action='append',
help='Select target to build',
default='core-image-minimal')
help='Select target to build')
sh_prs.add_argument('--skip',
help='Skip build steps',
default=[])