blob: 118ee309d607e551ff6829f4f2cf6d43e87360ca [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
Patrick Williams757831f2022-02-25 15:28:30 -060011LAYERSERIES_COMPAT_bletchley-layer := "honister kirkstone"