blob: f4da0092c72d8829c5b6b31d58fd9f9eccfb3e08 [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 Williams1222bd42023-11-24 10:24:09 -060011LAYERSERIES_COMPAT_delta-layer = "mickledore nanbield"