Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package arm-trusted-firmware for
openSUSE:Factory checked in at 2022-01-24 23:09:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arm-trusted-firmware (Old)
and /work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arm-trusted-firmware"
Mon Jan 24 23:09:55 2022 rev:7 rq:948340 version:2.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/arm-trusted-firmware/arm-trusted-firmware.changes
2022-01-17 22:34:59.878281559 +0100
+++
/work/SRC/openSUSE:Factory/.arm-trusted-firmware.new.1938/arm-trusted-firmware.changes
2022-01-24 23:10:25.618580418 +0100
@@ -1,0 +2,5 @@
+Fri Jan 14 12:29:15 UTC 2022 - Guillaume GARDET <[email protected]>
+
+- Add qemu_sbsa flavor
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ arm-trusted-firmware.spec ++++++
--- /var/tmp/diff_new_pack.ZEPuPU/_old 2022-01-24 23:10:26.190576508 +0100
+++ /var/tmp/diff_new_pack.ZEPuPU/_new 2022-01-24 23:10:26.194576481 +0100
@@ -97,7 +97,7 @@
%endif
BuildRequires: libopenssl-devel
%if %{use_optee}
-%if "%{platform}" == "qemu"
+%if "%{platform}" == "qemu_sbsa"
BuildRequires: optee-qemu-armv8a
%else
%if "%{platform}" == "a3700"
@@ -360,6 +360,9 @@
BL33=%{_datadir}/qemu/qemu-uefi-aarch64.bin \
all fip
%else
+%if "%{platform}" == "qemu_sbsa"
+ all fip
+%else
all
%endif
%endif
@@ -368,6 +371,7 @@
%endif
%endif
%endif
+%endif
%install
%if "%{platform}" == ""
@@ -429,7 +433,7 @@
install -D -m 0644 %{outdir}/bl31.bin %{buildroot}%{_datadir}/%{name}/bl31.bin
%endif
-%if "%{platform}" == "a80x0_mcbin" || "%{platform}" == "hikey" ||
"%{platform}" == "hikey960" || "%{platform}" == "qemu" || "%{platform}" ==
"rpi3"
+%if "%{platform}" == "a80x0_mcbin" || "%{platform}" == "hikey" ||
"%{platform}" == "hikey960" || "%{platform}" == "qemu" || "%{platform}" ==
"qemu_sbsa" || "%{platform}" == "rpi3"
install -D -m 0644 %{outdir}/bl1.bin %{buildroot}%{_datadir}/%{name}/bl1.bin
install -D -m 0644 %{outdir}/fip.bin %{buildroot}%{_datadir}/%{name}/fip.bin
%endif
++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.ZEPuPU/_old 2022-01-24 23:10:26.230576235 +0100
+++ /var/tmp/diff_new_pack.ZEPuPU/_new 2022-01-24 23:10:26.234576207 +0100
@@ -9,6 +9,7 @@
<flavor>imx8qx</flavor>
<flavor>poplar</flavor>
<flavor>qemu</flavor>
+ <flavor>qemu_sbsa</flavor>
<flavor>rk3328</flavor>
<flavor>rk3368</flavor>
<flavor>rk3399</flavor>