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:
parent
05a2682da0
commit
93353a2a1e
22
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
Normal file
22
0004-Fix-boot-on-Beagleboard-xM-by-disab.patch
Normal 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
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user