diff mbox series

[1/6] scripts: kconfiglib: add README

Message ID 20250118205226.349745-2-oss@braunwarth.dev
State Changes Requested
Headers show
Series Replace old kconfig with Kconfiglib | expand

Commit Message

Daniel Braunwarth Jan. 18, 2025, 8:52 p.m. UTC
Signed-off-by: Daniel Braunwarth <oss@braunwarth.dev>
---
 scripts/Kconfiglib/README.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 scripts/Kconfiglib/README.md
diff mbox series

Patch

diff --git a/scripts/Kconfiglib/README.md b/scripts/Kconfiglib/README.md
new file mode 100644
index 0000000..91c9bf9
--- /dev/null
+++ b/scripts/Kconfiglib/README.md
@@ -0,0 +1,20 @@ 
+<!--
+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.
+
+The following changes are currently not merged but applied here:
+
+- [fix crash caused by unsupported locales](https://github.com/zephyrproject-rtos/Kconfiglib/pull/1)