mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-24 22:42:53 +00:00
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:
parent
adb047493c
commit
c6d171dfc0
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user