Files
meta-tegra/lib/oe4t/__init__.py
Matt Madison 802f7d985c lib: add dtbutils library module
with a function for concatenating DTBOs onto DTBs.

Signed-off-by: Matt Madison <matt@madison.systems>
2023-04-09 04:23:07 -07:00

5 lines
101 B
Python

from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)
BBIMPORTS = ["dtbutils"]