Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have a recipes directory, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" |
| 6 | |
| 7 | BBFILE_COLLECTIONS += "tpm-layer" |
| 8 | BBFILE_PATTERN_tpm-layer = "^${LAYERDIR}/" |
Andrew Geissler | 2daf84b | 2023-03-31 09:57:23 -0500 | [diff] [blame] | 9 | BBFILE_PRIORITY_tpm-layer = "6" |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 10 | |
Andrew Geissler | 2edf064 | 2023-09-11 08:24:07 -0400 | [diff] [blame] | 11 | LAYERSERIES_COMPAT_tpm-layer = "nanbield" |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 12 | |
| 13 | LAYERDEPENDS_tpm-layer = " \ |
| 14 | core \ |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 15 | openembedded-layer \ |
Andrew Geissler | f1e4406 | 2021-04-15 15:52:46 -0500 | [diff] [blame] | 16 | meta-python \ |
Richard Marian Thomaiyar | 14fddef | 2018-07-13 23:55:56 +0530 | [diff] [blame] | 17 | " |
Brad Bishop | 9a53395 | 2019-12-19 16:39:26 -0500 | [diff] [blame] | 18 | BBLAYERS_LAYERINDEX_NAME_tpm-layer = "meta-tpm" |
Andrew Geissler | 5bea8d8 | 2020-07-24 16:10:05 -0500 | [diff] [blame] | 19 | |
Andrew Geissler | a1a6aef | 2021-06-25 14:23:58 -0500 | [diff] [blame] | 20 | # Sanity check for meta-integrity layer. |
| 21 | # Setting SKIP_META_TPM_SANITY_CHECK to "1" would skip the bbappend files check. |
| 22 | INHERIT += "sanity-meta-tpm" |
| 23 | |
Andrew Geissler | 5bea8d8 | 2020-07-24 16:10:05 -0500 | [diff] [blame] | 24 | BBFILES_DYNAMIC += " \ |
| 25 | networking-layer:${LAYERDIR}/dynamic-layers/meta-networking/recipes-*/*/*.bbappend \ |
| 26 | " |
Patrick Williams | e760df8 | 2023-05-26 11:10:49 -0500 | [diff] [blame] | 27 | |
| 28 | addpylib ${LAYERDIR}/lib oeqa |
Patrick Williams | 2a25492 | 2023-08-11 09:48:11 -0500 | [diff] [blame] | 29 | |
| 30 | WARN_QA:append:tmp-layer = " patch-status missing-metadata" |