SHA256
1
0
forked from pool/u-boot

Accepting request 338371 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/338371
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=57
This commit is contained in:
2015-10-19 20:50:44 +00:00
committed by Git OBS Bridge
parent 1d5f8b35ed
commit d483f3d044
68 changed files with 293 additions and 335 deletions

View File

@@ -25,10 +25,10 @@
%define cuboxi_spl CUBOXI_SPL
# archive_version differs from version for RC version only
%define archive_version 2015.10-rc4
%define archive_version 2015.10-rc5
Name: u-boot-BOARDNAME
Version: 2015.10~rc4
Version: 2015.10~rc5
Release: 0
Summary: The u-boot firmware for the BOARDNAME arm platform
License: GPL-2.0
@@ -40,9 +40,6 @@ Source300: u-boot-rpmlintrc
# Odroid patches
Patch10: 0001-odroid-replace-fatload-with-load-to-be-able-to-use-E.patch
Patch11: 0002-odroid-Add-boot-script-boot.scr-support.patch
# openSUSE fixes hopefully going upstream soon
# https://www.mail-archive.com/u-boot@lists.denx.de/msg187126.html
Patch50: arndale-apply-cortex-a15-erratas.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
@@ -73,10 +70,8 @@ This package contains documentation for u-boot firmware
%setup -q -n u-boot-%{archive_version}
%patch10 -p1
%patch11 -p1
%patch50 -p1
# 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
%patch99 -p1
%build