Accepting request 309079 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/309079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=46
This commit is contained in:
2015-05-29 08:43:31 +00:00
committed by Git OBS Bridge
parent b2463112da
commit 16df6a7b97
55 changed files with 433 additions and 278 deletions

View File

@@ -25,20 +25,19 @@
%define cuboxi_spl 0
Name: u-boot-paz00
Version: 2015.04
Version: 2015.07~rc1
Release: 0
Summary: The u-boot firmware for the paz00 arm platform
License: GPL-2.0
Group: System/Boot
Url: http://www.denx.de/wiki/U-Boot
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
#Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{version}.tar.bz2
Source: u-boot-2015.07-rc1.tar.bz2
Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc
Patch1: enable_spl_ext_support_for_ti_armv7.patch
Patch2: fix_beagle_spl_build.patch
Patch3: mx53loco-bootscr.patch
# Apply add_snow_usb_boot.patch only for snow, otherwise may break other boards
Patch20: add_snow_usb_boot.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
Patch99: drop-marvell.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -66,17 +65,14 @@ Das U-Boot (or just "U-Boot" for short) is Open Source Firmware for Embedded Pow
This package contains documentation for u-boot firmware
%prep
%setup -q -n u-boot-%{version}
#%setup -q -n u-boot-%{version}
%setup -q -n u-boot-2015.07-rc1
# is non-free licensed, and we don't need it (bnc#773824)
rm -rf board/Marvell
# Any custom patches to be applied on top of mainline u-boot
%patch1
%patch2 -p1
%patch3
%if "%{name}" == "u-boot-snow"
# Apply some patches only for u-boot-snow to avoid to break other boards
%patch20 -p1
%endif
%patch99 -p1
%build