blob: 0a5f6f2f3e16ee1d4ffd35dccdfaf2246644af8f [file] [log] [blame]
Alexander Filippov0f043772019-06-03 11:35:03 +03001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
Alexander Filippov2c9c5df2020-04-17 19:52:43 +03004# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
Alexander Filippov0f043772019-06-03 11:35:03 +03008BBFILE_COLLECTIONS += "yadro-layer"
9BBFILE_PATTERN_yadro-layer = "^${LAYERDIR}/"
10BBFILE_PATTERN_IGNORE_EMPTY_yadro-layer = "1"
11
Alexander Filippov5149d922020-04-27 17:38:13 +030012LAYERSERIES_COMPAT_yadro-layer = "warrior zeus dunfell"