mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-12 12:30:08 +00:00
doc: update genrest script for latest kconfiglib
The genrest.py script (used to generate config documentation from the Kconfig files) broke when upgrading to the latest kconfiglib (10.9.1). Copied the latest genrest.py script from the Zephyr project (where this script and processing was developed) and things work again. Update Makefile's call to genrest.py (toplevel Kconfig path is now found relative to the srctree. Update requirements.txt to match the kconfiglib version family verified to work. fixes: #1387 Signed-off-by: David B. Kinder <david.b.kinder@intel.com> Documentation scripts: enhance 'show-versions.py' Modify the doc/scripts/show-versions.py script by making it gather the list of Python modules to check the version for from the "requirements.txt" file. It should help keep this in sync if/when our requirements evolve. Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
committed by
David Kinder
parent
1c0a05705f
commit
8e21d5ee99
@@ -46,7 +46,7 @@ content:
|
||||
|
||||
kconfig:
|
||||
$(Q)srctree=../hypervisor \
|
||||
python3 scripts/genrest.py ../hypervisor/Kconfig reference/kconfig/
|
||||
python3 scripts/genrest.py Kconfig reference/kconfig/
|
||||
|
||||
pullsource:
|
||||
$(Q)scripts/pullsource.sh
|
||||
|
Reference in New Issue
Block a user