summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_coreboot.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index e8c8b17f..02288a48 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -148,6 +148,8 @@ echo "$(date -u) - Cloning the coreboot git repository with submodules now."
echo "============================================================================="
git clone --recursive http://review.coreboot.org/p/coreboot.git
cd coreboot
+# still required because the coreboot moved submodule and take care of old git versions
+git submodule update --init --checkout 3rdparty/blobs
COREBOOT="$(git log -1 | head -3)"
echo "============================================================================="