blob: 3a29f43bb5b4f6cc80f999be8c5a7ec2ab6305a6 [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
8BBFILE_COLLECTIONS += "romulus"
9BBFILE_PATTERN_romulus = ""
Brad Bishopc9a386b2018-06-27 21:09:07 -040010LAYERSERIES_COMPAT_romulus = "sumo"