Accepting request 621892 from hardware👢staging

- Update to v2018.07
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
* Patches dropped:
  0010-arm-timer-factor-out-FSL-arch-timer.patch
  0011-arm-timer-sunxi-add-Allwinner-timer.patch
- Update to v2018.07-rc3
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
* Patches added:
  0010-arm-timer-factor-out-FSL-arch-timer.patch
  0011-arm-timer-sunxi-add-Allwinner-timer.patch
- Update to v2018.07-rc2
- update to v2018.07-rc1
- Add bison and flex deps needed since Kconfig update
- Use 'make syncconfig' instead of deprecated 'make silentoldconfig'
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
* Patches dropped:
  0006-tools-zynqmpimage-Add-partition-rea.patch
  0007-tools-zynqmpimage-Move-defines-to-h.patch
  0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
  0009-tools-zynqmpimage-Add-bif-support.patch
  0010-tools-zynqmpbif-Add-support-for-loa.patch
  0011-rockchip-make_fit_atf-use-elf-entry.patch
  0012-rockchip-make_fit_atf-make-python3-.patch
  0013-rockchip-make_fit_atf.py-depends-on.patch
* Patches added:
  0006-tools-zynqmpbif-Add-support-for-loa.patch
  0007-rockchip-make_fit_atf-use-elf-entry.patch
  0008-rockchip-make_fit_atf-make-python3-.patch
  0009-rockchip-make_fit_atf.py-depends-on.patch

OBS-URL: https://build.opensuse.org/request/show/621892
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=22
This commit is contained in:
2018-07-12 15:14:04 +00:00
committed by Git OBS Bridge
parent b823b5e083
commit 899039e75b
156 changed files with 3902 additions and 2735 deletions

View File

@@ -38,10 +38,10 @@
%endif
# archive_version differs from version for RC version only
%define archive_version 2018.05
%define archive_version 2018.07
Name: u-boot-snow
Version: 2018.05
Version: 2018.07
Release: 0
Summary: The U-Boot firmware for the snow platform
License: GPL-2.0-only
@@ -57,14 +57,10 @@ Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-rpi-Use-firmware-provided-device-tr.patch
Patch0004: 0004-Temp-workaround-for-Chromebook-snow.patch
Patch0005: 0005-zynqmp-Add-generic-target.patch
Patch0006: 0006-tools-zynqmpimage-Add-partition-rea.patch
Patch0007: 0007-tools-zynqmpimage-Move-defines-to-h.patch
Patch0008: 0008-MAINTAINERS-Declare-tools-zynq-.-c-.patch
Patch0009: 0009-tools-zynqmpimage-Add-bif-support.patch
Patch0010: 0010-tools-zynqmpbif-Add-support-for-loa.patch
Patch0011: 0011-rockchip-make_fit_atf-use-elf-entry.patch
Patch0012: 0012-rockchip-make_fit_atf-make-python3-.patch
Patch0013: 0013-rockchip-make_fit_atf.py-depends-on.patch
Patch0006: 0006-tools-zynqmpbif-Add-support-for-loa.patch
Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
BuildRequires: arm-trusted-firmware-pine64
@@ -73,8 +69,10 @@ BuildRequires: arm-trusted-firmware-pine64
BuildRequires: arm-trusted-firmware-rk3399
%endif
BuildRequires: bc
BuildRequires: bison
# Arndale board needs DTC >= 1.4
BuildRequires: dtc >= 1.4.0
BuildRequires: flex
# u-boot-clearfog (tools/kwbimage.c) needs openssl to build
BuildRequires: libopenssl-devel
BuildRequires: python-devel
@@ -132,10 +130,6 @@ This package contains documentation for U-Boot firmware.
%patch0007 -p1
%patch0008 -p1
%patch0009 -p1
%patch0010 -p1
%patch0011 -p1
%patch0012 -p1
%patch0013 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)