blob: a748d77edb5e2773783150b535308169c3176e98 [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
Andrew Geissler78b72792022-06-14 06:47:25 -050011LAYERSERIES_COMPAT_parsec-layer = "kirkstone langdale"
Andrew Geisslerf1e44062021-04-15 15:52:46 -050012
Andrew Geissler7e0e3c02022-02-25 20:34:39 +000013LAYERDEPENDS_parsec-layer = "core clang-layer"
Andrew Geisslerf1e44062021-04-15 15:52:46 -050014BBLAYERS_LAYERINDEX_NAME_parsec-layer = "meta-parsec"