blob: 9440620c3009feb3d1a16603f261e743afe49d5f [file] [log] [blame]
Logananth Sundararaj96573ea2022-05-09 20:12:23 +05301# 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 += "fby35-layer"
9BBFILE_PATTERN_fby35-layer := "^${LAYERDIR}/"
10
11LAYERSERIES_COMPAT_fby35-layer := "honister kirkstone"