blob: 3495235a49b5fb2ad044c1f3542c0d5d341ad38c [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 Geisslera93aa3e2023-01-13 09:41:33 -060011LAYERSERIES_COMPAT_parsec-layer = "langdale mickledore"
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"