mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-10-23 07:12:22 +02:00
scripts/run-config: If target is present default to 1 step
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit e183db413f
)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
parent
b519518f4c
commit
95f21ce671
|
@ -84,6 +84,7 @@ elif args.build_type == "full":
|
|||
maxsteps = 0
|
||||
stepnum = 0
|
||||
if args.target in ourconfig['overrides']:
|
||||
maxsteps = 1
|
||||
for v in ourconfig['overrides'][args.target]:
|
||||
if v.startswith("step"):
|
||||
n = int(v[4:])
|
||||
|
|
Loading…
Reference in New Issue
Block a user