From c6d171dfc08c32aa146bd37514902dcbede9cab5 Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Thu, 16 Jun 2022 14:47:16 -0700 Subject: [PATCH] config: update error message when no serial console and debug build type DX improvement to configurator UI error message Tracked-On: #5692 Signed-off-by: David B. Kinder --- misc/config_tools/schema/checks/vuart_config.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/config_tools/schema/checks/vuart_config.xsd b/misc/config_tools/schema/checks/vuart_config.xsd index 25e59f947..9f59f853f 100644 --- a/misc/config_tools/schema/checks/vuart_config.xsd +++ b/misc/config_tools/schema/checks/vuart_config.xsd @@ -45,7 +45,7 @@ - You can't use debug Build type when there is no serial console config + Select a hypervisor serial console port when Build type is Debug, or use Build type Release if no serial console is available.