diff --git a/sdk/build.sh b/sdk/build.sh index 4e8354b45..1c33735bc 100755 --- a/sdk/build.sh +++ b/sdk/build.sh @@ -115,7 +115,7 @@ if pushd ${YOCTO_INST_DIR}; then fi fi yes "" 2>/dev/null | ${REPO} init --no-repo-verify -u ${MANIFEST_URL} ${repo_revision} - ${REPO} sync ${MAKE_JOBS} + time ${REPO} sync ${MAKE_JOBS} popd fi