blob: 503953a8818bdf32840faf008b9886602854cdaf [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 Geisslerfc7e7972023-09-11 08:24:07 -040011LAYERSERIES_COMPAT_parsec-layer = "nanbield"
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"
Andrew Geisslerdc9d6142023-05-19 09:38:37 -050015
16addpylib ${LAYERDIR}/lib oeqa
Patrick Williams2a254922023-08-11 09:48:11 -050017
18WARN_QA:append:parsec-layer = " patch-status missing-metadata"