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