Accepting request 749833 from hardware:boot
OBS-URL: https://build.opensuse.org/request/show/749833 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/u-boot?expand=0&rev=113
This commit is contained in:
commit
f6171a5b4d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 19 16:23:31 UTC 2019 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Don't constrain multibuild in openSUSE:Factory:PowerPC and
|
||||||
|
openSUSE:Factory:RISCV
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 19 07:34:54 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Tue Nov 19 07:34:54 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
18
u-boot.spec
18
u-boot.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package u-boot
|
# spec file for package u-boot
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 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>
|
||||||
#
|
#
|
||||||
@ -23,7 +23,7 @@
|
|||||||
%bcond_with uboot_atf
|
%bcond_with uboot_atf
|
||||||
%bcond_with uboot_atf_pine64
|
%bcond_with uboot_atf_pine64
|
||||||
|
|
||||||
%if "%_project" == "hardware:boot" || "%_project" == "hardware:boot:staging" || "%_project" == "openSUSE:Factory:ARM"
|
%if "%_project" == "hardware:boot" || "%_project" == "hardware:boot:staging" || "%_project" == "openSUSE:Factory" || "%_project" == "openSUSE:Factory:ARM" || "%_project" == "openSUSE:Factory:PowerPC" || "%_project" == "openSUSE:Factory:RISCV"
|
||||||
|
|
||||||
# A complete multibuild-flavoured package is only built in above projects.
|
# A complete multibuild-flavoured package is only built in above projects.
|
||||||
# In order to build a defined subset in forked projects, add the
|
# In order to build a defined subset in forked projects, add the
|
||||||
@ -35,6 +35,18 @@
|
|||||||
#|BuildFlags: onlybuild:u-boot:my-flavor1 onlybuild:u-boot:my-flavor2
|
#|BuildFlags: onlybuild:u-boot:my-flavor1 onlybuild:u-boot:my-flavor2
|
||||||
#|BuildFlags: onlybuild:u-boot:my-flavor3 onlybuild:u-boot:my-flavor4
|
#|BuildFlags: onlybuild:u-boot:my-flavor3 onlybuild:u-boot:my-flavor4
|
||||||
|
|
||||||
|
# If you opt to use onlybuild: to select U-Boot flavours and also
|
||||||
|
# have additional packages in that project, these need to be listed, too:
|
||||||
|
|
||||||
|
#|BuildFlags: onlybuild:package onlybuild:otherpackage onlybuild:thirdpackage
|
||||||
|
|
||||||
|
# Any packages not included in that list will neither build in that project
|
||||||
|
# nor in subprojects!
|
||||||
|
|
||||||
|
# It is still possible to enable the full multiboot set plus eventual
|
||||||
|
# additional packages by adding the Macros: [...] :Macros section and
|
||||||
|
# omitting the "onlybuild:"-lines.
|
||||||
|
|
||||||
%else
|
%else
|
||||||
%if "%target" == "tools" || "%target" == ""
|
%if "%target" == "tools" || "%target" == ""
|
||||||
# At least build the tools.
|
# At least build the tools.
|
||||||
@ -203,7 +215,7 @@ Release: 0
|
|||||||
Summary: The U-Boot firmware for the %target platform
|
Summary: The U-Boot firmware for the %target platform
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Boot
|
Group: System/Boot
|
||||||
Url: http://www.denx.de/wiki/U-Boot
|
URL: http://www.denx.de/wiki/U-Boot
|
||||||
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2
|
Source: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2
|
||||||
Source1: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2.sig
|
Source1: ftp://ftp.denx.de/pub/u-boot/u-boot-%{archive_version}.tar.bz2.sig
|
||||||
Source2: arndale-bl1.img
|
Source2: arndale-bl1.img
|
||||||
|
Loading…
Reference in New Issue
Block a user