File: README.md

package info (click to toggle)
swupdate 2025.12%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,004 kB
  • sloc: ansic: 66,621; python: 6,291; makefile: 791; sh: 538; javascript: 229
file content (21 lines) | stat: -rw-r--r-- 814 bytes parent folder | download | duplicates (2)
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)