blob: d1eb838d3a5ba7eceadb800160374186e5825e1a [file] [log] [blame]
Joel Stanley488f9272016-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 Bishopfd363a62018-09-18 09:47:03 -04008BBFILE_COLLECTIONS += "romulus-layer"
9BBFILE_PATTERN_romulus-layer = ""
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080010LAYERSERIES_COMPAT_romulus-layer = "thud"