mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-06 19:30:46 +00:00
move buildtype above debugoptions in the scenario schema
DX/UI recommendation is to move the build type parameter outside of the debugoptions section. This breaks existing schema files, so also update scenario XML files in the code tree to match. Update the xforms xsl script with the same change to the buildtype option location in schema XML files. Tracked-On: #5692 Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
acrnsi-robot
parent
ba2ea5503f
commit
d6069277b5
@@ -1,7 +1,7 @@
|
||||
<acrn-config>
|
||||
<hv>
|
||||
<BUILD_TYPE>debug</BUILD_TYPE>
|
||||
<DEBUG_OPTIONS>
|
||||
<BUILD_TYPE>debug</BUILD_TYPE>
|
||||
<SERIAL_CONSOLE>/dev/ttyS0</SERIAL_CONSOLE>
|
||||
<MEM_LOGLEVEL>5</MEM_LOGLEVEL>
|
||||
<NPK_LOGLEVEL>5</NPK_LOGLEVEL>
|
||||
|
Reference in New Issue
Block a user