blob: a0b41299933c000f361a965d4c5eb3dee8d0400f [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"
Brad Bishop327ad892019-05-01 16:24:06 -04009BBFILE_PATTERN_romulus-layer := "^${LAYERDIR}/"
Andrew Geisslera93aa3e2023-01-13 09:41:33 -060010LAYERSERIES_COMPAT_romulus-layer = "langdale mickledore"