blob: 46d0279ccded1231517f2c11353f8e4b3dd28a79 [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
Andrew Geissler1fe918a2020-05-15 14:16:47 -050011LAYERSERIES_COMPAT_tpm-layer = "dunfell"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053012
13LAYERDEPENDS_tpm-layer = " \
14 core \
Brad Bishopc342db32019-05-15 21:57:59 -040015 openembedded-layer \
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053016"
Brad Bishop9a533952019-12-19 16:39:26 -050017BBLAYERS_LAYERINDEX_NAME_tpm-layer = "meta-tpm"
Andrew Geissler5bea8d82020-07-24 16:10:05 -050018
19BBFILES_DYNAMIC += " \
20networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \
21"