blob: 117f68856ca16e5f5ebc6bf0457807333203335b [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 Geisslera93aa3e2023-01-13 09:41:33 -060011LAYERSERIES_COMPAT_s6q-layer := "langdale mickledore"