]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
runqemu: Fix detection of -serial parameter
authorJörg Sommer <joerg.sommer@navimatix.de>
Thu, 29 Aug 2024 18:33:45 +0000 (20:33 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Aug 2024 06:09:18 +0000 (07:09 +0100)
commitb6d035894120b45b42f146ab5b3110522c58d178
tree7076698e7d0266e31eb625b424a57773b4cf668e
parent9549d4aeb3dc1abb81fd6d01a340a2f99b69fdba
runqemu: Fix detection of -serial parameter

The pattern `-serial` matches also `-device usb-serial` and `virtio-serial`
which are not the desired parameter. This causes the serial console ttyS1 is
missing and Systemd's getty@ttyS1 fails constantly.

Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu