blob: 32f9044b5b52290ed5ec67c1afc4869809d3be4f [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}/"
Patrick Williams9d21a942023-11-24 18:20:05 -060010LAYERSERIES_COMPAT_bytedance-layer = "nanbield scarthgap"