layer.conf
390 Bytes
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "meta-emb-smarc"
BBFILE_PATTERN_meta-emb-smarc := "^${LAYERDIR}"
BBFILE_PRIORITY_meta-emb-smarc = "16"
LAYERDEPENDS_meta-emb-smarc = "core fsl-arm"