summaryrefslogtreecommitdiff
path: root/meta-bytedance/conf/layer.conf
blob: 1428987a1c1e97f33a9b2cd0280b0fe36f0d9730 (plain)
1
2
3
4
5
6
7
8
9
10
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
            ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "bytedance-layer"
BBFILE_PATTERN_bytedance-layer = "^${LAYERDIR}/"
LAYERSERIES_COMPAT_bytedance-layer = "gatesgarth hardknott"