Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package kiwi-templates-Minimal for
openSUSE:Factory checked in at 2026-05-06 19:17:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kiwi-templates-Minimal (Old)
and /work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.30200 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kiwi-templates-Minimal"
Wed May 6 19:17:35 2026 rev:37 rq:1350950 version:84.87.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/kiwi-templates-Minimal/kiwi-templates-Minimal.changes
2026-04-11 22:23:04.060258766 +0200
+++
/work/SRC/openSUSE:Factory/.kiwi-templates-Minimal.new.30200/kiwi-templates-Minimal.changes
2026-05-06 19:18:16.834032919 +0200
@@ -1,0 +2,18 @@
+Tue May 5 09:42:49 UTC 2026 - Ivan Ivanov <[email protected]>
+
+- Remove serial console Linux kernel command line parameter from RPi images.
+ Device trees for all devices define proper chosen { stdout-path = }
+ which automatically makes it preferred console. This removes the
+ need of manual command line edition for devices which should use ttyAMA0
+ or ttyAMA10 instead of hard coded ttyS0. Tested on following devices:
+
+ ttyAMA0 - Raspberry Pi 2 Model B Rev 1.2
+ ttyS0 - Raspberry Pi 3 Model B Plus Rev 1.3
+ ttyS0 - Raspberry Pi 4 Model B Rev 1.1
+ ttyAMA0 - Raspberry Pi Compute Module 3 Rev 1.0
+ ttyS0 - Raspberry Pi Compute Module 4 Rev 1.0
+ ttyS0 - Raspberry Pi Zero 2 W Rev 1.0
+ ttyAMA10 - Raspberry Pi 5 Model B Rev 1.0 (c0 stepping)
+ ttyAMA10 - Raspberry Pi Compute Module 5 Rev 1.0 (dO stepping)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
kiwi-templates-Minimal.spec: same change
++++++ config.sh ++++++
--- /var/tmp/diff_new_pack.LsEiD5/_old 2026-05-06 19:18:17.666067206 +0200
+++ /var/tmp/diff_new_pack.LsEiD5/_new 2026-05-06 19:18:17.670067371 +0200
@@ -142,6 +142,7 @@
[[ "$kiwi_profiles" == *"ppc64"* ]] && consoles='console=hvc0,115200
console=tty0'
[[ "$kiwi_profiles" == *"s390x-Cloud"* ]] && consoles='' # autodetect
[[ "$kiwi_profiles" == *"s390x-dasd"* ]] && consoles='hvc_iucv=8'
+[[ "$kiwi_profiles" == *"RaspberryPi"* ]] && consoles='' # autodetect
cmdline=('rw' 'quiet' 'systemd.show_status=1' ${consoles})