summaryrefslogtreecommitdiffstats
path: root/resources/scripts/helpers/build/roms/withgrub_helper
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-12-05 20:27:11 (EST)
committer Francis Rowe <info@gluglug.org.uk>2015-12-05 20:34:09 (EST)
commit4f4ec55f08d55acadd6723a54db638bd5ef04484 (patch)
tree9056c144870951da8d4ded913ab7b585c1ce3726 /resources/scripts/helpers/build/roms/withgrub_helper
parentc13fe7aad75a74096f0e8d090c282e254fd78108 (diff)
downloadlibreboot-4f4ec55f08d55acadd6723a54db638bd5ef04484.zip
libreboot-4f4ec55f08d55acadd6723a54db638bd5ef04484.tar.gz
libreboot-4f4ec55f08d55acadd6723a54db638bd5ef04484.tar.bz2
build/roms/*: put libreboot version in .coreboot-version file
This is one of the things needed, for building coreboot in a reproducible fashion.
Diffstat (limited to 'resources/scripts/helpers/build/roms/withgrub_helper')
-rwxr-xr-xresources/scripts/helpers/build/roms/withgrub_helper1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/scripts/helpers/build/roms/withgrub_helper b/resources/scripts/helpers/build/roms/withgrub_helper
index 7c16b43..40aa6cb 100755
--- a/resources/scripts/helpers/build/roms/withgrub_helper
+++ b/resources/scripts/helpers/build/roms/withgrub_helper
@@ -46,6 +46,7 @@ else
version="$(git describe --tags HEAD)"
fi
printf '%s\n' "${version}" >"lbversion"
+printf 'libreboot-%s\n' "${version}" > ".coreboot-version" # needed for reproducible builds in coreboot
# Build ROM images with text-mode and corebootfb modes.