]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Add a simple database implementation
authorSimon Glass <sjg@chromium.org>
Sat, 10 May 2025 11:05:02 +0000 (13:05 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commitba0c4008f2738f2a49f5aec6d5da55fba8a5c569
tree22f687508166f6bb471c5fae2248d47fc628d02a
parentc9efedfc2fbd0088d340ef67c04b0a03b2cdd754
patman: Add a simple database implementation

For recording series information, patman needs a database. Add a module
which uses sqlite3 for this. It has a basic schema, enough to support a
series subcommand.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/__init__.py
tools/patman/database.py [new file with mode: 0644]