blob: d2a05d0cd4f3d28dbc48ab770311704fce89ceaa [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"
Patrick Williams9d21a942023-11-24 18:20:05 -060011LAYERSERIES_COMPAT_delta-layer = "nanbield scarthgap"