Andrew Geissler | f1e4406 | 2021-04-15 15:52:46 -0500 | [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 += "parsec-layer" |
| 8 | BBFILE_PATTERN_parsec-layer = "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_parsec-layer = "5" |
| 10 | |
| 11 | LAYERSERIES_COMPAT_parsec-layer = "hardknott gatesgarth" |
| 12 | |
| 13 | LAYERDEPENDS_parsec-layer = "core rust-layer clang-layer tpm-layer" |
| 14 | BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec" |