mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-03 04:39:50 +00:00
1. remove the board_private tag in the schema and all existing scenario XML files, and remove the related value check about board_private.rootfs and bootargs. 2. merge board_private.rootfs and board_private.bootargs to os_config.bootargs. and no change to the related contents of the .c/.h files except the order of define SERVICE_VM_ROOTFS. 3. update the schema to make os_config.bootargs configurable for service VM in UI. Tracked-On: #6690 Signed-off-by: Kunhui-Li <kunhuix.li@intel.com> |
||
---|---|---|
.. | ||
default_populator.py | ||
README | ||
scenario_cfg_gen.py | ||
scenario_item.py |
Please run scenario_cfg_gen.py to generate board related configuration files. usage: python3 scenario_cfg_gen.py [h] --board <board_info_file> --scenario <scenario_info_file> positional arguments: board_info_file : file name of the board info XML scenario_info_file : file name of the scenario info XML