acrn-hypervisor/misc/config_tools
Yuanyuan Zhao b24ff3debf config_tools: merge python packages list for configurator
Merge python packages list into one 'requirements.txt'.
And modify related document.

Tracked-On: #7508
Signed-off-by: Yuanyuan Zhao <yuanyuan.zhao@linux.intel.com>
2022-06-08 12:53:51 +08:00
..
acpi_gen
acpi_template/template
board_config misc: refine CLOS module for expansibility 2022-05-11 17:00:51 +08:00
board_inspector board-inspector: Fix sys.path for all internal modules 2022-05-10 09:20:14 +08:00
configurator config_tools: merge python packages list for configurator 2022-06-08 12:53:51 +08:00
data move buildtype above debugoptions in the scenario schema 2022-05-27 09:18:36 +08:00
hv_config
launch_config config_tools: bugfix for the generated launch script without uart parameters 2022-05-25 18:37:41 +08:00
library
scenario_config config_tools: fix move_enablement in the upgrader 2022-05-27 00:00:30 +08:00
schema Change sense of some schema config options 2022-06-02 14:39:30 +08:00
service_vm_config misc: modify the non stand s5 vUART generate logic 2022-05-24 11:44:03 +08:00
static_allocators misc: refine CDP mode 2022-05-30 09:23:33 +08:00
xforms move buildtype above debugoptions in the scenario schema 2022-05-27 09:18:36 +08:00
LICENSE
MANIFEST.in config_tools: change JSON Schema source file 2022-05-13 11:13:42 +08:00
README.md
build.cmd config_tools: fix Windows config_tools package build script 2022-05-22 20:10:24 +08:00
pyproject.toml
setup.cfg config_tools: change JSON Schema source file 2022-05-13 11:13:42 +08:00

README.md

Supporting libraries of ACRN configuration toolset

This package contains the libraries supporting ACRN configuration toolset, including:

  • The manipulators and validators of scenario schemas or XMLs
  • The generator of guest ACPI tables

The main objective of this package is to ease the import of the supporting libraries in the ACRN configurator which uses a Python interpreter built in WebAssembly (WASM). This package is thus NOT intended to be used by users; invoke the Python scripts directly if needed.