yocto_os/sources/meta-tsgrain-rpi/conf/layer.conf
Theta-Dev 7606324077 add SEBRAUC
move raspi-specific stuff into separate layer
2021-11-22 12:48:11 +01:00

11 lines
491 B
Text

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