SHA256
1
0
forked from pool/u-boot

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

@@ -31,6 +31,8 @@ Url: http://www.denx.de/wiki/U-Boot
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2
Source1: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2.sig
PATCH_FILES
BuildRequires: bison
BuildRequires: flex
BuildRequires: libopenssl-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -56,7 +58,7 @@ PATCH_EXEC
%build
# needed for include/config/auto.conf
make defconfig
make silentoldconfig
make syncconfig
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" tools-only
%install