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
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
-=-=-=-=-=-
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