mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00
![]() Simon Glass <sjg@chromium.org> says: This series adds a cover-coverage check to CI for Binman. The iMX8 tests are still not completed, so a work-around is included for those. A few fixes are included for some other problems. Link: https://lore.kernel.org/r/20250410124333.843527-1-sjg@chromium.org |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
command.py | ||
cros_subprocess.py | ||
gitutil.py | ||
LICENSE | ||
pyproject.toml | ||
README.rst | ||
requirements.txt | ||
terminal.py | ||
test_util.py | ||
tools.py | ||
tout.py | ||
u_boot_pylib |
.. 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]