summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/__init__.py
blob: 6eb536ad284ca2f028cde2b70e79886aa1edc7fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Copyright OpenEmbedded Contributors
#
# SPDX-License-Identifier: GPL-2.0-only
#

from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)

BBIMPORTS = ["data", "path", "utils", "types", "package", "packagedata", \
             "packagegroup", "sstatesig", "lsb", "cachedpath", "license", \
             "qa", "reproducible", "rust", "buildcfg", "go"]