mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
with a function for concatenating DTBOs onto DTBs. Signed-off-by: Matt Madison <matt@madison.systems>
5 lines
101 B
Python
5 lines
101 B
Python
from pkgutil import extend_path
|
|
__path__ = extend_path(__path__, __name__)
|
|
|
|
BBIMPORTS = ["dtbutils"]
|