blob: 1b5f7d581e7dae6344fc51c2e36062b2d2c81e3c [file] [log] [blame]
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +05301# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "tpm-layer"
8BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009BBFILE_PRIORITY_tpm-layer = "10"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053010
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080011LAYERSERIES_COMPAT_tpm-layer = "thud"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053012
13LAYERDEPENDS_tpm-layer = " \
14 core \
15"