yocto_os/sources/meta-tsgrain/conf/layer.conf
2021-11-03 17:36:32 +01:00

11 lines
455 B
Text

BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-tsgrain"
BBFILE_PATTERN_meta-tsgrain := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-tsgrain := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-tsgrain = "9"
LAYERDEPENDS_meta-tsgrain = "core openembedded-layer"
LAYERVERSION_meta-tsgrain = "1"
LAYERSERIES_COMPAT_meta-tsgrain = "hardknott"
BBLAYERS_LAYERINDEX_NAME_meta-tsgrain = "meta-tsgrain"