shell: Drop default from --target
Forgotten by 49cb9b7a7b
: 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:
parent
8a87f09c70
commit
b42aafb97d
@ -53,8 +53,7 @@ class Shell:
|
|||||||
help='Config file')
|
help='Config file')
|
||||||
sh_prs.add_argument('--target',
|
sh_prs.add_argument('--target',
|
||||||
action='append',
|
action='append',
|
||||||
help='Select target to build',
|
help='Select target to build')
|
||||||
default='core-image-minimal')
|
|
||||||
sh_prs.add_argument('--skip',
|
sh_prs.add_argument('--skip',
|
||||||
help='Skip build steps',
|
help='Skip build steps',
|
||||||
default=[])
|
default=[])
|
||||||
|
Loading…
Reference in New Issue
Block a user