Sign in
gbmc
/
openbmc
/
refs/heads/master
/
.
/
upstream-layers
/
bitbake
/
lib
/
bblayers
/
__init__.py
blob: 78efd2975046261f9eed709cc3e6a54a7b2fd048 [
file
] [
log
] [
blame
] [
edit
]
#
# Copyright BitBake Contributors
#
# SPDX-License-Identifier: GPL-2.0-only
#
from
pkgutil
import
extend_path
__path__
=
extend_path
(
__path__
,
__name__
)