Skip to content

Commit

Permalink
lmp/bb-build: run the setscene-only job as much as possible
Browse files Browse the repository at this point in the history
This will run all pending do_rm_work task in the bitbake job
instead of leaving it for the next job.
This way we don't see do_rm_work task on the next bitbake job
that were left here by the previous one.

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose authored and ricardosalveti committed Oct 1, 2024
1 parent d85c225 commit 274b155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmp/bb-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ fi

# Setscene (cache), failures not critical
status "Run bitbake (setscene tasks only)"
bitbake -DD --setscene-only ${IMAGE} || true
bitbake -DD --setscene-only --continue ${IMAGE} || true

# add trap to do some pending operations on exit
trap finish TERM INT EXIT
Expand Down

0 comments on commit 274b155

Please sign in to comment.