Accepting request 393982 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/393982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=74
This commit is contained in:
2016-05-10 07:27:03 +00:00
committed by Git OBS Bridge
parent a8303dfa1a
commit 51760cc5b2
86 changed files with 738 additions and 224 deletions

View File

@@ -18,12 +18,13 @@
#
%define mvebu_spl 0
%define x_loader 0
%define origen_spl 0
%define rockchip_spl 0
%define sunxi_spl 0
%define arndale_spl 0
%define cuboxi_spl 0
%define origen_spl 0
%define udoo_spl 0
# archive_version differs from version for RC version only
@@ -32,7 +33,7 @@
Name: u-boot-paz00
Version: 2016.05~rc3
Release: 0
Summary: The u-boot firmware for the paz00 arm platform
Summary: The U-Boot firmware for the paz00 platform
License: GPL-2.0
Group: System/Boot
Url: http://www.denx.de/wiki/U-Boot
@@ -68,15 +69,15 @@ ExclusiveArch: armv7l armv7hl
%description
Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors.
This package contains the firmware for the paz00 arm platform.
This package contains the firmware for the paz00 platform.
%package doc
Summary: Documentation for the u-boot Firmware
Summary: Documentation for the U-Boot Firmware
Group: Documentation/Other
%description doc
Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded PowerPC, ARM, MIPS and x86 processors.
This package contains documentation for u-boot firmware
This package contains documentation for U-Boot firmware.
%prep
%setup -q -n u-boot-%{archive_version}
@@ -137,6 +138,9 @@ install -D -m 0755 spl/origen-spl.bin %{buildroot}/boot/origen-spl.bin
install -D -m 0755 spl/arndale-spl.bin %{buildroot}/boot/arndale-spl.bin
install -D -m 0755 %{SOURCE2} %{buildroot}/boot/arndale-bl1.img
%endif
%if %mvebu_spl == 1
install -D -m 0755 u-boot-spl.kwb %{buildroot}%{uboot_dir}/u-boot-spl.kwb
%endif
%if %rockchip_spl == 1
install -D -m 0644 spl/u-boot-spl-dtb.bin %{buildroot}%{uboot_dir}/u-boot-spl-dtb.bin
for t in ; do