blob: ac42910101038a7e1ac3b92960492160f67f75ef [file] [log] [blame]
P.K.Leef95d8772022-01-04 16:02:26 +08001# 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 += "s6q-layer"
9BBFILE_PATTERN_s6q-layer := "^${LAYERDIR}/"
10
Patrick Williams1222bd42023-11-24 10:24:09 -060011LAYERSERIES_COMPAT_s6q-layer := "mickledore nanbield"