blob: 58b61d4d2b0005e2b04fa0db1f7025adda3d9341 [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}/"
Andrew Geissler2daf84b2023-03-31 09:57:23 -05009BBFILE_PRIORITY_tpm-layer = "6"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053010
Patrick Williams03514f12024-04-05 07:04:11 -050011LAYERSERIES_COMPAT_tpm-layer = "nanbield scarthgap"
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053012
13LAYERDEPENDS_tpm-layer = " \
14 core \
Brad Bishopc342db32019-05-15 21:57:59 -040015 openembedded-layer \
Andrew Geisslerf1e44062021-04-15 15:52:46 -050016 meta-python \
Richard Marian Thomaiyar14fddef2018-07-13 23:55:56 +053017"
Brad Bishop9a533952019-12-19 16:39:26 -050018BBLAYERS_LAYERINDEX_NAME_tpm-layer = "meta-tpm"
Andrew Geissler5bea8d82020-07-24 16:10:05 -050019
Andrew Geisslera1a6aef2021-06-25 14:23:58 -050020# Sanity check for meta-integrity layer.
21# Setting SKIP_META_TPM_SANITY_CHECK to "1" would skip the bbappend files check.
22INHERIT += "sanity-meta-tpm"
23
Andrew Geissler5bea8d82020-07-24 16:10:05 -050024BBFILES_DYNAMIC += " \
25networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \
26"
Patrick Williamse760df82023-05-26 11:10:49 -050027
28addpylib ${LAYERDIR}/lib oeqa
Patrick Williams2a254922023-08-11 09:48:11 -050029
30WARN_QA:append:tmp-layer = " patch-status missing-metadata"