acrn-config: modify vxworks uos id for industry launch config

As vm3 for industry scenario was removed from scenario config, so
modify the uos id to proper id.

Tracked-On: #3854
Signed-off-by: Wei Liu <weix.w.liu@intel.com>
Acked-by: Victor Sun <victor.sun@intel.com>
This commit is contained in:
Wei Liu 2019-10-28 15:31:58 +08:00 committed by wenlingz
parent 941d5ad308
commit 85b362fbeb
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<acrn-config board="nuc6cayh" scenario="industry" uos_launcher="1">
<uos id="3">
<uos id="1">
<uos_type desc="UOS type">VXWORKS</uos_type>
<rtos_type desc="UOS Realtime capability">Hard RT</rtos_type>
<mem_size desc="UOS memory size in MByte">2048</mem_size>

View File

@ -1,5 +1,5 @@
<acrn-config board="nuc7i7dnb" scenario="industry" uos_launcher="1">
<uos id="3">
<uos id="1">
<uos_type desc="UOS type">VXWORKS</uos_type>
<rtos_type desc="UOS Realtime capability">Hard RT</rtos_type>
<mem_size desc="UOS memory size in MByte">2048</mem_size>