blob: 5473f40962c2c627888bdcfcf7019b0319e9ddb1 [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}/"
Andrew Geisslerc0ef7ee2022-09-30 14:09:35 -050010LAYERSERIES_COMPAT_mori-layer = "kirkstone langdale"
Charles Boyer1fa5e602022-04-28 14:25:56 -050011LAYERDEPENDS_mori-layer = "core phosphor-layer google-layer fii-layer"