blob: a967dd9d51775dff066cb0fd4d6c50b3fd69a846 [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 Williams9d21a942023-11-24 18:20:05 -060012LAYERSERIES_COMPAT_daytonax-layer = "nanbield scarthgap"