SHA256
1
0
forked from pool/u-boot

Accepting request 321230 from Base:System

OBS-URL: https://build.opensuse.org/request/show/321230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=52
This commit is contained in:
2015-08-10 07:16:06 +00:00
committed by Git OBS Bridge
parent fcc9d0456f
commit 5add83b6bf
63 changed files with 1628 additions and 225 deletions

View File

@@ -24,17 +24,19 @@
%define arndale_spl ARNDALE_SPL
%define cuboxi_spl CUBOXI_SPL
# archive_version differs from version for RC version only
%define archive_version 2015.10-rc1
Name: u-boot-BOARDNAME
Version: 2015.07
Version: 2015.10~rc1
Release: 0
Summary: The u-boot firmware for the BOARDNAME 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-%{archive_version}.tar.bz2
Source2: arndale-bl1.img
Source300: u-boot-rpmlintrc
Patch1: mx53loco-bootscr.patch
Patch51: jetson-tk1-gpu-1.patch
Patch52: jetson-tk1-gpu-2.patch
# Marvell boards support is non-free licensed, and we don't need it (bnc#773824)
@@ -64,11 +66,10 @@ 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-%{archive_version}
# 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 -p1
%patch51 -p1
%patch52 -p1
%patch99 -p1