# We have a conf and classes directory, add to BBPATH BBPATH .= ":${LAYERDIR}" # We have recipes-* directories, add to BBFILES BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "ibs" BBFILE_PATTERN_ibs = "^${LAYERDIR}/" BBFILE_PATTERN_IGNORE_EMPTY_ibs = "1" LAYERVERSION_ibs = "1" LAYERSERIES_COMPAT_ibs = "honister kirkstone" LAYERDEPENDS_ibs = "phosphor-layer" IMAGE_FEATURES[validitems] += "tools-sdk tools-debug validation-unsecure" IBSBASE = '${@os.path.normpath("${LAYERDIR}/")}' FACTORY = "ibs"