blob: d387c98ab586f89addaf32e148029857f63f33b7 [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
Patrick Williams1222bd42023-11-24 10:24:09 -060012LAYERSERIES_COMPAT_daytonax-layer = "mickledore nanbield"