Files
u-boot/tools/u_boot_pylib
Heinrich Schuchardt ff80e95fed tools: use setuptools 78.1.1
CVE-2025-47273 describes a path traversal vulnerability.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
2025-12-10 09:28:43 -06:00
..
2025-05-27 10:07:41 +01:00
2025-12-10 09:28:43 -06:00
2025-05-27 10:07:41 +01:00
2025-05-27 10:07:41 +01:00

.. SPDX-License-Identifier: GPL-2.0+

# U-Boot Python Library
=======================

This is a Python library used by various U-Boot tools, including patman,
buildman and binman.

The module can be installed with pip::

   pip install u_boot_pylib

or via setup.py::

   ./setup.py install [--user]