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 <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2022-06-16 14:47:16 -07:00 committed by acrnsi-robot
parent adb047493c
commit c6d171dfc0

View File

@ -45,7 +45,7 @@
<xs:assert test="not (//BUILD_TYPE = 'debug' and //SERIAL_CONSOLE = 'None')"> <xs:assert test="not (//BUILD_TYPE = 'debug' and //SERIAL_CONSOLE = 'None')">
<xs:annotation acrn:severity="error" acrn:report-on="//BUILD_TYPE"> <xs:annotation acrn:severity="error" acrn:report-on="//BUILD_TYPE">
<xs:documentation>You can't use debug Build type when there is no serial console config</xs:documentation> <xs:documentation>Select a hypervisor serial console port when Build type is Debug, or use Build type Release if no serial console is available.</xs:documentation>
</xs:annotation> </xs:annotation>
</xs:assert> </xs:assert>