blob: 51e1caba361a2b06f6d348ff59872a02493b6049 [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 Williams6f746642021-08-06 07:40:55 -05009BBFILE_PATTERN:bletchley-layer := "^${LAYERDIR}/"
Patrick Williams17a0c0b2021-05-26 13:50:54 -050010
Patrick Williams6f746642021-08-06 07:40:55 -050011LAYERSERIES_COMPAT:bletchley-layer := "gatesgarth hardknott"