mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-22 13:37:10 +00:00
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
39f300a5b5
commit
cc7a85aeef
@ -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
Block a user