blob: 86d41b22ba80254663c446c5e7797c6178dc92ee [file] [log] [blame]
Andrew Geisslerf1e44062021-04-15 15:52:46 -05001# 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 += "parsec-layer"
8BBFILE_PATTERN_parsec-layer = "^${LAYERDIR}/"
9BBFILE_PRIORITY_parsec-layer = "5"
10
Patrick Williams213cb262021-08-07 19:21:33 -050011LAYERSERIES_COMPAT_parsec-layer = "honister"
Andrew Geisslerf1e44062021-04-15 15:52:46 -050012
13LAYERDEPENDS_parsec-layer = "core rust-layer clang-layer tpm-layer"
14BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec"