From 0822755786a7f97faef9b2c8a10ff92f380f69d9 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 10 Oct 2015 22:43:24 -0400 Subject: download/coreboot: add coreboot version info --- (limited to 'resources/scripts') diff --git a/resources/scripts/helpers/download/coreboot b/resources/scripts/helpers/download/coreboot index 7fee71d..2e1059b 100755 --- a/resources/scripts/helpers/download/coreboot +++ b/resources/scripts/helpers/download/coreboot @@ -155,4 +155,13 @@ cd "../" printf "Deblobbing coreboot\n" ./resources/utilities/coreboot-libre/deblob +if [ -f "version" ]; then + # _src release archive is being used + version="libreboot-$(cat version)" +else + # git repo is being used + version="libreboot-$(git describe --tags HEAD)" +fi +printf '%s\n' "${version}" >"coreboot/.coreboot-version" + printf "\n\n" -- cgit v0.9.1