blob: 9ca1bfc73219086d2151238023356d44b6895292 [file] [log] [blame]
Konstantin Aladyshev16a8c792023-01-17 14:30:48 +03001# 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 += "daytonax-layer"
9BBFILE_PATTERN_daytonax-layer = "^${LAYERDIR}/"
10BBFILE_PRIORITY_daytonax-layer = "6"
11
12LAYERSERIES_COMPAT_daytonax-layer = "langdale mickledore"