diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-02-27 11:29:33 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-02-27 11:30:28 +0100 |
commit | fa2cf05665cac94ea797555e543c34222cb84dc6 (patch) | |
tree | 10ca9c1dba65c06d5e37b1e4d4807aa6b0e13686 /resources/scripts/helpers/download/coreboot | |
parent | 131c5f4ca35db3ca96f1b2fc503af7e57cbe7263 (diff) | |
download | librebootfr-fa2cf05665cac94ea797555e543c34222cb84dc6.tar.gz librebootfr-fa2cf05665cac94ea797555e543c34222cb84dc6.zip |
download/coreboot: reset to common revision
Diffstat (limited to 'resources/scripts/helpers/download/coreboot')
-rwxr-xr-x | resources/scripts/helpers/download/coreboot | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index a502b88d..c8b853d1 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -137,6 +137,11 @@ git clone https://review.coreboot.org/coreboot # there are modifications required cd "coreboot/" +# Reset to a common revision# +# other revisions used will be on this one, or before it +# This common revision is used for the crossgcc compilation +git reset --hard 4351ace145c4069f9c93ca7541d6dfaf8300b53b + # Define a common version (based on the libreboot version) # Most likely redundant, because the build system needs to update # this every time when building a ROM image anyway |