blob: fc18b8c59ad8c92a8f011d1ddc4b821b1fe0a850 [file] [log] [blame]
Alexander Filippovb7f7dbd2019-07-25 16:42:57 +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 += "nicole-layer"
9BBFILE_PATTERN_nicole-layer := "^${LAYERDIR}/"
Andrei Kartashev0f66db42021-08-17 21:47:15 +030010LAYERSERIES_COMPAT_nicole-layer = "gatesgarth hardknott honister"