Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lmp/bb-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ fi
# Setscene (cache), failures not critical
status "Run bitbake (setscene tasks only)"
bitbake -DD --setscene-only --continue ${IMAGE} || true
# we have now everything from the mirror so we don't need that anymore
echo 'SSTATE_MIRRORS = ""' >> conf/local.conf

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