# We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/images/* \ ${LAYERDIR}/packagegroups/* \ ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "el-rt" BBFILE_PATTERN_el-rt = "^${LAYERDIR}/" BBFILE_PRIORITY_el-rt = "7" LAYERDEPENDS_el-rt = "el-common" LAYERSERIES_COMPAT_el-rt = "sumo"