blob: 238b5a99db07730b59161023b4c7f6d0005f3af2 [file] [log] [blame]
Mustafa Shehabi1dcc03c2021-12-06 16:42:27 -06001# 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 += "mori-layer"
9BBFILE_PATTERN_mori-layer = "^${LAYERDIR}/"
Patrick Williams757831f2022-02-25 15:28:30 -060010LAYERSERIES_COMPAT_mori-layer = "honister kirkstone"