Accepting request 397969 from Base:System

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/397969
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=75
This commit is contained in:
2016-05-30 07:55:54 +00:00
committed by Git OBS Bridge
parent 51760cc5b2
commit 475ab01269
89 changed files with 1053 additions and 296 deletions

View File

@@ -28,10 +28,10 @@
%define udoo_spl UDOO_SPL
# archive_version differs from version for RC version only
%define archive_version 2016.05-rc3
%define archive_version 2016.05
Name: u-boot-BOARDNAME
Version: 2016.05~rc3
Version: 2016.05
Release: 0
Summary: The U-Boot firmware for the BOARDNAME platform
License: GPL-2.0
@@ -44,8 +44,8 @@ Source300: u-boot-rpmlintrc
Patch1: 0001-XXX-openSUSE-XXX-Load-dtb-from-partition-2.patch
# Move omap3 to distro boot method
Patch2: 0002-XXX-openSUSE-XXX-omap3-Move-to-distro-bootcmd.patch
# Fix exynos KVM support
Patch3: 0003-exynos-Set-CNTFRQ.patch
# UPSTREAM: Fix build with hard-float ARM toolchain (Fix iMX boards)
Patch3: 0001-video-ipu-Fix-build-with-hard-float-ARM-toolchain.-I.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Arndale board need DTC >= 1.4
BuildRequires: bc
@@ -55,7 +55,7 @@ BuildRequires: dtc >= 1.4.0
BuildRequires: qemu
Provides: qemu-ppc:%{_datadir}/qemu/u-boot.e500
%endif
%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == "u-boot-rpi3"
# Owns /boot/vc directory
BuildRequires: raspberrypi-firmware
%endif
@@ -103,7 +103,7 @@ done
export NO_BRP_STRIP_DEBUG=true
export NO_DEBUGINFO_STRIP_DEBUG=true
%define uboot_dir /boot
%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2"
%if "%{name}" == "u-boot-rpi" || "%{name}" == "u-boot-rpi2" || "%{name}" == "u-boot-rpi3"
%define uboot_dir /boot/vc
%endif
%if "%{name}" == "u-boot-qemu-ppce500"