Alexander Couzens (lynxis@fe80.eu) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12645
-gerrit
commit ee6bbf8263c26897331f609bfa46663792bb6581 Author: Alexander Couzens lynxis@fe80.eu Date: Fri Dec 4 18:39:20 2015 +0100
SeaBIOS: remove VERSION variable in coreboot Makefile
SeaBIOS dropped support of VERSION variable and is reproducible without it.
Change-Id: Iea1dc20e18aa5c274060e3cd55cd9e95086a602d Signed-off-by: Alexander Couzens lynxis@fe80.eu --- payloads/external/SeaBIOS/Makefile.inc | 3 --- 1 file changed, 3 deletions(-)
diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc index 7f58254..48a6a6f 100644 --- a/payloads/external/SeaBIOS/Makefile.inc +++ b/payloads/external/SeaBIOS/Makefile.inc @@ -52,9 +52,6 @@ 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: