Accepting request 883293 from hardware👢staging

OBS-URL: https://build.opensuse.org/request/show/883293
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=138
This commit is contained in:
Guillaume GARDET 2021-04-06 12:09:28 +00:00 committed by Git OBS Bridge
parent 65c7a7d831
commit c1b1d503e2
3 changed files with 11 additions and 5 deletions

View File

@ -92,5 +92,5 @@
<flavor>xilinxzynqvirt</flavor> <flavor>xilinxzynqvirt</flavor>
<flavor>xilinxzynqmpvirt</flavor> <flavor>xilinxzynqmpvirt</flavor>
<flavor>xilinxzynqmpzcu102rev10</flavor> <flavor>xilinxzynqmpzcu102rev10</flavor>
<flavor>zynqzturn</flavor> <flavor>zynqzturnv5</flavor>
</multibuild> </multibuild>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 6 11:25:03 UTC 2021 - Matwey Kornilov <matwey.kornilov@gmail.com>
- Add u-boot-zturnv5 flavour instead of u-boot-zturn.
I've failed to find anybody who has v4 zturn board.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 6 08:00:08 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org> Tue Apr 6 08:00:08 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -157,7 +157,7 @@
%define is_armv7 1 %define is_armv7 1
%define binext .img %define binext .img
%endif %endif
%if "%target" == "zynqzturn" || "%target" == "xilinxzynqvirt" %if "%target" == "zynqzturnv5" || "%target" == "xilinxzynqvirt"
%define is_zynq 1 %define is_zynq 1
%define is_armv7 1 %define is_armv7 1
%define binext .img %define binext .img
@ -426,8 +426,8 @@ export DEVICE_TREE=avnet-ultra96-rev1
%if "%target" == "xilinxzynqmpzcu102rev10" %if "%target" == "xilinxzynqmpzcu102rev10"
export DEVICE_TREE=zynqmp-zcu102-rev1.0 export DEVICE_TREE=zynqmp-zcu102-rev1.0
%endif %endif
%if "%target" == "zynqzturn" %if "%target" == "zynqzturnv5"
export DEVICE_TREE=zynq-zturn export DEVICE_TREE=zynq-zturn-v5
%endif %endif
make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="%{optflags}" $confname make %{?_smp_mflags} CROSS_COMPILE= HOSTCFLAGS="%{optflags}" $confname
@ -546,7 +546,7 @@ install -D -m 0644 SPL %{buildroot}%{uboot_dir}/imx6-spl.bin
%if %socfpga_spl == 1 %if %socfpga_spl == 1
install -D -m 0644 u-boot-with-spl.sfp %{buildroot}%{uboot_dir}/u-boot-with-spl.sfp install -D -m 0644 u-boot-with-spl.sfp %{buildroot}%{uboot_dir}/u-boot-with-spl.sfp
%endif %endif
%if "%{name}" == "u-boot-zynqzturn" %if "%{name}" == "u-boot-zynqzturnv5"
install -D -m 0644 spl/boot.bin %{buildroot}%{uboot_dir}/boot.bin install -D -m 0644 spl/boot.bin %{buildroot}%{uboot_dir}/boot.bin
%endif %endif
%if "%{name}" == "u-boot-rpi3" %if "%{name}" == "u-boot-rpi3"