1# 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}/"
9BBFILE_PRIORITY_tpm-layer = "6"
10
11LAYERSERIES_COMPAT_tpm-layer = "mickledore"
12
13LAYERDEPENDS_tpm-layer = " \
14    core \
15    openembedded-layer \
16    meta-python \
17"
18BBLAYERS_LAYERINDEX_NAME_tpm-layer = "meta-tpm"
19
20# 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
24BBFILES_DYNAMIC += " \
25networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \
26"
27
28addpylib ${LAYERDIR}/lib oeqa
29