diff options
author | Francis Rowe <info@gluglug.org.uk> | 2016-02-27 05:29:33 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2016-02-27 05:30:28 (EST) |
commit | fa2cf05665cac94ea797555e543c34222cb84dc6 (patch) | |
tree | 10ca9c1dba65c06d5e37b1e4d4807aa6b0e13686 /resources/scripts/helpers | |
parent | 131c5f4ca35db3ca96f1b2fc503af7e57cbe7263 (diff) | |
download | libreboot-fa2cf05665cac94ea797555e543c34222cb84dc6.zip libreboot-fa2cf05665cac94ea797555e543c34222cb84dc6.tar.gz libreboot-fa2cf05665cac94ea797555e543c34222cb84dc6.tar.bz2 |
download/coreboot: reset to common revision
Diffstat (limited to 'resources/scripts/helpers')
-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 a502b88..c8b853d 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 |