Hello community,
here is the log from the commit of package openSUSE-Tumbleweed-JeOS for
openSUSE:Factory checked in at 2019-03-14 15:01:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openSUSE-Tumbleweed-JeOS (Old)
and /work/SRC/openSUSE:Factory/.openSUSE-Tumbleweed-JeOS.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openSUSE-Tumbleweed-JeOS"
Thu Mar 14 15:01:21 2019 rev:9 rq:684739 version:15.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/openSUSE-Tumbleweed-JeOS/kiwi-templates-Tumbleweed-JeOS.changes
2019-02-14 14:33:24.043651471 +0100
+++
/work/SRC/openSUSE:Factory/.openSUSE-Tumbleweed-JeOS.new.28833/kiwi-templates-Tumbleweed-JeOS.changes
2019-03-14 15:01:52.699688181 +0100
@@ -1,0 +2,5 @@
+Wed Mar 13 10:04:44 UTC 2019 - Nicolas Patricio Saenz Julienne
<[email protected]>
+
+- Remove modprobe DRM rule as HDMI detection is working fine (bsc#1127537)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.EVI2DL/_old 2019-03-14 15:01:53.167688037 +0100
+++ /var/tmp/diff_new_pack.EVI2DL/_new 2019-03-14 15:01:53.167688037 +0100
@@ -169,10 +169,8 @@
# Add necessary kernel modules to initrd (will disappear with
bsc#1084272)
echo 'add_drivers+=" bcm2835_dma dwc2 "' >
/etc/dracut.conf.d/raspberrypi_modules.conf
- # Work around HDMI connector bug and network issues
+ # Work around network issues
cat > /etc/modprobe.d/50-rpi3.conf <<-EOF
- # No HDMI hotplug available
- options drm_kms_helper poll=0
# Prevent too many page allocations (bsc#1012449)
options smsc95xx turbo_mode=N
EOF