Skip to content
Snippets Groups Projects
Commit 437b8d8c authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

seabios: use new EXTRAVERSION to tag qemu builds


Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent ad30c0b0
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ powerpc_cross_prefix := $(call find-cross-prefix,powerpc)
x86_64_cross_prefix := $(call find-cross-prefix,x86_64)
# tag our seabios builds
SEABIOS_VERSION="$(shell cd seabios; git describe --tags --long) by qemu-project.org"
SEABIOS_EXTRAVERSION="-prebuilt.qemu-project.org"
#
# EfiRom utility is shipped with edk2 / tianocore, in BaseTools/
......@@ -78,12 +78,12 @@ build-seabios-config-%: config.%
mkdir -p seabios/builds/$*
cp $< seabios/builds/$*/.config
$(MAKE) -C seabios \
VERSION=$(SEABIOS_VERSION) \
EXTRAVERSION=$(SEABIOS_EXTRAVERSION) \
CROSS_COMPILE=$(x86_64_cross_prefix) \
KCONFIG_CONFIG=$(CURDIR)/seabios/builds/$*/.config \
OUT=$(CURDIR)/seabios/builds/$*/ oldnoconfig
$(MAKE) -C seabios \
VERSION=$(SEABIOS_VERSION) \
EXTRAVERSION=$(SEABIOS_EXTRAVERSION) \
CROSS_COMPILE=$(x86_64_cross_prefix) \
KCONFIG_CONFIG=$(CURDIR)/seabios/builds/$*/.config \
OUT=$(CURDIR)/seabios/builds/$*/ all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment