Set BUILD_STRING with release value.
Change-Id: Ic79daa5f696f11227b6e6b2a6af3f726357c5049
URL: https://github.com/linaro-swg/arm-trusted-firmware.git
Source0: %{name}-%{version}.tar.bz2
-BuildRequires: git
BuildRequires: optee-os
BuildRequires: u-boot-rpi3
BuildRequires: u-boot-tools
# Build image
export CFLAGS="-O0 -gdwarf-2"
-make %{?_smp_mflags} BL32=/boot/tee.bin %{compile_flags} PLAT=%{buildplat} all
+make %{?_smp_mflags} BL32=/boot/tee.bin %{compile_flags} PLAT=%{buildplat} BUILD_STRING="%{release}" all
dd if=/dev/zero of=scratch bs=1c count=131072
cat build/%{buildplat}/%{buildtype}/bl31.bin scratch > bl31.tmp