Accepting request 650041 from hardware👢staging

OBS-URL: https://build.opensuse.org/request/show/650041
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=29
This commit is contained in:
Andreas Färber
2018-11-18 19:13:29 +00:00
committed by Git OBS Bridge
parent 818d48706c
commit 3cb5805671
142 changed files with 772 additions and 212 deletions

View File

@@ -14,7 +14,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
@@ -141,8 +141,11 @@ This package contains documentation for U-Boot firmware.
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
%if 0%{?is_a64} || 0%{?is_h5} || 0%{?is_h6}
export BL31=/boot/bl31.bin
%if 0%{?is_a64} || 0%{?is_h5}
export BL31=/usr/share/arm-trusted-firmware-sun50ia64/bl31.bin
%endif
%if 0%{?is_h6}
export BL31=/usr/share/arm-trusted-firmware-sun50ih6/bl31.bin
%endif
%if %{with uboot_atf}