]> xenbits.xensource.com Git - people/liuw/qemu.git/commitdiff
seabios: use new EXTRAVERSION to tag qemu builds
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 17 Dec 2015 09:32:24 +0000 (10:32 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 5 Jan 2016 12:04:14 +0000 (13:04 +0100)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
roms/Makefile

index 09e33b59e5dc11e6391e5fff2c57a1d0c519a111..01f270127f75ada1287373b42f2246dad34c68dd 100644 (file)
@@ -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