1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<!--
SPDX-FileCopyrightText: 2025 Daniel Braunwarth <oss@braunwarth.dev>
SPDX-License-Identifier: GPL-2.0-only
-->
# Kconfiglib
This directory contains the Python Kconfig library Kconfiglib.
The library is maintained by the Zephyr project at
<https://github.com/zephyrproject-rtos/Kconfiglib>
## Update instructions
Just copy all `kconfiglib.py` and the scripts `*config.py` script we need from the official repository to this directory.
Then, apply commit [4160407](https://github.com/sbabic/swupdate/commit/4160407e1e0dbe292ead72dfce5ea347410a4212) to prevent serializing Buildroot environment variables (`HAVE_<OPTION>`) into `.config`.
The following changes are currently not merged but applied here:
- [fix crash caused by unsupported locales](https://github.com/zephyrproject-rtos/Kconfiglib/pull/1)
|