1 # We have a conf and classes directory, prepend to BBPATH
2 BBPATH .= ":${LAYERDIR}"
4 # We have a recipes directory, add to BBFILES
5 BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
7 BBFILE_COLLECTIONS += "meta-ti"
8 BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/"
9 BBFILE_PRIORITY_meta-ti = "10"