forked from pool/u-boot
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:
@@ -18,12 +18,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define mvebu_spl MVEBU_SPL
|
||||
%define x_loader OMAP_SPL
|
||||
%define origen_spl ORIGEN_SPL
|
||||
%define rockchip_spl ROCKCHIP_SPL
|
||||
%define sunxi_spl SUNXI_SPL
|
||||
%define arndale_spl ARNDALE_SPL
|
||||
%define cuboxi_spl CUBOXI_SPL
|
||||
%define origen_spl ORIGEN_SPL
|
||||
%define udoo_spl UDOO_SPL
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
@@ -32,7 +33,7 @@
|
||||
Name: u-boot-BOARDNAME
|
||||
Version: 2016.05~rc3
|
||||
Release: 0
|
||||
Summary: The u-boot firmware for the BOARDNAME arm platform
|
||||
Summary: The U-Boot firmware for the BOARDNAME platform
|
||||
License: GPL-2.0
|
||||
Group: System/Boot
|
||||
Url: http://www.denx.de/wiki/U-Boot
|
||||
@@ -68,15 +69,15 @@ ExclusiveArch: ARCH_RESTRICTIONS
|
||||
|
||||
%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 BOARDNAME arm platform.
|
||||
This package contains the firmware for the BOARDNAME 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 ROCKCHIP_SPL_IMAGE_TYPES; do
|
||||
|
Reference in New Issue
Block a user