SHA256
1
0
forked from pool/u-boot

Accepting request 766222 from home:Guillaume_G:branches:openSUSE:Factory:ARM

Package u-boot.img instead of u-boot.bin for snow and spring

OBS-URL: https://build.opensuse.org/request/show/766222
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/u-boot?expand=0&rev=74
This commit is contained in:
Guillaume GARDET 2020-01-22 08:39:18 +00:00 committed by Git OBS Bridge
parent d06d71d830
commit f0a4df33bb
2 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 22 08:09:47 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Package u-boot.img instead of u-boot.bin for snow and spring
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 20 11:08:03 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org> Fri Dec 20 11:08:03 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>

View File

@ -1,7 +1,7 @@
# #
# spec file for package u-boot # spec file for package u-boot
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2020 SUSE LLC
# Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon
# Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it> # Copyright (c) 2007-2010 by Silvan Calarco <silvan.calarco@mambasoft.it>
# #
@ -134,9 +134,13 @@
%define is_armv8 1 %define is_armv8 1
%define binext .elf %define binext .elf
%endif %endif
%if "%target" == "highbank" || "%target" == "jetson-tk1" || "%target" == "merriia80optimus" || "%target" == "nanopineoair" || "%target" == "odroid" || "%target" == "odroid-xu3" || "%target" == "paz00" || "%target" == "snow" || "%target" == "socfpgade0nanosoc" || "%target" == "spring" %if "%target" == "highbank" || "%target" == "jetson-tk1" || "%target" == "merriia80optimus" || "%target" == "nanopineoair" || "%target" == "odroid" || "%target" == "odroid-xu3" || "%target" == "paz00" || "%target" == "socfpgade0nanosoc"
%define is_armv7 1 %define is_armv7 1
%endif %endif
%if "%target" == "snow" || "%target" == "spring"
%define is_armv7 1
%define binext .img
%endif
%if "%target" == "zynqzturn" %if "%target" == "zynqzturn"
%define is_armv7 1 %define is_armv7 1
%define binext .img %define binext .img