blob: fe35953b38308d1cc3b3a85faa654273e73c77cd [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
11LAYERSERIES_COMPAT_s6q-layer := "hardknott honister"