Source code for tbot.builtin.uboot.uboot_exports
"""
Exports for U-Boot
------------------
"""
from tbot import tc
EXPORT = ["UBootRepository"]
[docs]class UBootRepository(tc.GitRepository):
"""
A meta object to represent a checked out version of U-Boot.
Can be created with :func:`~tbot.builtin.uboot.uboot_tasks.uboot_checkout`
or :func:`~tbot.builtin.uboot.uboot_tasks.uboot_checkout_and_build`
"""
pass