blob: 42e34a3d61602bd2d30f2a9e201cfc312cd1823c [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"
Andrew Geisslera93aa3e2023-01-13 09:41:33 -060011LAYERSERIES_COMPAT_delta-layer = "langdale mickledore"