BBPATH ?= "" # We add conf directory to BBPATH BBPATH .= ":${LAYERDIR}" # We have a recipes directory containing .bb and .bbappend files, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "iot" BBFILE_PATTERN_iot := "^${LAYERDIR}/" BBFILE_PRIORITY_iot = "7"