blob: 3c5f5ec4132cf871f76e01d0d31bea7828193f3f [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 Geisslera93aa3e2023-01-13 09:41:33 -060010LAYERSERIES_COMPAT_mori-layer = "langdale mickledore"
Charles Boyer1fa5e602022-04-28 14:25:56 -050011LAYERDEPENDS_mori-layer = "core phosphor-layer google-layer fii-layer"