diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-06-15 23:28:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-15 23:28:06 +0200 |
| commit | 4758823c1690180a2dc3d2bdb81bd44d75ed23db (patch) | |
| tree | 0ef5e362a1c07e48f30c2302936d4850c28670fa | |
| parent | fa9a2f3e9e60522dea7c37bdbef0bee359a3c7aa (diff) | |
Link to ACRN utilities
| -rw-r--r-- | README.rst | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -385,6 +385,8 @@ Real-world examples - `genrest.py <https://github.com/zephyrproject-rtos/zephyr/blob/master/doc/scripts/genrest.py>`_ generates a Kconfig symbol cross-reference, which can be viewed `here <http://docs.zephyrproject.org/reference/kconfig/index.html>`_. +- `Various utilities <https://github.com/projectacrn/acrn-hypervisor/tree/master/scripts/kconfig>`_ from the `ACRN <https://projectacrn.org/>`_ project. + These use the older Kconfiglib 1 API, which was clunkier and not as general (functions instead of properties, no direct access to the menu structure or properties, uglier ``__str__()`` output): - `genboardscfg.py <http://git.denx.de/?p=u-boot.git;a=blob;f=tools/genboardscfg.py;hb=HEAD>`_ from `Das U-Boot <http://www.denx.de/wiki/U-Boot>`_ generates some sort of legacy board database by pulling information from a newly added Kconfig-based configuration system (as far as I understand it :). |
