Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package raspberrypi-firmware-dt for
openSUSE:Factory checked in at 2021-03-08 15:15:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raspberrypi-firmware-dt (Old)
and /work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raspberrypi-firmware-dt"
Mon Mar 8 15:15:28 2021 rev:33 rq:876723 version:2021.01.22
Changes:
--------
---
/work/SRC/openSUSE:Factory/raspberrypi-firmware-dt/raspberrypi-firmware-dt.changes
2021-02-03 19:55:36.093665833 +0100
+++
/work/SRC/openSUSE:Factory/.raspberrypi-firmware-dt.new.2378/raspberrypi-firmware-dt.changes
2021-03-08 15:17:06.165931904 +0100
@@ -1,0 +2,5 @@
+Mon Mar 1 13:14:11 UTC 2021 - Nicolas Patricio Saenz Julienne
<[email protected]>
+
+- Introduce enable-bt-overlay.dts (bsc#1182759)
+
+-------------------------------------------------------------------
New:
----
enable-bt-overlay.dts
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ raspberrypi-firmware-dt.spec ++++++
--- /var/tmp/diff_new_pack.SpOpGo/_old 2021-03-08 15:17:07.189932655 +0100
+++ /var/tmp/diff_new_pack.SpOpGo/_new 2021-03-08 15:17:07.193932658 +0100
@@ -27,6 +27,7 @@
Source1: disable-vc4-overlay.dts
Source2: uboot-bcm2835-pl011-overlay.dts
Source3: disable-v3d-overlay.dts
+Source4: enable-bt-overlay.dts
Source100: get-from-git.sh
Patch0: upstream-overlay-rpi-poe.patch
Requires: raspberrypi-firmware
@@ -57,7 +58,7 @@
done
export DTC_FLAGS="-R 0 -p 0 -@ -H epapr"
-for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3}; do
+for dts in arch/arm/boot/dts/overlays/*dts %{SOURCE1} %{SOURCE2} %{SOURCE3}
%{SOURCE4}; do
target=$(basename ${dts%*.dts})
target=${target%*-overlay}
mkdir -p $PPDIR/overlays
++++++ enable-bt-overlay.dts ++++++
/dts-v1/;
/plugin/;
/{
compatible = "brcm,bcm2711";
fragment@0 {
target = <&bt>;
__overlay__ {
status = "okay";
};
};
};