Accepting request 530881 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/530881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=90
This commit is contained in:
Dominique Leuenberger 2017-10-05 09:58:22 +00:00 committed by Git OBS Bridge
parent 05a2682da0
commit 93353a2a1e
120 changed files with 560 additions and 0 deletions
0004-Fix-boot-on-Beagleboard-xM-by-disab.patchu-boot-a10-olinuxino-lime.changesu-boot-a10-olinuxino-lime.specu-boot-a13-olinuxino.changesu-boot-a13-olinuxino.specu-boot-a13-olinuxinom.changesu-boot-a13-olinuxinom.specu-boot-a20-olinuxino-lime.changesu-boot-a20-olinuxino-lime.specu-boot-a20-olinuxino-lime2.changesu-boot-a20-olinuxino-lime2.specu-boot-a20-olinuxinomicro.changesu-boot-a20-olinuxinomicro.specu-boot-am335xboneblack.changesu-boot-am335xboneblack.specu-boot-am335xevm.changesu-boot-am335xevm.specu-boot-am57xxevm.changesu-boot-am57xxevm.specu-boot-am57xxevmnodt.changesu-boot-am57xxevmnodt.specu-boot-arndale.changesu-boot-arndale.specu-boot-bananapi.changesu-boot-bananapi.specu-boot-clearfog.changesu-boot-clearfog.specu-boot-colibrit20.changesu-boot-colibrit20.specu-boot-cubieboard.changesu-boot-cubieboard.specu-boot-cubieboard2.changesu-boot-cubieboard2.specu-boot-cubietruck.changesu-boot-cubietruck.specu-boot-dragonboard410c.changesu-boot-dragonboard410c.specu-boot-evb-rk3399.changesu-boot-evb-rk3399.specu-boot-firefly-rk3288.changesu-boot-firefly-rk3288.specu-boot-highbank.changesu-boot-highbank.specu-boot-hikey.changesu-boot-hikey.specu-boot-hyundaia7hd.changesu-boot-hyundaia7hd.specu-boot-jetson-tk1.changesu-boot-jetson-tk1.specu-boot-lamobor1.changesu-boot-lamobor1.specu-boot-ls1012afrdmqspi.changesu-boot-ls1012afrdmqspi.specu-boot-melea1000.changesu-boot-melea1000.specu-boot-merriia80optimus.changesu-boot-merriia80optimus.specu-boot-mvebudb-88f3720.changesu-boot-mvebudb-88f3720.specu-boot-mvebudbarmada8k.changesu-boot-mvebudbarmada8k.specu-boot-mvebuespressobin-88f3720.changesu-boot-mvebuespressobin-88f3720.specu-boot-mvebumcbin-88f8040.changesu-boot-mvebumcbin-88f8040.specu-boot-mx53loco.changesu-boot-mx53loco.specu-boot-mx6cuboxi.changesu-boot-mx6cuboxi.specu-boot-mx6qsabrelite.changesu-boot-mx6qsabrelite.specu-boot-nanopineo.changesu-boot-nanopineo.specu-boot-nanopineoair.changesu-boot-nanopineoair.specu-boot-odroid-c2.changesu-boot-odroid-c2.specu-boot-odroid-xu3.changesu-boot-odroid-xu3.specu-boot-odroid.changesu-boot-odroid.specu-boot-omap3beagle.changesu-boot-omap3beagle.specu-boot-omap4panda.changesu-boot-omap4panda.specu-boot-orangepipc.changesu-boot-orangepipc.specu-boot-orangepipc2.changesu-boot-orangepipc2.specu-boot-p2371-2180.changesu-boot-p2371-2180.specu-boot-paz00.changesu-boot-paz00.specu-boot-pcm051rev3.changesu-boot-pcm051rev3.specu-boot-pine64plus.changesu-boot-pine64plus.specu-boot-qemu-ppce500.changesu-boot-qemu-ppce500.specu-boot-rpi.changes

View File

@ -0,0 +1,22 @@
From 108c50bbd5a40900d9bd033ba0633d31e2de252b Mon Sep 17 00:00:00 2001
From: Guillaume GARDET <guillaume.gardet@free.fr>
Date: Mon, 2 Oct 2017 15:25:19 +0200
Subject: [PATCH] Fix boot on Beagleboard xM by disabling CONFIG_FIT until a
proper fix can be find
---
configs/omap3_beagle_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig
index cf888f3491..f3df72d3f1 100644
--- a/configs/omap3_beagle_defconfig
+++ b/configs/omap3_beagle_defconfig
@@ -3,6 +3,7 @@ CONFIG_ARCH_OMAP2PLUS=y
CONFIG_SYS_TEXT_BASE=0x80100000
CONFIG_TARGET_OMAP3_BEAGLE=y
CONFIG_DISTRO_DEFAULTS=y
+# CONFIG_FIT is not set
CONFIG_SYS_CONSOLE_INFO_QUIET=y
CONFIG_VERSION_VARIABLE=y
CONFIG_SPL=y

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

View File

@ -51,6 +51,7 @@ Source300: u-boot-rpmlintrc
Patch0001: 0001-XXX-openSUSE-XXX-Load-dtb-from-part.patch
Patch0002: 0002-Revert-Revert-omap3-Use-raw-SPL-by-.patch
Patch0003: 0003-Revert-rockchip-mkimage-remove-plac.patch
Patch0004: 0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: bc
# Arndale board needs DTC >= 1.4
@ -95,6 +96,7 @@ This package contains documentation for U-Boot firmware.
%patch0001 -p1
%patch0002 -p1
%patch0003 -p1
%patch0004 -p1
%build
export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s)

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Oct 2 13:33:40 UTC 2017 - guillaume@opensuse.org
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2017.09
* Patches added:
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
-------------------------------------------------------------------
Wed Sep 13 15:14:30 UTC 2017 - guillaume@opensuse.org

Some files were not shown because too many files have changed in this diff Show More