]> code.ossystems Code Review - openembedded-core.git/commit
parselogs: ignore floppy error on qemu-system-x86 at boot stage
authorYanfei Xu <yanfei.xu@windriver.com>
Fri, 9 Apr 2021 09:03:29 +0000 (17:03 +0800)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 23 Apr 2021 08:14:22 +0000 (16:14 +0800)
commit0e449143839f8de338b4a18fb27e8380d80e9b2f
tree7cc13fd3b50f8e1b2f27da10792061c7c5ae474a
parent3659a2dd7fc246f1f9e8b474ed45de5d18fd558f
parselogs: ignore floppy error on qemu-system-x86 at boot stage

We can disable floppy drive by BIOS on a hardware, but an empty floppy
drive is connected by default on qemu-system-x86. Linux usually detect
the device and modprode the matched floppy.ko at the boot stage. Due to
we don't specify a floppy deivce in qemu boot arguments, then the errors
about floppy reading comes out.

It is harmless and normal, so we could ignore this error message on
qemux86.

Seen if kernel-modules is included in the image which pulls in the
relavent kernel module.

https://lists.gnu.org/archive/html/qemu-devel/2021-04/msg01402.html

Signed-off-by: Yanfei Xu <yanfei.xu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3359f23ee9351c70997d5e0a17d17d1e47d59623)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/lib/oeqa/runtime/cases/parselogs.py