Accepting request 666209 from hardware👢staging
- Update to v2019.01 - Update to v2019.01-rc3 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 * Patches dropped: 0007-exynos-imply-SYS_THUMB_BUILD.patch - Add rock960-rk3399 - Update to v2019.01-rc2 - add pinebook - Update to v2019.01-rc1 - Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2019.01 * Patches dropped: 0007-Revert-efi_loader-remove-efi_exit_c.patch 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch * Patches added: 0007-exynos-imply-SYS_THUMB_BUILD.patch OBS-URL: https://build.opensuse.org/request/show/666209 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=33
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package u-boot-rpi2
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
|
||||
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
@@ -14,7 +14,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@@ -33,10 +33,10 @@
|
||||
%if "rpi2" == "rpi" || "rpi2" == "rpi2" || "rpi2" == "rpi3"
|
||||
%define is_rpi 1
|
||||
%endif
|
||||
%if "rpi2" == "evb-rk3399" || "rpi2" == "firefly-rk3399" || "rpi2" == "puma-rk3399"
|
||||
%if "rpi2" == "evb-rk3399" || "rpi2" == "firefly-rk3399" || "rpi2" == "puma-rk3399" || "rpi2" == "rock960-rk3399"
|
||||
%define is_rk3399 1
|
||||
%endif
|
||||
%if "rpi2" == "bananapim64" || "rpi2" == "nanopia64" || "rpi2" == "pine64plus"
|
||||
%if "rpi2" == "bananapim64" || "rpi2" == "nanopia64" || "rpi2" == "pine64plus" || "rpi2" == "pinebook"
|
||||
%define is_a64 1
|
||||
%endif
|
||||
%if "rpi2" == "orangepipc2"
|
||||
@@ -47,10 +47,10 @@
|
||||
%endif
|
||||
|
||||
# archive_version differs from version for RC version only
|
||||
%define archive_version 2018.11
|
||||
%define archive_version 2019.01
|
||||
|
||||
Name: u-boot-rpi2
|
||||
Version: 2018.11
|
||||
Version: 2019.01
|
||||
Release: 0
|
||||
Summary: The U-Boot firmware for the rpi2 platform
|
||||
License: GPL-2.0-only
|
||||
@@ -67,8 +67,6 @@ 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-zynqmpbif-Add-support-for-loa.patch
|
||||
Patch0007: 0007-Revert-efi_loader-remove-efi_exit_c.patch
|
||||
Patch0008: 0008-exynos5-allow-bigger-BL2-u-boot.bin.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?is_rk3399} && %{with uboot_atf}
|
||||
BuildRequires: arm-trusted-firmware-rk3399
|
||||
@@ -138,8 +136,6 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0004 -p1
|
||||
%patch0005 -p1
|
||||
%patch0006 -p1
|
||||
%patch0007 -p1
|
||||
%patch0008 -p1
|
||||
|
||||
%build
|
||||
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)
|
||||
|
Reference in New Issue
Block a user