payloads/external/GRUB2: Add "git revision" to the GRUB2 version menu
This change is based on the following commit:
3aa91dc
payloads/seabios: Add "git revision" to the SeaBIOS version menu
Change-Id: I9987e3673e70b5cb20173d1ddff6060f42a5374a
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Reviewed-on: https://review.coreboot.org/18352
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
9b798d7904
commit
08cf195f4c
2
payloads/external/GRUB2/Makefile
vendored
2
payloads/external/GRUB2/Makefile
vendored
@@ -1,5 +1,7 @@
|
||||
TAG-$(CONFIG_GRUB2_MASTER)=
|
||||
TAG-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)
|
||||
NAME-$(CONFIG_GRUB2_MASTER)=HEAD
|
||||
NAME-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)
|
||||
|
||||
project_git_repo=git://git.sv.gnu.org/grub.git
|
||||
project_dir=grub2
|
||||
|
Reference in New Issue
Block a user