Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package u-boot for openSUSE:Factory checked in at 2023-01-11 14:33:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/u-boot (Old) and /work/SRC/openSUSE:Factory/.u-boot.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "u-boot" Wed Jan 11 14:33:16 2023 rev:167 rq:1057445 version:2022.10 Changes: -------- --- /work/SRC/openSUSE:Factory/u-boot/u-boot.changes 2022-10-11 18:03:58.725932425 +0200 +++ /work/SRC/openSUSE:Factory/.u-boot.new.32243/u-boot.changes 2023-01-11 14:34:05.396903773 +0100 @@ -1,0 +2,5 @@ +Tue Jan 10 09:07:47 UTC 2023 - Oscar Curero <os...@naiandei.net> + +- Add orangepizero2 flavor + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ u-boot.spec ++++++ --- /var/tmp/diff_new_pack.p7zpst/_old 2023-01-11 14:34:06.320908996 +0100 +++ /var/tmp/diff_new_pack.p7zpst/_new 2023-01-11 14:34:06.324909019 +0100 @@ -1,7 +1,7 @@ # # spec file for package u-boot # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2010 Texas Instruments Inc by Nishanth Menon # Copyright (c) 2007-2010 by Silvan Calarco <silvan.cala...@mambasoft.it> # @@ -108,6 +108,11 @@ %define is_a64 1 %define sunxi_spl 1 %endif +%if "%target" == "orangepizero2" +%define is_h616 1 +%define is_armv8 1 +%define sunxi_spl 1 +%endif %if "%target" == "bananapi" || "%target" == "cubieboard" || "%target" == "cubieboard2" || "%target" == "cubietruck" || "%target" == "melea1000" || "%target" == "a10-olinuxino-lime" || "%target" == "a13-olinuxino" || "%target" == "a13-olinuxinom" || "%target" == "a20-olinuxino-lime" || "%target" == "a20-olinuxino-lime2" || "%target" == "a20-olinuxinomicro" || "%target" == "nanopineo" || "%target" == "orangepipc" || "%target" == "hyundaia7hd" || "%target" == "lamobor1" || "%target" == "bananapim2plush3" || "%target" == "bananapim2zero" || "%target" == "orangepizero" %define is_armv7 1 %define binext .img @@ -296,6 +301,9 @@ %if 0%{?is_h6} BuildRequires: arm-trusted-firmware-sun50i_h6 %endif +%if 0%{?is_h616} +BuildRequires: arm-trusted-firmware-sun50i_h616 +%endif %if "%target" == "tools" || "%target" == "avnetultra96rev1" || "%target" == "clearfog" || "%target" == "mvebudb-88f3720" || "%target" == "mvebudbarmada8k" || "%target" == "mvebudbarmada8k3" || "%target" == "mvebuespressobin-88f3720" || "%target" == "mvebumcbin-88f8040" || "%target" == "turrisomnia" # Fixes ld: cannot find -ltinfo: No such file or directory BuildRequires: ncurses-devel @@ -396,6 +404,10 @@ export BL31=%{_datadir}/arm-trusted-firmware-sun50i_h6/bl31.bin export SCP=/dev/null %endif +%if 0%{?is_h616} +export BL31=%{_datadir}/arm-trusted-firmware-sun50i_h616/bl31.bin +export SCP=/dev/null +%endif %if "%{name}" == "u-boot-sifiveunleashed" || "%{name}" == "u-boot-sifiveunmatched" export OPENSBI=%{_datadir}/opensbi/opensbi.bin %endif ++++++ _multibuild ++++++ --- /var/tmp/diff_new_pack.p7zpst/_old 2023-01-11 14:34:06.396909426 +0100 +++ /var/tmp/diff_new_pack.p7zpst/_new 2023-01-11 14:34:06.400909449 +0100 @@ -60,6 +60,7 @@ <flavor>orangepipc</flavor> <flavor>orangepipc2</flavor> <flavor>orangepizero</flavor> + <flavor>orangepizero2</flavor> <flavor>p2371-2180</flavor> <flavor>p2771-0000-500</flavor> <flavor>p3450-0000</flavor>