blob: 241bc6d45869f27646ae48a311fdc43048867d13 [file] [log] [blame]
Lei YU0ad630d2020-06-17 06:48:26 +00001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "bytedance-layer"
9BBFILE_PATTERN_bytedance-layer = "^${LAYERDIR}/"
Lei YUd8700de2021-08-12 12:03:31 +080010LAYERSERIES_COMPAT_bytedance-layer = "gatesgarth hardknott honister"