summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorr.tyminski <r.tyminski@partner.samsung.com>2017-10-19 10:19:37 +0200
committerDong Sun Lee <ds73.lee@samsung.com>2017-10-19 08:24:35 +0000
commit0a158789c837db0190a4f3a44928e6441b8fcb96 (patch)
tree872071c613f8da8960ffbeab88c272681a672749
parentb6a182e312eecb9087f51329c491c72a7d473e01 (diff)
downloadarm-trusted-firmware-rpi3-0a158789c837db0190a4f3a44928e6441b8fcb96.tar.gz
arm-trusted-firmware-rpi3-0a158789c837db0190a4f3a44928e6441b8fcb96.tar.bz2
arm-trusted-firmware-rpi3-0a158789c837db0190a4f3a44928e6441b8fcb96.zip
Set BUILD_STRING with release value. Change-Id: Ic79daa5f696f11227b6e6b2a6af3f726357c5049
-rw-r--r--packaging/arm-trusted-firmware.spec3
1 files changed, 1 insertions, 2 deletions
diff --git a/packaging/arm-trusted-firmware.spec b/packaging/arm-trusted-firmware.spec
index 2301b7c..d05b111 100644
--- a/packaging/arm-trusted-firmware.spec
+++ b/packaging/arm-trusted-firmware.spec
@@ -18,7 +18,6 @@ ExclusiveArch: aarch64
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
@@ -35,7 +34,7 @@ Trusted firmware for Embedded boards based on ARM processor
# 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