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:
parent
941d5ad308
commit
85b362fbeb
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue