blob: f5c684acc7853b6e0f866aa6884c89f00fe91529 [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 Geisslerc0ef7ee2022-09-30 14:09:35 -050011LAYERSERIES_COMPAT_bletchley-layer := "kirkstone langdale"