blob: 505e67c68f4ddd5f13dd058d53d1dcb17404a8b3 [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"
9BBFILE_PATTERN_bletchley-layer := "^${LAYERDIR}/"
10
11LAYERSERIES_COMPAT_bletchley-layer := "gatesgarth hardknott"