SeaBIOS: fix reproducible build by defining our own version string

SeaBIOS uses a version string which is derived from hostname.
Defining our own version strings drops this dependency.
This only works in versions newer than rel-1.8.0-36-g624e812.

Change-Id: Ie800deffd3706d1b2dabf5258e2e48bfcd2929b7
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Reviewed-on: http://review.coreboot.org/10515
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins)
This commit is contained in:
Alexander Couzens 2015-06-11 14:24:39 +02:00 committed by Patrick Georgi
parent 920f2e63e5
commit 633886719e
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ endif
build: config
echo " MAKE SeaBIOS $(TAG-y)"
export VERSION=$$(cd seabios && \
git describe --tags --long --dirty 2>/dev/null || \
echo "unknown") ; \
$(MAKE) -C seabios OUT=out/
clean: