blob: 4a9a45bb8f49606de234fdc22839b8b3cece9bd8 [file] [log] [blame]
Patrick Williams17a0c0b2021-05-26 13:50:54 -05001# 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 += "bletchley-layer"
Patrick Williams49f18cb2021-08-09 21:46:55 -05009BBFILE_PATTERN_bletchley-layer := "^${LAYERDIR}/"
Patrick Williams17a0c0b2021-05-26 13:50:54 -050010
Andrew Geisslera93aa3e2023-01-13 09:41:33 -060011LAYERSERIES_COMPAT_bletchley-layer := "langdale mickledore"