blob: 13858d5a50d008666e90a099e9bd106a92863bce [file] [log] [blame]
Joel Stanley8929f402016-10-24 13:37:49 +10301# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
Brad Bishop32478af2018-09-18 09:47:03 -04008BBFILE_COLLECTIONS += "romulus-layer"
Brad Bishop8b843642019-05-01 16:24:06 -04009BBFILE_PATTERN_romulus-layer := "^${LAYERDIR}/"
Brad Bishop97893b22019-04-04 13:30:49 -040010LAYERSERIES_COMPAT_romulus-layer = "thud warrior"