blob: 0f454e26c29df23c15a13718f0edd0e7236e3145 [file] [log] [blame]
Zev Weiss1d32c322022-11-15 23:47:41 -08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
6 ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "delta-layer"
9BBFILE_PATTERN_delta-layer = "^${LAYERDIR}/"
10LAYERVERSION_delta-layer = "1"
11LAYERSERIES_COMPAT_delta-layer = "kirkstone langdale"