blob: 4e18ece21df2caadf6dabd1c387b9a9f3d35d796 [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 Williams9d21a942023-11-24 18:20:05 -060010LAYERSERIES_COMPAT_mori-layer = "nanbield scarthgap"
Charles Boyer1fa5e602022-04-28 14:25:56 -050011LAYERDEPENDS_mori-layer = "core phosphor-layer google-layer fii-layer"