Accepting request 623926 from hardware👢staging
OBS-URL: https://build.opensuse.org/request/show/623926 OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=24
This commit is contained in:
parent
0cec470415
commit
3062fc3a6e
33
0011-omap3-beagle-re-enable-EFI-support-.patch
Normal file
33
0011-omap3-beagle-re-enable-EFI-support-.patch
Normal file
@ -0,0 +1,33 @@
|
||||
From 0b0488eab42787d4289672dc9524c142d9cd24eb Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
Date: Wed, 18 Jul 2018 21:30:53 +0200
|
||||
Subject: [PATCH] omap3: beagle: re-enable EFI support after the following
|
||||
commit removed it by mistake:
|
||||
|
||||
commit d233ccb1d84b901f7e23e6d9b4f2c6a57198b23b
|
||||
Author: Derald D. Woods <woods.technical@gmail.com>
|
||||
Date: Mon Feb 26 17:52:58 2018 -0600
|
||||
|
||||
ARM: omap3: beagle: Enable DM_SERIAL, update distro usage and NAND layout
|
||||
---
|
||||
configs/omap3_beagle_defconfig | 3 ---
|
||||
1 file changed, 3 deletions(-)
|
||||
|
||||
diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig
|
||||
index a37a38f881..1e1a391d7f 100644
|
||||
--- a/configs/omap3_beagle_defconfig
|
||||
+++ b/configs/omap3_beagle_defconfig
|
||||
@@ -32,8 +32,6 @@ CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0"
|
||||
CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(spl),1920k(u-boot),128k(u-boot-env),128k(dtb),6m(kernel),-(rootfs)"
|
||||
CONFIG_CMD_UBI=y
|
||||
# CONFIG_ISO_PARTITION is not set
|
||||
-# CONFIG_EFI_PARTITION is not set
|
||||
-CONFIG_SPL_PARTITION_UUIDS=y
|
||||
CONFIG_OF_CONTROL=y
|
||||
CONFIG_ENV_IS_IN_NAND=y
|
||||
CONFIG_SPL_DM=y
|
||||
@@ -79,4 +77,3 @@ CONFIG_USB_ETHER_SMSC95XX=y
|
||||
CONFIG_FAT_WRITE=y
|
||||
CONFIG_BCH=y
|
||||
CONFIG_SPL_OF_LIBFDT=y
|
||||
-# CONFIG_EFI_LOADER is not set
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
@ -62,6 +62,7 @@ Patch0007: 0007-rockchip-make_fit_atf-use-elf-entry.patch
|
||||
Patch0008: 0008-rockchip-make_fit_atf-make-python3-.patch
|
||||
Patch0009: 0009-rockchip-make_fit_atf.py-depends-on.patch
|
||||
Patch0010: 0010-snow-set-fdtfile.patch
|
||||
Patch0011: 0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if "%{name}" == "u-boot-pine64plus" && %{with uboot_atf_pine64}
|
||||
BuildRequires: arm-trusted-firmware-pine64
|
||||
@ -132,6 +133,7 @@ This package contains documentation for U-Boot firmware.
|
||||
%patch0008 -p1
|
||||
%patch0009 -p1
|
||||
%patch0010 -p1
|
||||
%patch0011 -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 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 19:42:03 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Patch queue updated from git://github.com/openSUSE/u-boot.git tumbleweed-2018.07
|
||||
* Patches added:
|
||||
0011-omap3-beagle-re-enable-EFI-support-.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 13:29:34 UTC 2018 - guillaume.gardet@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