blob: 390431e435547799e74e2d5b351e8e1339ecb7eb [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
Andrew Geisslerc0ef7ee2022-09-30 14:09:35 -050011LAYERSERIES_COMPAT_s6q-layer := "kirkstone langdale"