[OE-core] [kirkstone] [PATCH 1/1] scritps/runqemu: Ensure we only have two serial ports

2025-02-12 Thread Ming Liu via lists.openembedded.org
From: Richard Purdie I have a theory that some of the console boot issues we're seeing are due to starting images with three serial ports yet only starting gettys on two of them. This means that occasionally, depending on the port numbering we may not get a login prompt on the console we expect

[OE-core] [kirkstone] [PATCH 0/1] Backport: scritps/runqemu: Ensure we only have two serial ports

2025-02-12 Thread Ming Liu via lists.openembedded.org
We are blocking by a issue when trying to pass our own '-serial' to qemu, back port the fix to kirkstone. Richard Purdie (1): scritps/runqemu: Ensure we only have two serial ports scripts/runqemu | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) -- 2.43.0 -=-=-=-=-=-

[OE-core] [kirkstone] [PATCH] create-spdx.bbclass: fix patch error for recipes that inherit dos2unix

2025-01-05 Thread Ming Liu via lists.openembedded.org
For the recipes inheriting dos2unix, do_patch will fail if do_convert_crlf_to_lf not run before it. Signed-off-by: Ming Liu --- meta/classes/create-spdx.bbclass | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/classes/create-spdx.bbclass b/meta/classes/create-spdx.bbclass index 349ecfe