blob: ff9c4cc95b832538f2dac84968d6b0a9bf86b9aa [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 Williams9d21a942023-11-24 18:20:05 -060011LAYERSERIES_COMPAT_bletchley-layer := "nanbield scarthgap"