mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
Reproducibility: fixate HEADS_GIT_VERSION to use a commit id of 7 characters
This commit is contained in:
parent
f2e45c4396
commit
5e6f4fb90b
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ GIT_STATUS := $(shell \
|
||||
else \
|
||||
echo dirty ; \
|
||||
fi)
|
||||
HEADS_GIT_VERSION := $(shell git describe --tags --dirty)
|
||||
HEADS_GIT_VERSION := $(shell git describe --abbrev=7 --tags --dirty)
|
||||
|
||||
CB_OUTPUT_BASENAME := heads-$(BOARD)-$(HEADS_GIT_VERSION)
|
||||
CB_OUTPUT_FILE := $(CB_OUTPUT_BASENAME).rom
|
||||
|
Loading…
Reference in New Issue
Block a user