- Update mv-ddr-marvell to use master branch as upstream recommends This fixes build of a80x0_mcbin - Update A3700-utils-marvell to use master branch as upstream recommends - Re-enable A3700 tools with patch: * fix-A3700-gcc11.patch - And refresh patch: * A3700_utils-drop-git.patch OBS-URL: https://build.opensuse.org/request/show/907675 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/arm-trusted-firmware?expand=0&rev=43
13 lines
557 B
Diff
13 lines
557 B
Diff
--- A3700-utils-marvell-master/wtmi/sys_init/Makefile.orig 2021-07-06 14:15:03.579538716 +0200
|
|
+++ A3700-utils-marvell-master/wtmi/sys_init/Makefile 2021-07-06 14:15:14.771664652 +0200
|
|
@@ -51,8 +51,7 @@ ECHO = @echo
|
|
SED = @sed
|
|
|
|
LOCAL_VERSION_STRING ?= -armada
|
|
-BUILD_STRING := $(shell git log -n 1 --pretty=format:"%h" && (git diff-index --quiet HEAD || echo -dirty))
|
|
-VERSION_STRING := $(LOCAL_VERSION_STRING)-$(BUILD_STRING)
|
|
+VERSION_STRING := $(LOCAL_VERSION_STRING)
|
|
|
|
CPUOPTS = -mthumb -mcpu=cortex-m3 -mlittle-endian
|
|
BINPATH = build
|